Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Thank you for your patienceyup muleassist is just the automation that you're using, doesn't have anything to do with mq2targetinfo
you need to:
/plugin mq2targetinfo load
on all your toons to make sure it is loaded
then
/groupinfo show followme
/groupinfo show cometome
/groupinfo show mimicme
/groupinfo show hot
then you can/groupinfo save
Trying to Fix the background of the Buttons in the savok UI. Can some one point me in the right direction ? Is there an particular element I need to look for ? Interestingly this appears to be the Graphic for the Invite button in this UI..
<Button item = "GW_InviteButton">
<ScreenID>InviteButton</ScreenID>
<Font>1</Font>
<RelativePosition>true</RelativePosition>
<Location>
<X>115</X>
<Y>2</Y>
</Location>
<Size>
<CX>14</CX>
<CY>14</CY>
</Size>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>INVITE</TooltipReference>
<Style_Checkbox>false</Style_Checkbox> -->
<!--<RadioGroup/>-->
<TextColor>
<R>150</R>
<G>255</G>
<B>30</B>
</TextColor>
<ButtonDrawTemplate>
<Normal>A_InviteBtnNormal</Normal>
<Pressed>A_InviteBtnPressed</Pressed>
<Flyby>A_InviteBtnFlyby</Flyby>
<Disabled>A_GWBtnDisabled</Disabled>
</ButtonDrawTemplate>
</Button>
....
<Button item = "GW_InviteButton2">
....
<Pieces>GW_InviteButton2</Pieces>
<Button item="GW_InviteButton">
<ScreenID>InviteButton</ScreenID>
<RelativePosition>true</RelativePosition>
<Style_VScroll>false</Style_VScroll>
<Style_HScroll>false</Style_HScroll>
<Style_Transparent>false</Style_Transparent>
<TooltipReference>Select a player and click to invite into the group</TooltipReference>
<Style_Checkbox>false</Style_Checkbox>
<Text>Invite</Text>
<Template>BDT_SmallNormal</Template>
<AutoStretch>true</AutoStretch>
<TopAnchorOffset>25</TopAnchorOffset>
<BottomAnchorOffset>5</BottomAnchorOffset>
<RightAnchorOffset>60</RightAnchorOffset>
<LeftAnchorOffset>6</LeftAnchorOffset>
<TopAnchorToTop>false</TopAnchorToTop>
<BottomAnchorToTop>false</BottomAnchorToTop>
</Button>
I don't suppose you could share your fix? Having to resize the group window on all toons is annoying...Thanks!i use zliz and had to modify the actual group window xml to fix some of the stuff (like having to drag window to resize each time)
Do you get any errors?Hello, I am having issues with Follow me mimic me and Come to me. I have my nav mesh updated and everything else but I cant seem to get it to work.I am on Test using Vinilla with version 12/15/2021
in the old legacy mq2 version, it is a single plugin mq2taret info. you need to be in a group for the buttons to be there.Hello, I am having issues with Follow me mimic me and Come to me. I have my nav mesh updated and everything else but I cant seem to get it to work.I am on Test using Vinilla with version 12/15/2021
This is the MQ2Shaman thread, you sound like you want the MQ2GroupInfo, MQ2TargetInfo, MQ2EQBC, or some other thread as these options aren't related to the shaman plugin.So I realized it was unloading not loading with that command. After successfully loading, trying to /bccmd connect gives could not connect message.
Split MQ2TargetInfo into individual window components
- MQ2TargetInfo deals with the target window
- Use /targetinfo to see help
- Use MQ2TargetInfo.ini to adjust UI specific settings
- Added command line arguments perchar, distance, info, placeholder, and sight toggle options to modify each of the options.
- MQ2XTarInfo deals with the Extended Target Window
- Use /xtarinfo to see help
- Use MQ2XTarInfo.ini to adjust UI specific settings
- Added command...
Knightly,Redbot updated MQ2TargetInfo with a new update entry:
TargetInfo split into three plugins
Read the rest of this update entry...
This is mq update that was put in some time ago. All these updates are just bringing the resources's updates up to being correct as there were significant updates to "next" vs mq2 plugins while we were still using legacy mq2 as our "main stable build"Knightly,
Is this update for Legacy users or does it apply for the new MQ Target info commands built into MQ now?
you should be able to add a section in your mq2targetinfo.ini for your uiI have made my own UI, but it seems that this plugin does not work with mine. I get an error that says "MQ2TargetInfo has been disabled due to incompatible UI". I'd like to fix my UI to be able to see these values. Or is it a matter of adjusting the default values that were added to my ini for my UI for them to work? My target window has been heavily modified with extra information, and it looks like some of the locations for items are outside the size range of my window. I wasn't sure if that is the cause.
What is the most common reason for that error?
[UI_Your_UI_Name]
DynamicUI=0
GroupDistanceLoc=0,-8,60,0
GroupDistanceFontSize=2
ComeToMeLoc=41,1,4,41
FollowMeLoc=41,1,45,82
MimicMeLoc=41,1,87,123
HotButton0Loc=76,36,4,41
HotButton1Loc=76,36,45,82
HotButton2Loc=76,36,87,123
TargetInfoAnchoredToRight=0
TargetInfoLoc=1,15,120,0
TargetDistanceLoc=14,26,140,180
ExtDistanceLoc=0,-20,70,0
#don't mess with these 2 settings unless you are told to, they should be 0 for most UIs
UseGroupLayoutBox=0
UseExtLayoutBox=0
#these two labels are the labels I use as templates for distance. They should normally NOT be changed.
Label1=Player_ManaLabel
Label2=Player_FatigueLabel
Target_BuffWindow_TopOffset=76
dTopOffset=60
dBottomOffset=74
CanSeeTopOffset=47
CanSeeBottomOffset=61
dLeftOffset=50
TargetInfoWindowStyle=0
It put a section in there for my UI, but I am not quite sure why it was determined to disable TargetInfo for my UI. I didn't rename any element from the default. I just added extra elements and modified properties to make it look like I wanted. However, maybe I am missing some element it is trying to modify? I did a compare to default, and I didn't see any missing elements, but mine is at least double the size of default, so I may have missed one. By the way, what are the 4 numbers for, for example, HotButtonLoc=#,#,#,#. Playing with the numbers, it seems the first 2 are x and y. The third number didn't seem to make any difference, and the 4th is maybe an offset from the right?you should be able to add a section in your mq2targetinfo.ini for your ui
INI:[UI_Your_UI_Name] DynamicUI=0 GroupDistanceLoc=0,-8,60,0 GroupDistanceFontSize=2 ComeToMeLoc=41,1,4,41 FollowMeLoc=41,1,45,82 MimicMeLoc=41,1,87,123 HotButton0Loc=76,36,4,41 HotButton1Loc=76,36,45,82 HotButton2Loc=76,36,87,123 TargetInfoAnchoredToRight=0 TargetInfoLoc=1,15,120,0 TargetDistanceLoc=14,26,140,180 ExtDistanceLoc=0,-20,70,0 #don't mess with these 2 settings unless you are told to, they should be 0 for most UIs UseGroupLayoutBox=0 UseExtLayoutBox=0 #these two labels are the labels I use as templates for distance. They should normally NOT be changed. Label1=Player_ManaLabel Label2=Player_FatigueLabel Target_BuffWindow_TopOffset=76 dTopOffset=60 dBottomOffset=74 CanSeeTopOffset=47 CanSeeBottomOffset=61 dLeftOffset=50 TargetInfoWindowStyle=0
This has never been answerd. Im having the same problem. Im on Emu and run a small raid. I modified follow me to be a bca command. Enabling works but disabling will do it group only.I changed my ini to read below. When I click the follow me key it does make any toon in the zone follow that person with no problems. The issue is when I click it again to turn off the follow me it only turns off for the group. Is there is way to change that or it is a hard coded thing?
View attachment 26957
ComeToMeText=Come To Me
ComeToMeCommand=/dgzexecute /nav id ${Me.ID}
ComeToMeToolTip=/dgzexecute /nav id ${Me.ID}
FollowMeText=Follow Me
FollowMeCommand=/dgzexecute /afollow spawn ${Me.ID}
FollowMeeToolTip=/dgzexecute /afollow spawn ${Me.ID}
MimicMeSayCommand=/dgzexecute /say
MimicMeHailCommand=/dgzexecute /keypress HAIL
It's your transparency. You can do this and adjust the transparency in game just turn your fade level to 0Hi,
i am new here and receive the error that my mq2targetinfo is disabled. i am using a target window from evo3, which i really like (becuase its so easier to read). Is it possible to get a fix, so i can use my prefered targetwindow?
thank you
This might help.
Go to Eq button>>Macoquest>>Settings>>Overlay>>Clear Saved IMGui Window Settings
a brood queen^a leech elder^ls^laurioninn^https://ls.eqresource.com/abroodqueen.php
a djinn^an air mehit lord^ls^laurioninn^https://ls.eqresource.com/adjinn.php
a geonid^a cracked golem^ls^laurioninn^https://ls.eqresource.com/ageonid.php
a lich^an undead lord^ls^laurioninn^https://ls.eqresource.com/alich.php
a luggald^a white shark^ls^laurioninn^https://ls.eqresource.com/aluggald.php
a queen recluse^a treant lord^ls^laurioninn^https://ls.eqresource.com/aqueenrecluse.php
a queen widow^a drachnid hunter^ls^laurioninn^https://ls.eqresource.com/aqueenwidow.php
a spectre^a haunt^ls^laurioninn^https://ls.eqresource.com/aspectre.php
a statue^a granite grabber^ls^laurioninn^https://ls.eqresource.com/astatue.php
a water dragon^an aggressive alligator^ls^laurioninn^https://ls.eqresource.com/awaterdragon.php
an efreeti^a fire mephit lord^ls^laurioninn^https://ls.eqresource.com/anefreeti.php
an owlbear^a brownie lord^ls^laurioninn^https://ls.eqresource.com/anowlbear.php
an owlbear^a brownie queen^ls^laurioninn^https://ls.eqresource.com/anowlbear.php
A Rallosian Lunatic^a rallosian zealot^ls^timorousfalls^https://ls.eqresource.com/arallosianlunatic.php
A Rallosian Sorcerer^a rallosian extremist^ls^timorousfalls^https://ls.eqresource.com/arallosiansorcerer.php
Big Dipper^a timorous perch^ls^timorousfalls^https://ls.eqresource.com/bigdipper.php
Bunion^a calloused woodsman^ls^timorousfalls^https://ls.eqresource.com/bunion.php
Flariton^a parched corvid^ls^timorousfalls^https://ls.eqresource.com/flariton.php
Horatio^an angry wasp^ls^timorousfalls^https://ls.eqresource.com/horatio.php
Shoru^a fortified raptor^ls^timorousfalls^https://ls.eqresource.com/shoru.php
SingleMalt^a worg howler^ls^timorousfalls^https://ls.eqresource.com/singlemalt.php
The Dreaded Red Eye^a flying culex^ls^timorousfalls^https://ls.eqresource.com/thedreadedredeye.php
Ticktock^a vicious lashwhip^ls^timorousfalls^https://ls.eqresource.com/ticktock.php
Ankexfen Experiment^a gorge scavenger^ls^ankexfenkeep^https://ls.eqresource.com/ankexfenexperiment.php
Chef Goremand^an Ankexfen workhand^ls^ankexfenkeep^https://ls.eqresource.com/chefgoremand.php
Guard Captain Krizad^an Ankexfen torturer^ls^ankexfenkeep^https://ls.eqresource.com/guardcaptainkrizad.php
Lorekeeper Fandrel^an Ankexfen archwizard^ls^ankexfenkeep^https://ls.eqresource.com/lorekeeperfandrel.php
Mortimus^a battle-tested polar bear^ls^ankexfenkeep^https://ls.eqresource.com/mortimus.php
The Mountain Cryptid^an alpine dweller^ls^ankexfenkeep^https://ls.eqresource.com/themountaincryptid.php
Rimeclaw^a frostbitten worg^ls^ankexfenkeep^https://ls.eqresource.com/rimeclaw.php
Stablemaster Magna^an Ankexfen reinsman^ls^ankexfenkeep^https://ls.eqresource.com/stablemastermagna.php
Uncia the Snowstalker^a frost-paw skulker^ls^ankexfenkeep^https://ls.eqresource.com/unciathesnowstalker.php
Underboss Lazam^an Ankexfen knife twister^ls^ankexfenkeep^https://ls.eqresource.com/underbosslazam.php
Captain Defan^a Nokk lieutenant^ls^moorsofnokk^https://ls.eqresource.com/captaindefan.php
Chaplain Kor Bloodmoon^a Nokk tactician^ls^moorsofnokk^https://ls.eqresource.com/chaplainkorbloodmoon.php
Firestarter Tlag^a Nokk fireblade^ls^moorsofnokk^https://ls.eqresource.com/firestartertlag.php
Fleawalker^a Nokk battleworg^ls^moorsofnokk^https://ls.eqresource.com/fleawalker.php
Sergeant Kharsk^a Nokk adjutant^ls^moorsofnokk^https://ls.eqresource.com/sergeantkharsk.php
Sergeant Kveldulf^a Nokk sentinel^ls^moorsofnokk^https://ls.eqresource.com/sergeantkveldulf.php
Tarantis^a crevice spider^ls^moorsofnokk^https://ls.eqresource.com/tarantis.php
Tutt^a bog turtle^ls^moorsofnokk^https://ls.eqresource.com/tutt.php
Drillmaster Suja^a Rallosian trainer^ls^unkemptwoods^https://ls.eqresource.com/drillmastersuja.php
General Orrak^a Rallosian highlance^ls^unkemptwoods^https://ls.eqresource.com/generalorrak.php
Grenn Rustblade^a Rallosian swiftblade^ls^unkemptwoods^https://ls.eqresource.com/grennrustblade.php
Honored Elder Skraiw^an avian elder^ls^unkemptwoods^https://ls.eqresource.com/honoredelderskraiw.php
Oka^a basilisk stonegazer^ls^unkemptwoods^https://ls.eqresource.com/oka.php
Sergeant Korsh^a Rallosian tactician^ls^unkemptwoods^https://ls.eqresource.com/sergeantkorsh.php
Stinky^a skunk doe^ls^unkemptwoods^https://ls.eqresource.com/stinky.php
Tenderstump^a treant planter^ls^unkemptwoods^https://ls.eqresource.com/tenderstump.php
Alloy^a forgebound worker^ls^theherosforge^https://ls.eqresource.com/alloy.php
Arcanaforged^a spiritforged wizard^ls^theherosforge^https://ls.eqresource.com/arcanaforged.php
Battleforged^a spiritforged berserker^ls^theherosforge^https://ls.eqresource.com/battleforged.php
Geomimus^a geolode^ls^theherosforge^https://ls.eqresource.com/geomimus.php
Goliath Forge Frog^a forged frog^ls^theherosforge^https://ls.eqresource.com/goliathforgefrog.php
Ingot^a forgebound inspector^ls^theherosforge^https://ls.eqresource.com/ingot.php
Kindleheart^a rekindled phoenix^ls^theherosforge^https://ls.eqresource.com/kindleheart.php
Terrastride^a summit guardian^ls^theherosforge^https://ls.eqresource.com/terrastride.php
Valorforged^a spiritforged warrior^ls^theherosforge^https://ls.eqresource.com/valorforged.php
Bonestripper^a hungry hotariton^ls^pallomen^https://ls.eqresource.com/bonestripper.php
Charka^a Rallosian champion^ls^pallomen^https://ls.eqresource.com/charka.php
Cind the Kind^a Rallosian destroyer^ls^pallomen^https://ls.eqresource.com/cindthekind.php
Crusher the Rusher^a Rallosian legionnaire^ls^pallomen^https://ls.eqresource.com/crushertherusher.php
Fernstalker^a clever puma^ls^pallomen^https://ls.eqresource.com/fernstalker.php
General Dotal^a Rallosian adjudicator^ls^pallomen^https://ls.eqresource.com/generaldotal.php
Queen Hotaria^a queensguard^ls^pallomen^https://ls.eqresource.com/queenhotaria.php
Tonnar Blevak^a rallosian archivist^ls^pallomen^https://ls.eqresource.com/tonnarblevak.php
Violet Violence^a Rallosian cabalist^ls^pallomen^https://ls.eqresource.com/violetviolence.php
if (CanSeeLabel = (CLabelWnd*)pSidlMgr->CreateXWndFromTemplate(pTargetWnd, CanSeeLabelTemplate))
{
CanSeeLabel->SetVisible(true);
CanSeeLabel->bNoWrap = true;
CanSeeLabel->SetWindowStyle(WSF_AUTOSTRETCHH | WSF_TRANSPARENT | WSF_AUTOSTRETCHV | WSF_RELATIVERECT);
CanSeeLabel->SetLeftAnchoredToLeft(true);
CanSeeLabel->SetRightAnchoredToLeft(false);
CanSeeLabel->SetBottomAnchoredToTop(true);
CanSeeLabel->SetTopAnchoredToTop(true);
CanSeeLabel->bAlignCenter = true;
CanSeeLabel->bAlignRight = false;
CanSeeLabel->SetTopOffset(CanSeeTopOffset);
CanSeeLabel->SetTopOffset(CanSeeLabel->GetTopOffset() + 10);
CanSeeLabel->SetBottomOffset(CanSeeBottomOffset);
CanSeeLabel->SetBottomOffset(CanSeeLabel->GetBottomOffset() + 10);
CanSeeLabel->SetLeftOffset(dLeftOffset);
CanSeeLabel->SetRightOffset(dLeftOffset);
CanSeeLabel->SetCRNormal(0xFF00FF00); // green
CanSeeLabel->SetBGColor(0xFFFFFFFF);
CanSeeLabel->SetTooltip(szCanSeeTarget);
}
howdy nive, welcome to RGHi all
New here just finding my feet.
Been trying to work out how to move the Green target text I.e a decaying skeleton and next to it says ( 2 Ancient Skeleton Warrior ) but there's a slight overlap of text so its hard to make out the level of mob, trying to use the minimalist ui of Zliz that Sic shows in his Video's.
apologies in advance if the info is around sometimes you cant see the forest for the trees.
Blackbone^a bloodbathed skeleton^hot^feerrott2^https://hot.eqresource.com/blackbone.php
Blackbone^a bloodbone skeleton^hot^feerrott2^https://hot.eqresource.com/blackbone.php
Donna the Explorer^a waterlogged explorer^hot^feerrott2^https://hot.eqresource.com/donnatheexplorer.php
Fearful Specter^a bloodbone lich^hot^feerrott2^https://hot.eqresource.com/fearfulspecter.php
Fearful Specter^a lingering revenant^hot^feerrott2^https://hot.eqresource.com/fearfulspecter.php
The Leaper^a stalking crawler^hot^feerrott2^https://hot.eqresource.com/theleaper.php
Sable^a sinuous adder^hot^feerrott2^https://hot.eqresource.com/sable.php
Tanglewolf Alpha^a tanglewolf hunter^hot^feerrott2^https://hot.eqresource.com/tanglewolfalpha.php
Vermillion^a deadly viper^hot^feerrott2^https://hot.eqresource.com/vermillion.php
Whitepaw^a tanglefang huntress^hot^feerrott2^https://hot.eqresource.com/whitepaw.php
Bouncer Captain Grak^Bouncer Flerb^hot^feerrott2^https://hot.eqresource.com/bouncercaptaingrak.php
Bouncer Captain Grak^Bouncer Hurd^hot^feerrott2^https://hot.eqresource.com/bouncercaptaingrak.php
Enraged Gorilla Patriarch^an angry gorilla patriarch^hot^feerrott2^https://hot.eqresource.com/enragedgorillapatriarch.php
Festerback^a decaying gorilla^hot^feerrott2^https://hot.eqresource.com/festerback.php
Malice^a corrupt orbweaver^hot^feerrott2^https://hot.eqresource.com/malice.php
Sentinel Quilaztli^a frenzied Tae Ew^hot^feerrott2^https://hot.eqresource.com/sentinelquilaztli.php
Temilotzin the Zealot^a Tae Ew devotee^hot^feerrott2^https://hot.eqresource.com/temilotzinthezealot.php
Voracious Feeder^a frenzied feeder^hot^feerrott2^https://hot.eqresource.com/voraciousfeeder.php
Xiucozcatl the Feared^a bloody Tae Ew ritualist^hot^feerrott2^https://hot.eqresource.com/xiucozcatlthefeared.php
Diggory the Traveler^a deceased traveler^hot^feerrott2^https://hot.eqresource.com/diggorythetraveler.php
Expedition Leader Krupp^a restless spirit^hot^feerrott2^https://hot.eqresource.com/expeditionleaderkrupp.php
Huetzin the Brute^a lizardman thug^hot^feerrott2^https://hot.eqresource.com/huetzinthebrute.php
Patches^a ravenous rotdog^hot^feerrott2^https://hot.eqresource.com/patches.php
Shaman Ixchell^a lizardman visionary^hot^feerrott2^https://hot.eqresource.com/shamanixchell.php
Terror Unleashed^a frightful spirit^hot^feerrott2^https://hot.eqresource.com/terrorunleashed.php
Watcher Yaotl^a lizardman watcher^hot^feerrott2^https://hot.eqresource.com/watcheryaotl.php
Bonecracker^a frightening skeleton^hot^thulehouse1^https://hot.eqresource.com/bonecracker.php
Dreamslayer^a dreadful bone golem^hot^thulehouse1^https://hot.eqresource.com/dreamslayer.php
Fearhowler^a rotdog fearfinder^hot^thulehouse1^https://hot.eqresource.com/fearhowler.php
Gibbering Haunt^a frightening skeleton^hot^thulehouse1^https://hot.eqresource.com/gibberinghaunt.php
Isabeaux Darkdreamer^a vile bone crafter^hot^thulehouse1^https://hot.eqresource.com/isabeauxdarkdreamer.php
Nightscale^a worrisome snake^hot^thulehouse1^https://hot.eqresource.com/nightscale.php
Sleepeater^a sleepeating cube^hot^thulehouse1^https://hot.eqresource.com/sleepeater.php
Darnor the Terror Lord^a vile bone crafter^hot^thulehouse1^https://hot.eqresource.com/darnortheterrorlord.php
The Executioner^a horror guard^hot^thulehouse1^https://hot.eqresource.com/theexecutioner.php
Fearsniffer^a rotdog fearstalker^hot^thulehouse1^https://hot.eqresource.com/fearsniffer.php
Giblets^a rotdog fearsniffer^hot^thulehouse1^https://hot.eqresource.com/giblets.php
Nightmare Golem^a frightful bone golem^hot^thulehouse1^https://hot.eqresource.com/nightmaregolem.php
Old Rusty^a fright guard^hot^thulehouse1^https://hot.eqresource.com/oldrusty.php
Dreameater^a shivering haunt^hot^thulehouse1^https://hot.eqresource.com/dreameater.php
Executioner Brand^a terror guard^hot^thulehouse1^https://hot.eqresource.com/executionerbrand.php
Ganborn^a frightening skeleton^hot^thulehouse1^https://hot.eqresource.com/ganborn.php
Gristle^a rotdog fearsmeller^hot^thulehouse1^https://hot.eqresource.com/gristle.php
Nightmare Widow^a fright spinner^hot^thulehouse1^https://hot.eqresource.com/nightmarewidow.php
Archivist Herrdar^a languid poetry teacher^hot^thulelibrary^https://hot.eqresource.com/archivistherrdar.php
Compendium of Nightmares^an unusual tome^hot^thulelibrary^https://hot.eqresource.com/compendiumofnightmares.php
Professor Glumb^a lonely librarian^hot^thulelibrary^https://hot.eqresource.com/professorglumb.php
Ardull the Watcher^an ethereal watcher^hot^thulelibrary^https://hot.eqresource.com/ardullthewatcher.php
Curator Majda^a curious custodian^hot^thulelibrary^https://hot.eqresource.com/curatormajda.php
Tome of the Fallen^a dusty codex^hot^thulelibrary^https://hot.eqresource.com/tomeofthefallen.php
Chronicler Cerro^a corporeal scholarly researcher^hot^thulelibrary^https://hot.eqresource.com/chroniclercerro.php
Head Librarian Matilda^a dutiful librarian^hot^thulelibrary^https://hot.eqresource.com/headlibrarianmatilda.php
Agraena^a forlorn bone golem^hot^breedinggrounds^https://hot.eqresource.com/agraena.php
Arenrhaed^a forlorn bone golems^hot^breedinggrounds^https://hot.eqresource.com/arenrhaed.php
Chaotic Heap^a petulant heap^hot^breedinggrounds^https://hot.eqresource.com/chaoticheap.php
Distraught Heap^a petulant heaps^hot^breedinggrounds^https://hot.eqresource.com/distraughtheap.php
Kijaemz^a bitter treant^hot^breedinggrounds^https://hot.eqresource.com/kijaemz.php
Pelias^a disgruntled aquadervish^hot^breedinggrounds^https://hot.eqresource.com/pelias.php
Riggbit^a wicked thornfrog^hot^breedinggrounds^https://hot.eqresource.com/riggbit.php
Vile Wasp^a truculent wasp^hot^breedinggrounds^https://hot.eqresource.com/vilewasp.php
Andrevas^an obedient servant^hot^breedinggrounds^https://hot.eqresource.com/andrevas.php
Beget Cube^a mad mulch cube^hot^breedinggrounds^https://hot.eqresource.com/begetcube.php
Compost Cube^a mad mulch cubes^hot^breedinggrounds^https://hot.eqresource.com/compostcube.php
Grigoran^an obedient servant^hot^breedinggrounds^https://hot.eqresource.com/grigoran.php
Minadra^a bixie guard^hot^breedinggrounds^https://hot.eqresource.com/minadra.php
Raze^a mangy rotdog^hot^breedinggrounds^https://hot.eqresource.com/raze.php
Slynassin^an aggresive snake^hot^breedinggrounds^https://hot.eqresource.com/slynassin.php
Vicious Gourd^a putrified peponnite^hot^breedinggrounds^https://hot.eqresource.com/visciousgourd.php
Angry Wasp^a truculent wasp^hot^breedinggrounds^https://hot.eqresource.com/angrywasp.php
Biunahde^a bitter treant^hot^breedinggrounds^https://hot.eqresource.com/biunahde.php
Croakem^a wicked thornfrogs^hot^breedinggrounds^https://hot.eqresource.com/croakem.php
Helias^a disgruntled aquadervish^hot^breedinggrounds^https://hot.eqresource.com/helias.php
Patch Guardian^a putrified peponnite^hot^breedinggrounds^https://hot.eqresource.com/patchguardian.php
Rend^a mangy rotdog^hot^breedinggrounds^https://hot.eqresource.com/rend.php
Venilinam^an aggresive snake^hot^breedinggrounds^https://hot.eqresource.com/venilinam.php
Zonoraz^a bixie guard^hot^breedinggrounds^https://hot.eqresource.com/zonoraz.php
Death Stinger^a feldark scorpion^hot^well^https://hot.eqresource.com/deathstinger.php
Death Spider^a feldark spider^hot^well^https://hot.eqresource.com/deathspider.php
Doom Snake^a bold cave viper^hot^well^https://hot.eqresource.com/doomsnake.php
Algot the Deathshaper^a heretic death dabbler^hot^fallen^https://hot.eqresource.com/algotthedeathshaper.php
Femurstack^a bone golem terrorizer^hot^fallen^https://hot.eqresource.com/femurstack.php
Femurstack^golem horror^hot^fallen^https://hot.eqresource.com/femurstack.php
Femurstack^a bone golem tormentor^hot^fallen^https://hot.eqresource.com/femurstack.php
Kanah the Heartslicer^a heretic brute^hot^fallen^https://hot.eqresource.com/kanahtheheartslicer.php
Vindel the Ripper^a Terris-Thule apostle^hot^fallen^https://hot.eqresource.com/vindeltheripper.php
Brutus^a ravenous dock rat^hot^fallen^https://hot.eqresource.com/brutus.php
Garnak Pryphan^a heretic brutes^hot^fallen^https://hot.eqresource.com/garnakpryphan.php
Garnak Pryphan^heretic fell warden^hot^fallen^https://hot.eqresource.com/garnakpryphan.php
Maggotscalp^a skeleton sentry^hot^fallen^https://hot.eqresource.com/maggotscalp.php
Damar the Overseer^a heretic ravager^hot^fallen^https://hot.eqresource.com/damartheoverseer.php
Handar Prentius^a Terris Thule apostle^hot^fallen^https://hot.eqresource.com/handarprentius.php
The Tome-Eater^a burning tome whirlwind^hot^fallen^https://hot.eqresource.com/thetomeeater.php
Bloodmane^a dripping blood elemental^hot^thulehouse2^https://hot.eqresource.com/bloodmane.php
Icy Devourer^an icy ooze^hot^thulehouse2^https://hot.eqresource.com/icydevourer.php
Spitecrawler^a nightmarish centipede^hot^thulehouse2^https://hot.eqresource.com/spitecrawler.php
Bodabas^a bloodthirsty beast^hot^thulehouse2^https://hot.eqresource.com/bodabas.php
Nightfang^a funnelweb leaper^hot^thulehouse2^https://hot.eqresource.com/nightfang.php
Swirling Fog Elemental^a drifting fog elemental^hot^thulehouse2^https://hot.eqresource.com/swirlingfogelemental.php
Icefang^a hungry beast^hot^thulehouse2^https://hot.eqresource.com/icefang.php
Rotticus^a filthy rotdog^hot^thulehouse2^https://hot.eqresource.com/rotticus.php
a berserk mammoth^an enraged mammoth^hot^alkabormare^https://hot.eqresource.com/aberserkmammoth.php
a drolvarg captain^a drolvarg lieutenant^hot^alkabormare^https://hot.eqresource.com/adrolvargcaptain.php
Graster^a snow orc scout^hot^alkabormare^https://hot.eqresource.com/graster.php
Mooto^a Runnyeye thief^hot^alkabormare^https://hot.eqresource.com/mooto.php
Princess Klaknak^a klaknak guard^hot^alkabormare^https://hot.eqresource.com/princessklaknak.php
Zyren Shadowriver^a wood elf warden^hot^alkabormare^https://hot.eqresource.com/zyrenshadowriver.php
a drachnid bloodknight^a drachnid knight^hot^alkabormare^https://hot.eqresource.com/adrachnidbloodknight.php
Emperor Crush^a crushbone strategist^hot^alkabormare^https://hot.eqresource.com/emperorcrush.php
Heartwood Master^a wood elf seer^hot^alkabormare^https://hot.eqresource.com/heartwoodmaster.php
a mountain giant patriarch^an angry mountain giant^hot^alkabormare^https://hot.eqresource.com/amountaingiantpatriarch.php
Queen Klaknak^a klaknak guard^hot^alkabormare^https://hot.eqresource.com/queenklaknak.php
Drenz^an ice goblin raider^hot^alkabormare^https://hot.eqresource.com/drenz.php
General Jyleel^a high elf sentry^hot^alkabormare^https://hot.eqresource.com/generaljyleel.php
Jenni Hollowfield^a halfling guard^hot^alkabormare^https://hot.eqresource.com/jennihollowfield.php
Plaguebone Overlord^a lurid plaguebone^hot^alkabormare^https://hot.eqresource.com/plagueboneoverlord.php
Winfrey the Mad^a crazed halfling^hot^alkabormare^https://hot.eqresource.com/winfreythemad.php
Bloodfeather^a darkshadow raven^hot^miragulmare^https://hot.eqresource.com/bloodfeather.php
Gilibus the Unseen^an unseen warrior^hot^miragulmare^https://hot.eqresource.com/gilibustheunseen.php
Sotor the Unmerciful^a shadowed golem^hot^miragulmare^https://hot.eqresource.com/sotortheunmerciful.php
Fearstalker^a mournful shade^hot^miragulmare^https://hot.eqresource.com/fearstalker.php
Iglum the Deformed^a darkbone golem^hot^miragulmare^https://hot.eqresource.com/iglumthedeformed.php
Soul Taster^a silent shadow^hot^miragulmare^https://hot.eqresource.com/soultaster.php
Foeslicer^an ancient guardian^hot^miragulmare^https://hot.eqresource.com/foeslicer.php
Shadowlord Gixblat^a darkshadow mephit^hot^miragulmare^https://hot.eqresource.com/shadowlordgixblat.php
Ancient Dracoliche^a shadowed wraith^hot^thuledream^https://hot.eqresource.com/ancientdracoliche.php
Ancient Dracoliche^a shadowed phantasm^hot^thuledream^https://hot.eqresource.com/ancientdracoliche.php
Ancient Dracoliche^a shadowed fiend^hot^thuledream^https://hot.eqresource.com/ancientdracoliche.php
Ancient Dracoliche^a shadowed bleeder^hot^thuledream^https://hot.eqresource.com/ancientdracoliche.php
Deranged Toad^a decrepit toad^hot^thuledream^https://hot.eqresource.com/derangedtoad.php
Engorged Spinechiller^a spinechiller widow^hot^thuledream^https://hot.eqresource.com/engorgedspinechiller.php
Giant Phoboplasm^a curious phoboplasm^hot^thuledream^https://hot.eqresource.com/giantphoboplasm.php
Iron Fist^an enraged frightfinger^hot^thuledream^https://hot.eqresource.com/ironfist.php
Mindleech^a mindless bleeder^hot^thuledream^https://hot.eqresource.com/mindleech.php
Possessed Samhain^a delirious samhain^hot^thuledream^https://hot.eqresource.com/possessedsamhain.php
Tempest Reaver^a delirious samhains^hot^thuledream^https://hot.eqresource.com/tempestreaver.php
Undaleen^an amygdalan guard^hot^thuledream^https://hot.eqresource.com/undaleen.php
Zykean^an enraged glarelord^hot^thuledream^https://hot.eqresource.com/zykean.php
Argendev^an amygdalan guards^hot^thuledream^https://hot.eqresource.com/argendev.php
Dread^an amygdalan soldier^hot^thuledream^https://hot.eqresource.com/dread.php
Essence of Terror^a terror wraith^hot^thuledream^https://hot.eqresource.com/essenceofterror.php
Irak Altil^a putrid fiend^hot^thuledream^https://hot.eqresource.com/irakaltil.php
Katerra the Anguished^an anguished fiend^hot^thuledream^https://hot.eqresource.com/katerratheanguished.php
Nightmare of Thule^a fearful nightmare^hot^thuledream^https://hot.eqresource.com/nightmareofthule.php
Rerekalen^an amygdalan guardss^hot^thuledream^https://hot.eqresource.com/rerekalen.php
Terror^an amygdalan soldiers^hot^thuledream^https://hot.eqresource.com/terror.php
Undead Shiverback^an enraged shiverback^hot^thuledream^https://hot.eqresource.com/undeadshiverback.php
Decrepit Warder^a decrepit toad^hot^thuledream^https://hot.eqresource.com/decrepitwarder.php
Dyalgem^an amygdalan guardsss^hot^thuledream^https://hot.eqresource.com/dyalgem.php
Fright^an amygdalan soldierss^hot^thuledream^https://hot.eqresource.com/fright.php
Ireblind Imp^an enraged scareling^hot^thuledream^https://hot.eqresource.com/ireblindimp.php
Mastelyn^an amygdalan guardssss^hot^thuledream^https://hot.eqresource.com/mastelyn.php
Odium^a boogeyman lurker^hot^thuledream^https://hot.eqresource.com/odium.php
Shakare^a bitter gorgon^hot^thuledream^https://hot.eqresource.com/shakare.php
Twisted Tormentor^a vile tormentor^hot^thuledream^https://hot.eqresource.com/twistedtormentor.php
Wraith of a Shissar^a bitter gorgons^hot^thuledream^https://hot.eqresource.com/wraithofashissar.php
Bielaisk^a shellscale guard^hot^morellcastle^https://hot.eqresource.com/bielaisk.php
The Constructor^an idle hand^hot^morellcastle^https://hot.eqresource.com/theconstructor.php
Esmeralda the Vengeful^a vengeful marauder^hot^morellcastle^https://hot.eqresource.com/esmeraldathevengeful.php
Gezriela^a decrepit confectioner^hot^morellcastle^https://hot.eqresource.com/gezriela.php
Guardian Ather^a dutiful defender^hot^morellcastle^https://hot.eqresource.com/guardianather.php
Omander the Devoted^a devoted guard^hot^morellcastle^https://hot.eqresource.com/omanderthedevoted.php
Redmur the Dreamlancer^an enraged sandman^hot^morellcastle^https://hot.eqresource.com/redmurthedreamlancer.php
Songstress Laioni^a singing siren^hot^morellcastle^https://hot.eqresource.com/songstresslaioni.php
Zerkelos the Damned^a dream devourer^hot^morellcastle^https://hot.eqresource.com/zerkelosthedamned.php
Bishop the Scorned^a scorned marauder^hot^morellcastle^https://hot.eqresource.com/bishopthescorned.php
Daelai^an enchanted mare^hot^morellcastle^https://hot.eqresource.com/daelai.php
Feral Jackrabbit^a rabid rabbit^hot^morellcastle^https://hot.eqresource.com/feraljackrabbit.php
Gnarlvine^a tangled hedgewalker^hot^morellcastle^https://hot.eqresource.com/gnarlvine.php
Hans^a crazed candy hoarder^hot^morellcastle^https://hot.eqresource.com/hans.php
Oruff the Seer^a forest protector^hot^morellcastle^https://hot.eqresource.com/orufftheseer.php
Seawitch Persion^a seawitch^hot^morellcastle^https://hot.eqresource.com/seawitchpersion.php
Speckles^a speckled hare^hot^morellcastle^https://hot.eqresource.com/speckles.php
Chief Maeder^a hoofed guardian^hot^morellcastle^https://hot.eqresource.com/chiefmaeder.php
Dreamweaver^a dream drake^hot^morellcastle^https://hot.eqresource.com/dreamweaver.php
Forest Phantasm^a night terror^hot^morellcastle^https://hot.eqresource.com/forestphantasm.php
Greeta^a crazed candy hoarders^hot^morellcastle^https://hot.eqresource.com/greeta.php
Nesseun^a water serpent^hot^morellcastle^https://hot.eqresource.com/nesseun.php
The Puppeteer^a marionette^hot^morellcastle^https://hot.eqresource.com/thepuppeteer.php
Silbacle^a shellscale guard^hot^morellcastle^https://hot.eqresource.com/silbacle.php
Wisp of Hope^a daydream^hot^morellcastle^https://hot.eqresource.com/wispofhope.php
a bladedancer guardian^a master guardian^hot^somnium^https://hot.eqresource.com/abladedancerguardian.php
a giant warlord^a giant warrior veteran^hot^somnium^https://hot.eqresource.com/agiantwarlord.php
a psychotic leprechaun^a strange leprechaun^hot^somnium^https://hot.eqresource.com/apsychoticleprechaun.php
a soulmage servant^a personal servant^hot^somnium^https://hot.eqresource.com/asoulmageservant.php
an arcane warden^a tower warden sergeant^hot^somnium^https://hot.eqresource.com/anarcanewarden.php
Archmagus Nesalie^a royal archmage^hot^somnium^https://hot.eqresource.com/archmagusnesalie.php
Dream Destroyer^a dream shade figment^hot^somnium^https://hot.eqresource.com/dreamdestroyer.php
High Priest Darsia^a royal high priest^hot^somnium^https://hot.eqresource.com/highpriestdarsia.php
Larrow the Demented^a deranged beggar^hot^somnium^https://hot.eqresource.com/larrowthedemented.php
The Beast King^a shadowy dark beast^hot^somnium^https://hot.eqresource.com/thebeastking.php
a bright warden^a tower warden sergeants^hot^somnium^https://hot.eqresource.com/abrightwarden.php
a goblin raid leader^a goblin raider captain^hot^somnium^https://hot.eqresource.com/agoblinraidleader.php
a shadow warden^a tower warden sergeant^hot^somnium^https://hot.eqresource.com/ashadowwarden.php
a spellsword guardian^a master guardians^hot^somnium^https://hot.eqresource.com/aspellswordguardian.php
an infected rat^a filthy rabid rat^hot^somnium^https://hot.eqresource.com/aninfectedrat.php
Conjurer Nallen^a dark ritualist expert^hot^somnium^https://hot.eqresource.com/conjurernallen.php
Executor Bashka^a dark occulist researcher^hot^somnium^https://hot.eqresource.com/executorbashka.php
Knight Captain Elena^a royal knight errant^hot^somnium^https://hot.eqresource.com/knightcaptainelena.php
Master Thief Quentin^a strange leprechauns^hot^somnium^https://hot.eqresource.com/masterthiefquentin.php
The Dream Collector^a dream phantom illusion^hot^somnium^https://hot.eqresource.com/thedreamcollector.php
a flesheating beetle^a hungry scavenger beetle^hot^somnium^https://hot.eqresource.com/aflesheatingbeetle.php
a lifeweaver servant^a personal servants^hot^somnium^https://hot.eqresource.com/alifeweaverservant.php
a shieldbearer guardian^a master guardianss^hot^somnium^https://hot.eqresource.com/ashieldbearerguardian.php
a spellward servant^a personal servantss^hot^somnium^https://hot.eqresource.com/aspellwardservant.php
Archmagus Erlen^a royal archmages^hot^somnium^https://hot.eqresource.com/archmaguserlen.php
Demonologist Sharra^a dark occulist researchers^hot^somnium^https://hot.eqresource.com/demonologistsharra.php
High Priest Casmion^a royal high priests^hot^somnium^https://hot.eqresource.com/highpriestcasmion.php
Knight Captain Rosch^a royal knight errant^hot^somnium^https://hot.eqresource.com/knightcaptainrosch.php
Rites Master Lorett^a dark ritualist experts^hot^somnium^https://hot.eqresource.com/ritesmasterlorett.php
Armor of the Dead^a steel hurricane^voa^argath^https://voa.eqresource.com/armorofthedead.php
Blades of Forgotten Heros^living blades^voa^argath^https://voa.eqresource.com/bladesofforgottenheros.php
Core of the Mountain^molten steel^voa^argath^https://voa.eqresource.com/coreofthemountain.php
Gravemaster of the Pillars^a dark spellrazer^voa^argath^https://voa.eqresource.com/gravemasterofthepillars.php
Interrogator Galectes^a Blade Guide of Erillion^voa^argath^https://voa.eqresource.com/interrogatorgalectes.php
Keramar the Naeya^an abandoned naeya^voa^argath^https://voa.eqresource.com/keramarthenaeya.php
Seed of Battle^living steel^voa^argath^https://voa.eqresource.com/seedofbattle.php
Tactician Krucidon^a Blade Overseer of Erillion^voa^argath^https://voa.eqresource.com/tacticiankrucidon.php
Bane of Argath^a plated slaughterer^voa^argath^https://voa.eqresource.com/baneofargath.php
Blademaster of the Order^a Blade Regulant of Erillion^voa^argath^https://voa.eqresource.com/blademasteroftheorder.php
Emissary Drucifel^a footsoldier of erillion^voa^argath^https://voa.eqresource.com/emissarydrucifel.php
Husk of Starvation^a hungry thief^voa^argath^https://voa.eqresource.com/huskofstarvation.php
Kaledor the Tide Turner^a Blade Regulant of Erillion^voa^argath^https://voa.eqresource.com/kaledorthetideturner.php
Legendary Swords^empowered blades^voa^argath^https://voa.eqresource.com/legendaryswords.php
Shards of Battle^a steel hurricane^voa^argath^https://voa.eqresource.com/shardsofbattle.php
The Collector^a greedy looter^voa^argath^https://voa.eqresource.com/thecollector.php
Breath of Ryken^an exhalation^voa^argath^https://voa.eqresource.com/breathofryken.php
Burnmaster of the Pillars^a dark deathcaller^voa^argath^https://voa.eqresource.com/burnmasterofthepillars.php
Felsalath^a wind tamer^voa^argath^https://voa.eqresource.com/felsalath.php
Illdaeras Tear^molten steel^voa^argath^https://voa.eqresource.com/illdaerastear.php
Illdaeras Tear^a steel cyclone^voa^argath^https://voa.eqresource.com/illdaerastear.php
Kalkek^a wind tamer^voa^argath^https://voa.eqresource.com/kalkek.php
Reviler of Argath^an Argathian defector^voa^argath^https://voa.eqresource.com/revilerofargath.php
Shieldbearer of the Gods^a plated soldier^voa^argath^https://voa.eqresource.com/shieldbearerofthegods.php
Vigorous Turncoat^an Argathian traitor^voa^argath^https://voa.eqresource.com/vigorousturncoat.php
an angry mob leader^a farmer^voa^arelis^https://voa.eqresource.com/anangrymobleader.php
Hungry Spirit^a farmers^voa^arelis^https://voa.eqresource.com/hungryspirit.php
Nareneth,the Heart Tree^a mosstrooper^voa^arelis^https://voa.eqresource.com/nareneththehearttree.php
The Moonflower^a farmerss^voa^arelis^https://voa.eqresource.com/themoonflower.php
Archon Haerin^a trooper^voa^arelis^https://voa.eqresource.com/archonhaerin.php
Lancer Archon Gaoril^an impaler^voa^arelis^https://voa.eqresource.com/lancerarchongaoril.php
Overgrown Dung Beetle^a farmersss^voa^arelis^https://voa.eqresource.com/overgrowndungbeetle.php
Enraged Fertility Spirit^a farmerssss^voa^arelis^https://voa.eqresource.com/enragedfertilityspirit.php
Moonshade^a tired farmer^voa^arelis^https://voa.eqresource.com/moonshade.php
Supply Archon Tergat^a ranger^voa^arelis^https://voa.eqresource.com/supplyarchontergat.php
Aethra the Mad^a mature oashim^voa^arelis^https://voa.eqresource.com/aethrathemad.php
Blood-gorged Huntsman^a huntsman^voa^arelis^https://voa.eqresource.com/bloodgorgedhuntsman.php
Elsha the Mournful^a lingering shade^voa^arelis^https://voa.eqresource.com/elshathemournful.php
Lor Reega^a nefarious reega^voa^arelis^https://voa.eqresource.com/lorreega.php
Taer Reega^a nefarious reegas^voa^arelis^https://voa.eqresource.com/taerreega.php
Urash, Specter of Death^a mature oashims^voa^arelis^https://voa.eqresource.com/urashspecterofdeath.php
Aggrieved Fertility Spirit^a mature oashimss^voa^arelis^https://voa.eqresource.com/aggrievedfertilityspirit.php
Bloodborn Spirit^a huntsmans^voa^arelis^https://voa.eqresource.com/bloodbornspirit.php
Ker Reega^a vile reega^voa^arelis^https://voa.eqresource.com/kerreega.php
Oashim Progenitor^a mature oashimsss^voa^arelis^https://voa.eqresource.com/oashimprogenitor.php
The Battlesteel Dead^an oashim^voa^arelis^https://voa.eqresource.com/thebattlesteeldead.php
Arth, Village Guardian^a wraith of Arelis^voa^arelis^https://voa.eqresource.com/arthvillageguardian.php
Bloodstalker^a ferocious grendlaen^voa^arelis^https://voa.eqresource.com/bloodstalker.php
Krongar the Enrager^a rallosian defector^voa^arelis^https://voa.eqresource.com/kongartheenrager.php
Ranger Archon Daetas^roaming soldier^voa^arelis^https://voa.eqresource.com/rangerarchondaetas.php
Trooper Archon Feht^trooper^voa^arelis^https://voa.eqresource.com/trooperarchonfeht.php
Assassin Thale^an Orator's army assassin^voa^sarithcity^https://voa.eqresource.com/assassinthale.php
Captain Dahlena^an Orator's army commander^voa^sarithcity^https://voa.eqresource.com/captaindahlena.php
Kaneida^a grizzled war beast^voa^sarithcity^https://voa.eqresource.com/kaneida.php
Master Trainer Ganelin^an Orator's master beast trainer^voa^sarithcity^https://voa.eqresource.com/mastertrainerganelin.php
Primal Mage Mollens^an Orator's army primal mage^voa^sarithcity^https://voa.eqresource.com/primalmagemollens.php
Tactician Perak^an Orator's army strategist^voa^sarithcity^https://voa.eqresource.com/tacticianperak.php
The Megaladon^a great white shark^voa^sarithcity^https://voa.eqresource.com/themegaladon.php
Battlemage Resk^an Orator's army archmage^voa^sarithcity^https://voa.eqresource.com/battlemageresk.php
Dark Mage Naxin^an Orator's army dark mage^voa^sarithcity^https://voa.eqresource.com/darkmagenaxin.php
Lieutenant Vasko^a Sarith guardsman veteran^voa^sarithcity^https://voa.eqresource.com/lieutenantvasko.php
Ocean Mage Rettun^an Orator's army nature mage^voa^sarithcity^https://voa.eqresource.com/oceanmagerettun.php
Sariths Guardian^a sarith tidal guardian^voa^sarithcity^https://voa.eqresource.com/sarithsguardian.php
The Giant Crab^a king crab^voa^sarithcity^https://voa.eqresource.com/thegiantcrab.php
Tidalmage Narens^a Sarith tidalmage master^voa^sarithcity^https://voa.eqresource.com/tidalmagenarens.php
Bishop Kyzer^an Orator's army bishop^voa^sarithcity^https://voa.eqresource.com/bishopkyzer.php
Death Knight Sharris^an Orator's army death knight^voa^sarithcity^https://voa.eqresource.com/deathknightsharris.php
Life Knight Jasul^an Orator's army life knight^voa^sarithcity^https://voa.eqresource.com/lifeknightjasul.php
Osekas Chosen Ikallis^an Oseka's Chosen defender^voa^sarithcity^https://voa.eqresource.com/osekaschosenikallis.php
Sea Ranger Huren^an Orator's army ranger^voa^sarithcity^https://voa.eqresource.com/searangerhuren.php
The Kraken^a large squid^voa^sarithcity^https://voa.eqresource.com/thekraken.php
Curate Zlinair^a priest^voa^rubak^https://voa.eqresource.com/curatezlinair.php
Sacred Ophidian^a coral snake^voa^rubak^https://voa.eqresource.com/sacredophidian.php
Tiuanid the Faithful^a priests^voa^rubak^https://voa.eqresource.com/tiuanidthefaithful.php
Evangelizer Runarn^an acolyte^voa^rubak^https://voa.eqresource.com/evangelizerrunarn.php
Slorn the Holy^an zealot^voa^rubak^https://voa.eqresource.com/slorntheholy.php
Zealot of Oseka^an zealots^voa^rubak^https://voa.eqresource.com/zealotofoseka.php
Holy Ophidian^a coral snakes^voa^rubak^https://voa.eqresource.com/holyophidian.php
Templar Razkin^an acolytes^voa^rubak^https://voa.eqresource.com/templarrazkin.php
A Twisted Strangler^an okiina vinethrasher^voa^beastdomain^https://voa.eqresource.com/atwistedstrangler.php
Bonecracker^a goral leafstalker^voa^beastdomain^https://voa.eqresource.com/bonecracker.php
Deathglider^a monstrious wyvern^voa^beastdomain^https://voa.eqresource.com/deathglider.php
Elder Gotikan^a domain hunter^voa^beastdomain^https://voa.eqresource.com/eldergotikan.php
King Rex^a giant binaesa^voa^beastdomain^https://voa.eqresource.com/kingrex.php
Nightleaper^a goral hunter^voa^beastdomain^https://voa.eqresource.com/nightleaper.php
Stonebark^a braxi swiftrunner^voa^beastdomain^https://voa.eqresource.com/stonebark.php
Tangledeath^an okiina vinethrasher^voa^beastdomain^https://voa.eqresource.com/tangledeath.php
Willowcrush^an izon rootgrabber^voa^beastdomain^https://voa.eqresource.com/willowcrush.php
An Ancient Selyrah^a braxi fungus seeker^voa^beastdomain^https://voa.eqresource.com/anancientselyrah.php
Bonecruncher^a grendlaen pouncer^voa^beastdomain^https://voa.eqresource.com/bonecruncher.php
Deathleaper^a rampaging wyvern^voa^beastdomain^https://voa.eqresource.com/deathleaper.php
Jorth Hunter of Beasts^a domain hunters^voa^beastdomain^https://voa.eqresource.com/jorthhunterofbeasts.php
Maw Lurker^a lashtail crocodile^voa^beastdomain^https://voa.eqresource.com/mawlurker.php
Ribcrusher^a stealthy grendlaen^voa^beastdomain^https://voa.eqresource.com/ribcrusher.php
Stranglefang^a terrible raptor^voa^beastdomain^https://voa.eqresource.com/stranglefang.php
Thundercut^a braxi^voa^beastdomain^https://voa.eqresource.com/thundercut.php
Blightwing^a ravenous wyvern^voa^beastdomain^https://voa.eqresource.com/blightwing.php
Bopo^a loathsome ape^voa^beastdomain^https://voa.eqresource.com/bopo.php
Deathsquirm^a fierce wyvern^voa^beastdomain^https://voa.eqresource.com/deathsquirm.php
Karn the Hunter^an alaran wilder^voa^beastdomain^https://voa.eqresource.com/karnthehunter.php
Nighthowl^a naeya scavenger^voa^beastdomain^https://voa.eqresource.com/nighthowl.php
Slaughter^an izon^voa^beastdomain^https://voa.eqresource.com/slaughter.php
Swiftwind^a bloodthirsty wyvern^voa^beastdomain^https://voa.eqresource.com/swiftwind.php
Thunderpunch^a filthy ape^voa^beastdomain^https://voa.eqresource.com/thunderpunch.php
A Prismatic Selyrah^a colorful selyrah^voa^resplendent^https://voa.eqresource.com/aprismaticselyrah.php
Ambassador Khorin^a nitore liason^voa^resplendent^https://voa.eqresource.com/ambassadorkhorin.php
Arms Master Hegul^an armed guard^voa^resplendent^https://voa.eqresource.com/armsmasterhegul.php
Cijerst, Lord of Decay^a filthy swinetor^voa^resplendent^https://voa.eqresource.com/cijerstlordofdecay.php
Groundskeeper Areut^a groundskeeper^voa^resplendent^https://voa.eqresource.com/groundskeeperareut.php
Hiqork the Putrid^a putrid swinetor^voa^resplendent^https://voa.eqresource.com/hiqorktheputrid.php
Larsena the Lunatic^a nitore worshipper^voa^resplendent^https://voa.eqresource.com/larsenathelunatic.php
Summoner Sirqo^a swinetor summoner^voa^resplendent^https://voa.eqresource.com/summonersirqo.php
Ungimar^a hostile goral^voa^resplendent^https://voa.eqresource.com/ungimar.php
Advisor Enaris^a temple aide^voa^resplendent^https://voa.eqresource.com/advisorenaris.php
An Animated Servant^an animated corpse^voa^resplendent^https://voa.eqresource.com/ananimatedservant.php
Chancellor Mardis^a nitore apprentice^voa^resplendent^https://voa.eqresource.com/chancellormardis.php
Gisette^a grazing braxi^voa^resplendent^https://voa.eqresource.com/gisette.php
High Guard Alsera^a nitore watcher^voa^resplendent^https://voa.eqresource.com/highguardalsera.php
King Piqiorn^an Ulork noble^voa^resplendent^https://voa.eqresource.com/kingpiqiorn.php
Miggles^a tame goral^voa^resplendent^https://voa.eqresource.com/miggles.php
The Rat Queen^a diseased rat^voa^resplendent^https://voa.eqresource.com/theratqueen.php
Afton the Cleanser^a nitore cleanser^voa^resplendent^https://voa.eqresource.com/aftonthecleanser.php
An Ivory Serpent^an albino serpent^voa^resplendent^https://voa.eqresource.com/anivoryserpent.php
Chief Recruiter Joceil^a Nitore neophyte^voa^resplendent^https://voa.eqresource.com/chiefrecruiterjoceil.php
Grimlop^a diseased hopper^voa^resplendent^https://voa.eqresource.com/grimlop.php
High Priest Nelori^a nitore priest^voa^resplendent^https://voa.eqresource.com/highpriestnelori.php
King Zarq^a piq`a noble^voa^resplendent^https://voa.eqresource.com/kingzarq.php
Pledgemaster Oeslik^a devoted pledge^voa^resplendent^https://voa.eqresource.com/pledgemasteroeslik.php
The Slothlord^a sloth cube^voa^resplendent^https://voa.eqresource.com/theslothlord.php
A Fleetfooted Braxi^a haze jumper^voa^windsong^https://voa.eqresource.com/afleetfootedbraxi.php
Saduulj Tsepir^a soundless devotee^voa^windsong^https://voa.eqresource.com/saduuljtsepir.php
The Forlorn Drummer^a soundless devotees^voa^windsong^https://voa.eqresource.com/theforlorndrummer.php
Unvoiced Brute^a silent guardian^voa^windsong^https://voa.eqresource.com/unvoicedbrute.php
Breezeglider^a fluttering kangon^voa^windsong^https://voa.eqresource.com/breezeglider.php
Stormcaller^a haze jumper^voa^windsong^https://voa.eqresource.com/stormcaller.php
The Hornmaster^a soundless devotee^voa^windsong^https://voa.eqresource.com/thehornmaster.php
Riffmaz the Flute Master^a soundless devotees^voa^windsong^https://voa.eqresource.com/riffmaztheflutemaster.php
The Conductor^a soundless devoteess^voa^windsong^https://voa.eqresource.com/theconductor.php
The Windrunner^a fluttering kangons^voa^windsong^https://voa.eqresource.com/thewindrunner.php
an unusual creature^a selyrah plainsfeeder^voa^pillarsalra^https://voa.eqresource.com/anunusualcreature.php
Ivrikdal the Infuser^a shadow harvester^voa^pillarsalra^https://voa.eqresource.com/ivrikdaltheinfuser.php
Peacekeeper of Anriella^a quiet naturetender^voa^pillarsalra^https://voa.eqresource.com/peacekeeperofanriella.php
Peacekeeper of Melretia^a verdantguard reflector^voa^pillarsalra^https://voa.eqresource.com/peacekeeperofmelretia.php
Tonmek the Mind-Drainer^a mana harvester^voa^pillarsalra^https://voa.eqresource.com/tonmektheminddrainer.php
VakRidel the Shadowcaller^a verdantguard trainee^voa^pillarsalra^https://voa.eqresource.com/vakrideltheshadowcaller.php
Cysivir the Constructor^an essence keeper^voa^pillarsalra^https://voa.eqresource.com/cysivirtheconstructor.php
Korellister the Stoic^ardent scholar^voa^pillarsalra^https://voa.eqresource.com/korellisterthestoic.php
Korellister the Stoic^a student of Erion^voa^pillarsalra^https://voa.eqresource.com/korellisterthestoic.php
Peacekeeper of Erion^a verdantguard squire^voa^pillarsalra^https://voa.eqresource.com/peacekeeperoferion.php
Soliadal the Timid^a manatender^voa^pillarsalra^https://voa.eqresource.com/soliadalthetimid.php
Tsianvar the Studious^a pensive scholar^voa^pillarsalra^https://voa.eqresource.com/tsianvarthestudious.php
Varinyr the Construct of Life^a greater life-essence^voa^pillarsalra^https://voa.eqresource.com/varinyrtheconstructoflife.php
II`Valrikar the Purifier^an essence purifier^voa^pillarsalra^https://voa.eqresource.com/ilvalrikarthepurifier.php
Opholonas the Harvester^a light harvester^voa^pillarsalra^https://voa.eqresource.com/orpholonastheharvester.php
Peacekeeper of Fal`Kaa^a verdantguard novice^voa^pillarsalra^https://voa.eqresource.com/peacekeeperoffalkaa.php
The Utlen Depthkeeper^an ut`len flaremind^voa^pillarsalra^https://voa.eqresource.com/theutlendepthkeeper.php
VDralk the Construct of Shade^a greater blistering shade^voa^pillarsalra^https://voa.eqresource.com/vdralktheconstructofshade.php
Wreliard the Arctender^an arcane essencegazer^voa^pillarsalra^https://voa.eqresource.com/wreliardthearctender.php
A Rabid Selyrah^a wild selyrah^voa^cityofbronze^https://voa.eqresource.com/arabidselyrah.php
Archon Norandi^an archon^voa^cityofbronze^https://voa.eqresource.com/archonnorandi.php
Carnifex Korum^a carnifex^voa^cityofbronze^https://voa.eqresource.com/carnifexkorum.php
Citizen Silaindi^an honest citizen^voa^cityofbronze^https://voa.eqresource.com/citizensilaindi.php
Fuandir the Master Potter^a potter^voa^cityofbronze^https://voa.eqresource.com/fuandirthemasterpotter.php
Guard Tulzix^a guard^voa^cityofbronze^https://voa.eqresource.com/guardtulzix.php
A Raging Braxi^a wild braxi^voa^cityofbronze^https://voa.eqresource.com/aragingbraxi.php
Blacksmith Julandi^an industrious blacksmith^voa^cityofbronze^https://voa.eqresource.com/blacksmithjulandi.php
Citizen Jlane^a citizen^voa^cityofbronze^https://voa.eqresource.com/citizenjlane.php
Cook Goranan^a cook^voa^cityofbronze^https://voa.eqresource.com/cookgoranan.php
Cook Goranan^a busy cook^voa^cityofbronze^https://voa.eqresource.com/cookgoranan.php
Cook Goranan^a tired cook^voa^cityofbronze^https://voa.eqresource.com/cookgoranan.php
Guard Horlian^a guards^voa^cityofbronze^https://voa.eqresource.com/guardhorlian.php
Guggles^a diseased oashim^voa^cityofbronze^https://voa.eqresource.com/guggles.php
Archon Kinafu^an archons^voa^cityofbronze^https://voa.eqresource.com/archonkinafu.php
Bloodclaw^a feral grendlaen^voa^cityofbronze^https://voa.eqresource.com/bloodclaw.php
Citizen Julazir^a faithful citizen^voa^cityofbronze^https://voa.eqresource.com/citizenjulazir.php
Deathsqueak^a diseased oashim^voa^cityofbronze^https://voa.eqresource.com/deathsqueak.php
Guard Tuankod^a dutiful guard^voa^cityofbronze^https://voa.eqresource.com/guardtuankod.php
The Record Master^a record keepe^voa^cityofbronze^https://voa.eqresource.com/therecordmaster.php
Agralta^thelara alsa ril of Alra^voa^sepulcher^https://voa.eqresource.com/agralta.php
Champion of the Triumvirate^a protector of alsa thel^voa^sepulcher^https://voa.eqresource.com/championofthetriumvirate.php
Excrucidator^brutalizer of alsa thelara^voa^sepulcher^https://voa.eqresource.com/excrucidator.php
Primordial Steel^a zephyr of steel^voa^sepulcher^https://voa.eqresource.com/primordialsteel.php
Tendros^a dense mound^voa^sepulcher^https://voa.eqresource.com/tendros.php
Alsara the Ansel Ereth^a departed thelasa^voa^sepulcher^https://voa.eqresource.com/alsaratheanselereth.php
Clampgrit^a starving raptor^voa^sepulcher^https://voa.eqresource.com/clampgrit.php
Gleaming Tricor^a sublime tricrystal^voa^sepulcher^https://voa.eqresource.com/gleamingtricor.php
Spernal^a wind liege^voa^sepulcher^https://voa.eqresource.com/spernal.php
The Dark^an aspect of darkness^voa^sepulcher^https://voa.eqresource.com/thedark.php
Bonemeal^a denuded ser thel^voa^sepulcher^https://voa.eqresource.com/bonemeal.php
Eldanum of the Ser Alsa^an ereth of law^voa^sepulcher^https://voa.eqresource.com/eldanumoftheseralsa.php
Paleodontis^a fortified tideshell^voa^sepulcher^https://voa.eqresource.com/paleodontis.php
Tegleth^a blade mentor of alsa thelara^voa^sepulcher^https://voa.eqresource.com/tegleth.php
The Exalted Ser Alsa Thel^an ascended ser alsa thel^voa^sepulcher^https://voa.eqresource.com/theexaltedseralsathel.php
King Itkari^a chetari defender^rof^breedinggrounds^https://rof.eqresource.com/kingitkari.php
Zalifur^an ancient dracolich^rof^breedinggrounds^https://rof.eqresource.com/zalifur.php
Akyail^a fearwing watcher^rof^breedinggrounds^https://rof.eqresource.com/akyail.php
A Vicious Hatchling^Has a chance to spawn from any egg in the zone.^rof^breedinggrounds^https://rof.eqresource.com/avicioushatchling.php
Edoth the Ancient^an ancient icewing^rof^breedinggrounds^https://rof.eqresource.com/edoththeancient.php
Charra^a magma fiend^rof^breedinggrounds^https://rof.eqresource.com/charra.php
Iciclane^a frostwing^rof^breedinggrounds^https://rof.eqresource.com/iciclane.php
Gosik^a flamewing guardian^rof^breedinggrounds^https://rof.eqresource.com/gosik.php
Nefori^a flamewing protector^rof^breedinggrounds^https://rof.eqresource.com/nefori.php
Seros^a mature icewing^rof^breedinggrounds^https://rof.eqresource.com/seros.php
Osalur^a flamewing defender^rof^breedinggrounds^https://rof.eqresource.com/osalur.php
Velishan^a terrorwing^rof^breedinggrounds^https://rof.eqresource.com/velishan.php
A Lost Soul^a lost willow wisp -and- an enraged willow wisp^rof^chapterhouse^https://rof.eqresource.com/alostsoul.php
A Mournful Spirit^a lost soul^rof^chapterhouse^https://rof.eqresource.com/amournfulspirit.php
Falhotep the Cursed^a brittle mummy^rof^chapterhouse^https://rof.eqresource.com/falhotepthecursed.php
Braintaster^a brain eating beetle^rof^chapterhouse^https://rof.eqresource.com/braintaster.php
Halstor Bonewalker^a necromancer initiate -and- a necromancer neophyte^rof^chapterhouse^https://rof.eqresource.com/halstorbonewalker.php
Kaficus the Undying^a shambling zombie^rof^chapterhouse^https://rof.eqresource.com/kaficustheundying.php
Plaguetooth^any type of rat^rof^chapterhouse^https://rof.eqresource.com/plaguetooth.php
Sergeant Malorin^a defiled paladin of Marr^rof^chapterhouse^https://rof.eqresource.com/sergeantmalorin.php
Ralstok Plaguebone^a forgotten prisoner^rof^chapterhouse^https://rof.eqresource.com/ralstokplaguebone.php
The Flesheater^a hungry ghoul^rof^chapterhouse^https://rof.eqresource.com/theflesheater.php
Sir Raint^a defiled paladin of Marr -or- a disgraced paladin of Marr^rof^chapterhouse^https://rof.eqresource.com/sirraint.php
The Hundred Hands Of Blood^a tired torturer^rof^chelsithreborn^https://rof.eqresource.com/thehundredhandsofblood.php
Swordmaster Karla^a sword tester, possibly others^rof^chelsithreborn^https://rof.eqresource.com/swordmasterkarla.php
Sliggles The Sneak^an informant^rof^chelsithreborn^https://rof.eqresource.com/sligglesthesneak.php
Silvi The Mistress^a groomed slave^rof^chelsithreborn^https://rof.eqresource.com/silvithemistress.php
High Diabolist Dynengo^a willing sacrifice^rof^chelsithreborn^https://rof.eqresource.com/highdiabolistdynengo.php
Gora The Gourdsmasher^a farm slave^rof^chelsithreborn^https://rof.eqresource.com/gorathegourdsmasher.php
Glorig The Underdog^a defeated gladiator^rof^chelsithreborn^https://rof.eqresource.com/glorigtheunderdog.php
Floppy Flick^a frustrated fisherman^rof^chelsithreborn^https://rof.eqresource.com/floppyflick.php
A Successful Mistwielder^an experimenter^rof^chelsithreborn^https://rof.eqresource.com/asuccessfulmistwielder.php
A Huge Mistake^a mistake^rof^chelsithreborn^https://rof.eqresource.com/ahugemistake.php
A Possessed Farseer^a visionary pupil^rof^chelsithreborn^https://rof.eqresource.com/apossessedfarseer.php
The Undefeated Blade^a worthy contender (ring event, read description in comments below)^rof^chelsithreborn^https://rof.eqresource.com/theundefeatedblade.php
A Ry`Gorr Enforcer^a Ry`Gorr guard^rof^crystalcaverns^https://rof.eqresource.com/arygorrenforcer.php
A Life Leech^an icy leech^rof^crystalcaverns^https://rof.eqresource.com/alifeleech.php
Foreman Rixact^a Ry`Gorr excavator^rof^crystalcaverns^https://rof.eqresource.com/foremanrixact.php
Fear Tainted Tentacle^a tentacle tormentor^rof^crystalcaverns^https://rof.eqresource.com/feartaintedtentacle.php
A Terror Carver^an icy terror^rof^crystalcaverns^https://rof.eqresource.com/aterrorcarver.php
A Stalag Purifier^a pure terror^rof^crystalcaverns^https://rof.eqresource.com/astalagpurifier.php
A Ry`Gorr Inspector^a Ry`Gorr scout^rof^crystalcaverns^https://rof.eqresource.com/arygorrinspector.php
A Crystal Lurker^a crystal webmaster^rof^crystalcaverns^https://rof.eqresource.com/acrystallurker.php
A Dracnid Retainer^a crystal webspinner^rof^crystalcaverns^https://rof.eqresource.com/adracnidretainer.php
A Focus Gem^a geonid^rof^crystalcaverns^https://rof.eqresource.com/afocusgem.php
A Gem Collector^a geonid^rof^crystalcaverns^https://rof.eqresource.com/agemcollector.php
A Hollow Crystal^a hollow terror^rof^crystalcaverns^https://rof.eqresource.com/ahollowcrystal.php
A Ry`Gorr Herbalist^a Ry`Gorr shaman^rof^crystalcaverns^https://rof.eqresource.com/arygorrherbalist.php
Queen Dracnia^a regal crawler^rof^crystalcaverns^https://rof.eqresource.com/queendracnia.php
Pit Boss Torgud^a lazy orc^rof^crystalcaverns^https://rof.eqresource.com/pitbosstorgud.php
Prospector Wersan^a Ry`Gorr digger^rof^crystalcaverns^https://rof.eqresource.com/prospectorwersan.php
Overseer Grydon^a Ry`Gorr overseer^rof^crystalcaverns^https://rof.eqresource.com/overseergrydon.php
Kreztik^a velium crawler^rof^crystalcaverns^https://rof.eqresource.com/kreztik.php
Foreman Smason^a Ry`Gorr prospector^rof^crystalcaverns^https://rof.eqresource.com/foremansmason.php
Chief Ry`Gorr^a Ry`Gorr centurion^rof^eastwastes^https://rof.eqresource.com/chiefrygorr.php
Boradain Glacierbane^a coldain skinner^rof^eastwastes^https://rof.eqresource.com/boradainglacierbane.php
Tain Hammerfrost^a coldain missionary^rof^eastwastes^https://rof.eqresource.com/tainhammerfrost.php
Tungo^a tundra mammoth^rof^eastwastes^https://rof.eqresource.com/tungo.php
Drummon Coldshanks^a coldain lookout^rof^eastwastes^https://rof.eqresource.com/drummoncoldshanks.php
Corbin Blackwell^a coldain hunter^rof^eastwastes^https://rof.eqresource.com/corbinblackwell.php
Firband the Black^a Ry`Gorr centurion^rof^eastwastes^https://rof.eqresource.com/firbandtheblack.php
Ekelng Thunderstone^a frost giant savage^rof^eastwastes^https://rof.eqresource.com/ekelngthunderstone.php
Galrok the Cold^a coldain warrior^rof^eastwastes^https://rof.eqresource.com/galrokthecold.php
Fjloaren Icebane^a frost giant savage^rof^eastwastes^https://rof.eqresource.com/fjloarenicebane.php
Nightmane^a nightmare^rof^eastwastes^https://rof.eqresource.com/nightmane.php
Kurlok the Mad^a Ry`Gorr centurion^rof^eastwastes^https://rof.eqresource.com/kurlokthemad.php
Ghrek Squatnot^a frost giant captain^rof^eastwastes^https://rof.eqresource.com/ghreksquatnot.php
Warden Bruke^a frost giant captain^rof^eastwastes^https://rof.eqresource.com/wardenbruke.php
Yngaln the Frozen^a frost giant captain^rof^eastwastes^https://rof.eqresource.com/yngalnthefrozen.php
A Blob of Sap^vile sap^rof^evantil^https://rof.eqresource.com/ablobofsap.php
Burntbark^a wandering sapling^rof^evantil^https://rof.eqresource.com/burntbark.php
Seedspitter^a fear blossom^rof^evantil^https://rof.eqresource.com/seedspitter.php
Clizik^a soldier ant -or- a diligent ant^rof^evantil^https://rof.eqresource.com/clizik.php
A Bloated Toad^a poisonous frog -or- a tree frog^rof^evantil^https://rof.eqresource.com/abloatedtoad.php
Ruaabri^a fear howler^rof^evantil^https://rof.eqresource.com/ruaabri.php
The Ant Queen^a filigent ant^rof^evantil^https://rof.eqresource.com/theantqueen.php
Thornmaw^a vine maw^rof^evantil^https://rof.eqresource.com/thornmaw.php
Yunaizarn^a famished goral^rof^evantil^https://rof.eqresource.com/yunaizarn.php
Uzrinar the Damned^any type of ape^rof^evantil^https://rof.eqresource.com/uzrinarthedamned.php
Beast Caller Plakt^a creature keeper^rof^grellethspalace^https://rof.eqresource.com/beastcallerplakt.php
Cook Mul^a kitchen assistant^rof^grellethspalace^https://rof.eqresource.com/cookmul.php
Dark Ritualist Kopp^a Chateau bloodcaster^rof^grellethspalace^https://rof.eqresource.com/darkritualistkopp.php
Grelleth`s War Machine^a junkcrafter scavenger^rof^grellethspalace^https://rof.eqresource.com/grellethswarmachine.php
Junkcrafter Nint^a junkcrafter apprentice^rof^grellethspalace^https://rof.eqresource.com/junkcrafternint.php
Polluter Slaunk^a rot shaman^rof^grellethspalace^https://rof.eqresource.com/polluterslaunk.php
Penkal the Filth Master^a sewer mage^rof^grellethspalace^https://rof.eqresource.com/penkalthefilthmaster.php
Stitches^a grizzled tamed selyrah^rof^grellethspalace^https://rof.eqresource.com/stitches.php
The Forgotten Murderer^a Chateau gravedigger^rof^grellethspalace^https://rof.eqresource.com/theforgottenmurderer.php
Palace Commander Eroll^an elite soldier^rof^grellethspalace^https://rof.eqresource.com/palacecommandereroll.php
Rotblade Klonda^a Chateau defender^rof^grellethspalace^https://rof.eqresource.com/rotbladeklonda.php
Alsecht the Believer^an enraged believer^rof^heartoffeara^https://rof.eqresource.com/alsechtthebeliever.php
Deathfist^"""an enraged _____"" mobs in the area"^rof^heartoffeara^https://rof.eqresource.com/deathfist.php
Harbinger Krask^an enraged harbinger^rof^heartoffeara^https://rof.eqresource.com/harbingerkrask.php
Ocululor^"""an enraged _____"" mobs in the area"^rof^heartoffeara^https://rof.eqresource.com/ocululor.php
Ulzschanoth^"""an enraged _____"" mobs in the area"^rof^heartoffeara^https://rof.eqresource.com/ulzschanoth.php
Ythan the Gutripper^"""an enraged _____"" mobs in the area"^rof^heartoffeara^https://rof.eqresource.com/ythanthegutripper.php
A Hoary Gargoyle^"""an enraged _____"" mobs in the area"^rof^heartoffearb^https://rof.eqresource.com/ahoarygargoyle.php
Enasni the Demented^an enraged mephit^rof^heartoffearb^https://rof.eqresource.com/enasnithedemented.php
Glubbus the Fleshmelter^"""an enraged _____"" mobs in the area"^rof^heartoffearb^https://rof.eqresource.com/glubbusthefleshmelter.php
Ixmilsh the Terrortangler^"""an enraged _____"" mobs in the area"^rof^heartoffearb^https://rof.eqresource.com/ixmilshtheterrortangler.php
Silandra the Cruel^an enraged harbinger^rof^heartoffearb^https://rof.eqresource.com/silandrathecruel.php
Torflog the Impaler^an enraged harbinger^rof^heartoffearb^https://rof.eqresource.com/torflogtheimpaler.php
Vizlix the Deceiver^an enraged shiverback^rof^heartoffearb^https://rof.eqresource.com/vizlixthedeceiver.php
Zixial the Scaremonger^an enraged harbinger^rof^heartoffearb^https://rof.eqresource.com/zixialthescaremonger.php
A Herald of Fear^an enraged spectre^rof^heartoffearc^https://rof.eqresource.com/aheraldoffear.php
A Vision of Fear^"""an enraged _____"" mobs in the area"^rof^heartoffearc^https://rof.eqresource.com/avisionoffear.php
Grizelna the Mad^"""enraged"" mobs around nameds spawn area"^rof^heartoffearc^https://rof.eqresource.com/grizelnathemad.php
Simira the Dreadwidow^"""enraged"" mobs around nameds spawn area"^rof^heartoffearc^https://rof.eqresource.com/simirathedreadwidow.php
Soulhollow^"""enraged"" mobs around nameds spawn area"^rof^heartoffearc^https://rof.eqresource.com/soulhollow.php
Yilsme the Harbinger of Death^an enraged widow^rof^heartoffearc^https://rof.eqresource.com/yilsmetheharbingerofdeath.php
The Statue of Rallos Zek^Armor of War^rof^kaeldrakkel^https://rof.eqresource.com/thestatueofralloszek.php
Yetarr^a visiting noble^rof^kaeldrakkel^https://rof.eqresource.com/yetarr.php
The Idol of Rallos Zek^Part of the Statue event.^rof^kaeldrakkel^https://rof.eqresource.com/theidolofralloszek.php
Kyenka^a visiting noble^rof^kaeldrakkel^https://rof.eqresource.com/kyenka.php
Kallis Stormcaller^a Protector of War^rof^kaeldrakkel^https://rof.eqresource.com/kallisstormcaller.php
Keldor Dek`Torek^a noble storm giant^rof^kaeldrakkel^https://rof.eqresource.com/keldordektorek.php
Gkrean Prophet of Tallon^High Priest of Tallon Zek^rof^kaeldrakkel^https://rof.eqresource.com/gkreanprophetoftallon.php
Grungol the Eclipse^a penumbral coldain^rof^kaeldrakkel^https://rof.eqresource.com/grungoltheeclipse.php
Fjokar Frozenshard^a storm giant of nobility^rof^kaeldrakkel^https://rof.eqresource.com/fjokarfrozenshard.php
Fjeka^a Drakkel dire wolf^rof^kaeldrakkel^https://rof.eqresource.com/fjeka.php
Evanescent Coronach^a fading dirge^rof^kaeldrakkel^https://rof.eqresource.com/evanescentcoronach.php
Derakor the Vindicator^a gaurdian of war^rof^kaeldrakkel^https://rof.eqresource.com/derakorthevindicator.php
Doljek the Insane^an unbalanced kromzek^rof^kaeldrakkel^https://rof.eqresource.com/doljektheinsane.php
a fey swarm^a fey delerium -or- a fey uniter^rof^kaeldrakkel^https://rof.eqresource.com/afeyswarm.php
a diminutive kromrif^an upright kromrif^rof^kaeldrakkel^https://rof.eqresource.com/adiminutivekromrif.php
Reivaj the Battlerager^a frost giant berserker^rof^kaeldrakkel^https://rof.eqresource.com/reivajthebattlerager.php
Pakjol the Hungry^a Drakkel dire wolf pup^rof^kaeldrakkel^https://rof.eqresource.com/pakjolthehungry.php
Semkak Prophet of Vallon^High Priest of Vallon Zek^rof^kaeldrakkel^https://rof.eqresource.com/semkakprophetofvallon.php
Slagheart^a scalding mistdragon^rof^kaeldrakkel^https://rof.eqresource.com/slagheart.php
The Avatar of War^Part of the Statue event.^rof^kaeldrakkel^https://rof.eqresource.com/theavatarofwar.php
A Thundering Tempest^a raging storm^rof^planeofshadow^https://rof.eqresource.com/athunderingtempest.php
An Astral Wanderer^a wandering soul^rof^planeofshadow^https://rof.eqresource.com/anastralwanderer.php
Darkstone^a grinning gargoyle^rof^planeofshadow^https://rof.eqresource.com/darkstone.php
Gloomshell^a shadowed seed beetle^rof^planeofshadow^https://rof.eqresource.com/gloomshell.php
Kaas Thox^a pile of shadow^rof^planeofshadow^https://rof.eqresource.com/kaasthox.php
Kela Rentha Xakra^a servant of shadow^rof^planeofshadow^https://rof.eqresource.com/kelarenthaxakra.php
Nightwing^a bat^rof^planeofshadow^https://rof.eqresource.com/nightwing.php
The Dark Lady^a mournful specter^rof^planeofshadow^https://rof.eqresource.com/thedarklady.php
Volx Xi Xakra^corrupted akhevan^rof^planeofshadow^https://rof.eqresource.com/volxxixakra.php
Xi Dyn^an ancient construct^rof^planeofshadow^https://rof.eqresource.com/xidyn.php
Xorla Vor^a Senshali shadowblade^rof^planeofshadow^https://rof.eqresource.com/xorlavor.php
Zel Kaxri^a corrupted akhevan^rof^planeofshadow^https://rof.eqresource.com/zelkaxri.php
Xal Zeth^an Akhevan vagabond^rof^planeofshadow^https://rof.eqresource.com/xalzeth.php
Vilefeaster^a dire plainskeeper^rof^shardslanding^https://rof.eqresource.com/vilefeaster.php
Stonecoat^a frostcoat patriarch^rof^shardslanding^https://rof.eqresource.com/stonecoat.php
Plaguespine^a corrupted coralspine^rof^shardslanding^https://rof.eqresource.com/plaguespine.php
Pyrebeak^an icebeak matriarch^rof^shardslanding^https://rof.eqresource.com/pyrebeak.php
Rockspine^a worntooth matron^rof^shardslanding^https://rof.eqresource.com/rockspine.php
Pincerpest^a venomshell scarab^rof^shardslanding^https://rof.eqresource.com/pincerpest.php
Iremaw^an elder prowler^rof^shardslanding^https://rof.eqresource.com/iremaw.php
Elsrop the Crazed^a forsaken speaker -and- a forsaken overseer^rof^shardslanding^https://rof.eqresource.com/elsropthecrazed.php
Cragbeak^a kangon verdantbeak^rof^shardslanding^https://rof.eqresource.com/cragbeak.php
Cobalt^a plainsdweller guardian^rof^shardslanding^https://rof.eqresource.com/cobalt.php
Banescale Serpent^a slatescale slitherer -and- an ivyscale slitherer^rof^shardslanding^https://rof.eqresource.com/banescaleserpent.php
Alpha Naeya^an elder naeya^rof^shardslanding^https://rof.eqresource.com/alphanaeya.php
Body of the Many^a darkbody golem^rof^xorbb^https://rof.eqresource.com/bodyofthemany.php
Companion of the Dead^a deadfiend goblin^rof^xorbb^https://rof.eqresource.com/companionofthedead.php
Facenibbler^a longfang rat^rof^xorbb^https://rof.eqresource.com/facenibbler.php
Corpsehide^a thickhide crocodile^rof^xorbb^https://rof.eqresource.com/corpsehide.php
Deepcore^a core elemental^rof^xorbb^https://rof.eqresource.com/deepcore.php
Facet of Fear^a multifacet hydra^rof^xorbb^https://rof.eqresource.com/facetoffear.php
Frothtooth^a rabid bear^rof^xorbb^https://rof.eqresource.com/frothtooth.php
Ixyl the Claymaster^a clayborn muddite^rof^xorbb^https://rof.eqresource.com/ixyltheclaymaster.php
Gruden the Pulverizer^a bruiser minotaur^rof^xorbb^https://rof.eqresource.com/grudenthepulverizer.php
Kalken`s Bloody Bones^a scarred skeleton^rof^xorbb^https://rof.eqresource.com/kalkensbloodybones.php
Krondal^a warrior minotaur^rof^xorbb^https://rof.eqresource.com/krondal.php
Shroomdeath^a deadcaller sporali^rof^xorbb^https://rof.eqresource.com/shroomdeath.php
Living Shard^a lifeshard hydra^rof^xorbb^https://rof.eqresource.com/livingshard.php
Mindseep^a nullmind mephit^rof^xorbb^https://rof.eqresource.com/mindseep.php
Ritualist Blezon^a ritualtalker goblin^rof^xorbb^https://rof.eqresource.com/ritualistblezon.php
The Visionary^a farsighted eye^rof^xorbb^https://rof.eqresource.com/thevisionary.php
Terrorfist^a terror golem^rof^xorbb^https://rof.eqresource.com/terrorfist.php
Worker`s Champion^a subservient goblin^rof^xorbb^https://rof.eqresource.com/workerschampion.php
Stormwheel^a cloudburst whirlwind^rof^xorbb^https://rof.eqresource.com/stormwheel.php
Tunnel Slither^a tunnel snake^rof^xorbb^https://rof.eqresource.com/tunnelslither.php
Xolok the Blind^a clouded eye^rof^xorbb^https://rof.eqresource.com/xoloktheblind.php
Xorlex the Seer^a focused eye^rof^xorbb^https://rof.eqresource.com/xorlextheseer.php
Ancient Corpse^a worn singedbones skeleton^cotf^arginhiz^https://cotf.eqresource.com/ancientcorpse.php
Captain Dalyn^an alert soldier^cotf^arginhiz^https://cotf.eqresource.com/captaindalyn.php
Captain Nalia^an alert ember trooper^cotf^arginhiz^https://cotf.eqresource.com/captainnalia.php
Chamberlain Celain^a weary steward^cotf^arginhiz^https://cotf.eqresource.com/chamberlaincelain.php
Councilor Grael^a bored councilor^cotf^arginhiz^https://cotf.eqresource.com/councilorgrael.php
Inferno Vortex^a trooper^cotf^arginhiz^https://cotf.eqresource.com/infernovortex.php
Magma Behemoth^a worn slag golem^cotf^arginhiz^https://cotf.eqresource.com/magmabehemoth.php
Master Sage Lowenn^a weary ember sage^cotf^arginhiz^https://cotf.eqresource.com/mastersagelowenn.php
Chief Warden Varken^a gruff warden^cotf^arginhiz^https://cotf.eqresource.com/chiefwardenvarken.php
Guardian Harell^a keeper of the hearth^cotf^arginhiz^https://cotf.eqresource.com/guardianharell.php
Firesting^a cliknar defender^cotf^bixiewarfront^https://cotf.eqresource.com/firesting.php
an Enraged Bixie Drone^a wandering drone^cotf^bixiewarfront^https://cotf.eqresource.com/anenragedbixiedrone.php
Dreadmole^a burrowing mole^cotf^bixiewarfront^https://cotf.eqresource.com/dreadmole.php
a Bixie Guardian^a Bixie impaler^cotf^bixiewarfront^https://cotf.eqresource.com/abixieguardian.php
Arachnox, the Dread Widow^an agitated widow^cotf^bixiewarfront^https://cotf.eqresource.com/arachnoxthedreadwidow.php
Gellwing, the Corpse Looter^frenzied cliknar^cotf^bixiewarfront^https://cotf.eqresource.com/gellwingthecorpselooter.php
Monarch Deathwing^a fluttering reaver^cotf^bixiewarfront^https://cotf.eqresource.com/monarchdeathwing.php
Pollenix^a Bixie enforcer^cotf^bixiewarfront^https://cotf.eqresource.com/pollenix.php
Tleroth, Mistress of the Web^an arachnid harrower^cotf^bixiewarfront^https://cotf.eqresource.com/tlerothmistressoftheweb.php
Grolk, the Honey Eater^a trench cutter^cotf^bixiewarfront^https://cotf.eqresource.com/grolkthehoneyeater.php
Wenteras the Ancient^a forest elder^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/wenterastheancient.php
Torishal^a tirun overlord^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/torishal.php
The Requiest^a ritual executioner^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/therequiest.php
Stix^a bandit gutpiercer^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/stix.php
Soul Sifter^a soul taker^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/soulsifter.php
Skretch^a skirth boneshredder^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/skretch.php
Oklaric^an oragic mindpiercer^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/oklaric.php
Lava Mantle^a lavacrust strider^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/lavamantle.php
Guard Donlan^a traitorous guard^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/guarddonlan.php
Grawrarawr^a lurking ursarachnid^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/grawrarawr.php
Gelden^a gehien fleshcutter^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/gelden.php
Ethilen^a baneful soul^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/ethilen.php
Drezdal^an undead soldier^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/drezdal.php
Crazed Scarecrow^an insane scarecrow^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/crazedscarecrow.php
Brodhas^a bandit foecrusher^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/brodhas.php
Burning Bones^a scorched walker^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/burningbones.php
Doomscale Diabolist^a Doomscale soultaker^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/doomscalediabolist.php
Harlow the Blackguard^a sneaky bandit^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/harlowtheblackguard.php
Plague Bringer^a sickly revenant^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/plaguebringer.php
Sentinel Jorgl^a bandit watcher^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/sentineljorgl.php
a vengeful spirit^a spirit^cotf^etherneretaintedwestkarana^https://cotf.eqresource.com/avengefulspirit.php
Xam, Koada`Dal Slayer^an off duty guard^cotf^neriakfourthgate^https://cotf.eqresource.com/xamkoadadalslayer.php
Violet, Soul Drinker^a Darklight bat^cotf^neriakfourthgate^https://cotf.eqresource.com/violetsouldrinker.php
Ryzok D`Tol`s Remains^an enraged skeleton^cotf^neriakfourthgate^https://cotf.eqresource.com/ryzokdtolsremains.php
Mass of Spite^a stonetalon^cotf^neriakfourthgate^https://cotf.eqresource.com/massofspite.php
Fleshweaver D`Syss^Isvan L`Dor^cotf^neriakfourthgate^https://cotf.eqresource.com/fleshweaverdsyss.php
Entrancer R`Ker^an important guest^cotf^neriakfourthgate^https://cotf.eqresource.com/entrancerrker.php
Dread Lord Javis Tolax^a dark reaver^cotf^neriakfourthgate^https://cotf.eqresource.com/dreadlordjavistolax.php
Archon Kela G`Noir^a dark mender^cotf^neriakfourthgate^https://cotf.eqresource.com/archonkelagnoir.php
Arch Mage X`Cubus^a diplomat^cotf^neriakfourthgate^https://cotf.eqresource.com/archmagexcubus.php
Arch Lich Lyra D`Croix^a dark defiler^cotf^neriakfourthgate^https://cotf.eqresource.com/archlichlyradcroix.php
Bloody Tome^a hatestorm dervish^cotf^neriakfourthgate^https://cotf.eqresource.com/bloodytome.php
Dragoon Torrex^Guard D`Lorn^cotf^neriakfourthgate^https://cotf.eqresource.com/dragoontorrex.php
Evoker K`Lexor^a Teir`Dal evoker^cotf^neriakfourthgate^https://cotf.eqresource.com/evokerklexor.php
Rilen D`Tradis^a Teir`Dal captain^cotf^neriakfourthgate^https://cotf.eqresource.com/rilendtradis.php
Guard Captain N`Mar^Guard V`Rett^cotf^neriakfourthgate^https://cotf.eqresource.com/guardcaptainnmar.php
The Blade^Yikkarvi, the Glade`s Smith^cotf^planeofwar^https://cotf.eqresource.com/theblade.php
The Judicator^No PH - Can randomly spawn upon killing any mob in the Field of Strife^cotf^planeofwar^https://cotf.eqresource.com/thejudicator.php
Rolfron Zek, Lord of Despair^Dejected Kobold^cotf^planeofwar^https://cotf.eqresource.com/rolfronzeklordofdespair.php
The Grandmaster^The Novice^cotf^planeofwar^https://cotf.eqresource.com/thegrandmaster.php
Gyrup, the Caller^Furg, the Caller`s Boartender^cotf^planeofwar^https://cotf.eqresource.com/gyrupthecaller.php
The Heart of Narikor^Multifaceted Golem^cotf^planeofwar^https://cotf.eqresource.com/theheartofnarikor.php
Commander Gannar Dolm^Tykronar, Gannar`s Aide^cotf^planeofwar^https://cotf.eqresource.com/commandergannardolm.php
Kijarl, Arcanist of Rulnavis^Grald, Kijarl`s Adviser^cotf^planeofwar^https://cotf.eqresource.com/kijarlarcanistofrulnavis.php
Slave Driver Thokk^irate slave driver^cotf^planeofwar^https://cotf.eqresource.com/slavedriverthokk.php
The Barb^Ejarld, Herald of the Barb^cotf^planeofwar^https://cotf.eqresource.com/thebarb.php
Commander Inasch Prae`va^Graluk, Inasch`s Bladekeeper^cotf^planeofwar^https://cotf.eqresource.com/commanderinaschpraeva.php
A Xulous Invader^a xulous scout^cotf^thedeadhills^https://cotf.eqresource.com/axulousinvader.php
Warpriest Poxxil^a xulous elite^cotf^thedeadhills^https://cotf.eqresource.com/warpriestpoxxil.php
Rat Packleader^a gangrenous rat^cotf^thedeadhills^https://cotf.eqresource.com/ratpackleader.php
Marcelyn Sjobern^a tireless crusader^cotf^thedeadhills^https://cotf.eqresource.com/marcelynsjobern.php
Lieutenant Robert Ward^a skeletal myrmidon^cotf^thedeadhills^https://cotf.eqresource.com/lieutenantrobertward.php
Dread Ghoul^an aggressive corpse^cotf^thedeadhills^https://cotf.eqresource.com/dreadghoul.php
Deathcaller Xylok^a xulous elite^cotf^thedeadhills^https://cotf.eqresource.com/deathcallerxylok.php
Bloodsucker^a large mosquito^cotf^thedeadhills^https://cotf.eqresource.com/bloodsucker.php
Dark Infector^an unrestful soul^cotf^thedeadhills^https://cotf.eqresource.com/darkinfector.php
The Lost Devourer^a bloated devourer^cotf^towerofrot^https://cotf.eqresource.com/thelostdevourer.php
Corpseflower^a noxious deathcap^cotf^towerofrot^https://cotf.eqresource.com/corpseflower.php
Captain Nathan Flock^a cavalier of life^cotf^towerofrot^https://cotf.eqresource.com/captainnathanflock.php
The Forgotten Sapper^a furious miner^cotf^towerofrot^https://cotf.eqresource.com/theforgottensapper.php
Garath Sulfada^a hand of Sulfada^cotf^towerofrot^https://cotf.eqresource.com/garathsulfada.php
Brexx Darkpaw^a frenzied gnoll^cotf^towerofrot^https://cotf.eqresource.com/brexxdarkpaw.php
Vicar Lucilia Belyea^a vicar of life^cotf^towerofrot^https://cotf.eqresource.com/vicarluciliabelyea.php
Commander Kurt Ellis^a restless deceiver^cotf^towerofrot^https://cotf.eqresource.com/commanderkurtellis.php
Mad Martyr^a scion of the tower^cotf^towerofrot^https://cotf.eqresource.com/madmartyr.php
Guardian Roger Macholeth^Macholeth's squire Sairia^cotf^towerofrot^https://cotf.eqresource.com/guardianrogermacholeth.php
Bonemaw^a fearful scavenger magicae^tds^arxmentis^https://tds.eqresource.com/bonemaw.php
Caldarius^a worn arc worker^tds^arxmentis^https://tds.eqresource.com/caldarius.php
Mayor Praetor Livio^a spent praetor noctis^tds^arxmentis^https://tds.eqresource.com/mayorpraetorlivio.php
Mother Virgia^a frayed virga vitala^tds^arxmentis^https://tds.eqresource.com/mothervirgia.php
Principal Indagator Gordianus^a bored indagatrix materia^tds^arxmentis^https://tds.eqresource.com/principalindagatorgordianus.php
Principal Indagatrix Lucia^an irked indagator^tds^arxmentis^https://tds.eqresource.com/principalindagatrixlucia.php
Principal Quastori Numicia^a tired praetor ledalus^tds^arxmentis^https://tds.eqresource.com/principalquastorinumicia.php
Principal Vicarum Nonia^a jaded vicarum vitai^tds^arxmentis^https://tds.eqresource.com/principalvicarumnonia.php
The Codex Libre^a torn libre vitala^tds^arxmentis^https://tds.eqresource.com/thecodexlibre.php
Praetor Loricas the Hollow^a fading steel worker^tds^arxmentis^https://tds.eqresource.com/praetorloricasthehollow.php
Angry Alfred^an angry squawker, a bothered squawker^tds^brotherisland^https://tds.eqresource.com/angryalfred.php
Lidia the Castaway^a regretful wanderer, a vengeful wanderer^tds^brotherisland^https://tds.eqresource.com/lidiathecastaway.php
Mulchmother^a voracious tasselvine^tds^brotherisland^https://tds.eqresource.com/mulchmother.php
Redstreak^an angry furthick, a furthick charger^tds^brotherisland^https://tds.eqresource.com/redstreak.php
South Point Latcher^a clipping razorlatch, a snipping razorlatch^tds^brotherisland^https://tds.eqresource.com/southpointlatcher.php
Crista Faelorin^an enamored evoker^tds^cavernsofendlesssong^https://tds.eqresource.com/cristafaelorin.php
Elera Shelwin^a razored temptress^tds^cavernsofendlesssong^https://tds.eqresource.com/elerashelwin.php
Fire Eyes^a blazing evoker^tds^cavernsofendlesssong^https://tds.eqresource.com/fireeyes.php
Kaevon Maelora^an enamored warden^tds^cavernsofendlesssong^https://tds.eqresource.com/kaevonmaelora.php
Katelyn Grubson^a singing banshee^tds^cavernsofendlesssong^https://tds.eqresource.com/katelyngrubson.php
Neplin the Oceanlord^an ocean elemental^tds^cavernsofendlesssong^https://tds.eqresource.com/neplintheoceanlord.php
Old Spirespine^an aged spirespine^tds^cavernsofendlesssong^https://tds.eqresource.com/oldspirespine.php
Whitebelly^a scarred hammerhead^tds^cavernsofendlesssong^https://tds.eqresource.com/whitebelly.php
Elizabeth Ruffleberg^a voiceless temptress^tds^cavernsofendlesssong^https://tds.eqresource.com/elizabethruffleberg.php
Frachessa the Feared^a hateful Doomscale wrathforged^tds^combinedredge^https://tds.eqresource.com/frachessathefeared.php
Fractureshell^a fractured regrua^tds^combinedredge^https://tds.eqresource.com/fractureshell.php
Indagator Mortem Livianus^a timid indagator vocantem (possibly multiple PH names)^tds^combinedredge^https://tds.eqresource.com/indagatormortemlivianus.php
Necromaticus Abominatio^an abominatio elementaribus^tds^combinedredge^https://tds.eqresource.com/necromaticusabominatio.php
Praetor Ledalus Thaddaeus^a supurbus praetor lucem^tds^combinedredge^https://tds.eqresource.com/praetorledalusthaddaeus.php
Pria the Penitent^a penitent Doomscale cultist^tds^combinedredge^https://tds.eqresource.com/priathepenitent.php
Saevus Lapis Operarius^an inconstans lapis operarius^tds^combinedredge^https://tds.eqresource.com/saevuslapisoperarius.php
Vicarum Spiritus Psyche^an inanimatum vicarum spiritus (possibly multiple PH names)^tds^combinedredge^https://tds.eqresource.com/vicarumspirituspsyche.php
Warleader Jocelyn^a warleader follower^tds^combinedredge^https://tds.eqresource.com/warleaderjocelyn.php
High Guard Vnayyanye^a restive guard^tds^combinedredge^https://tds.eqresource.com/highguardvnayyanye.php
Commander Alast Degmar^Sub Commander Hob Stetson^tds^degmarthelostcastle^https://tds.eqresource.com/commanderalastdegmar.php
Enraged Spectral Reveler^an angry spectral reveler^tds^degmarthelostcastle^https://tds.eqresource.com/enragedspectralreveler.php
Frantic Smith^a confused smith^tds^degmarthelostcastle^https://tds.eqresource.com/franticsmith.php
Horthin Blackbook^a dirty digger^tds^degmarthelostcastle^https://tds.eqresource.com/horthinblackbook.php
Psychotic Prisoner^a crazed prisoner^tds^degmarthelostcastle^https://tds.eqresource.com/psychoticprisoner.php
Ghostly Guard^a haunted Degmar guardian^tds^degmarthelostcastle^https://tds.eqresource.com/ghostlyguard.php
Darkmud Keeper^a darkmud keeper -or- a darkmud watcher^tds^kattacastrumdeluge^https://tds.eqresource.com/darkmudkeeper.php
Essence of the Deep^an essence vortex^tds^kattacastrumdeluge^https://tds.eqresource.com/essenceofthedeep.php
Chief Librarian Lars^a shissar arbiter, a shissar defiler^tds^kattacastrumdeluge^https://tds.eqresource.com/chieflibrarianlars.php
Thallus the Whip^a shissar taskmaster^tds^kattacastrumdeluge^https://tds.eqresource.com/thallusthewhip.php
Vizat the Defiled^a shissar revenant^tds^kattacastrumdeluge^https://tds.eqresource.com/vizatthedefiled.php
Yulin the Flameweaver^a shissar flameweaver^tds^kattacastrumdeluge^https://tds.eqresource.com/yulintheflameweaver.php
Aquinus^an ocean caller^tds^tempesttemple^https://tds.eqresource.com/aquinus.php
Captain Johan^First Mate Parsons^tds^tempesttemple^https://tds.eqresource.com/captainjohan.php
Nulian the Stormwarden^a storm champion^tds^tempesttemple^https://tds.eqresource.com/nulianthestormwarden.php
Reefmaw^an enraged reef crawler^tds^tempesttemple^https://tds.eqresource.com/reefmaw.php
Scalithid the Deepwalker^a deepwalker naga^tds^tempesttemple^https://tds.eqresource.com/scalithidthedeepwalker.php
Serpentil^a coral serpent^tds^tempesttemple^https://tds.eqresource.com/serpentil.php
Stormrock^a tempest dervish^tds^tempesttemple^https://tds.eqresource.com/stormrock.php
Strangacul^an enraged rocksnapper^tds^tempesttemple^https://tds.eqresource.com/strangacul.php
Serisaria^a lost siren^tds^tempesttemple^https://tds.eqresource.com/serisaria.php
Blacksmith Thassis^a Thaell Ew master smith^tds^thuliasaurisland^https://tds.eqresource.com/blacksmiththassis.php
Cuisinier Sraskus^a tired Thaell Ew cook^tds^thuliasaurisland^https://tds.eqresource.com/cuisiniersraskus.php
Hemocoraxius^a bloodtear Ebonwing^tds^thuliasaurisland^https://tds.eqresource.com/hemocoraxius.php
Plexipharia^an elder glistenwing^tds^thuliasaurisland^https://tds.eqresource.com/plexipharia.php
Reginasaur^a tyrannosaurus matriarch^tds^thuliasaurisland^https://tds.eqresource.com/reginasaur.php
Tricerasaur^an old triceratops^tds^thuliasaurisland^https://tds.eqresource.com/tricerasaur.php
Visoracius^an elder raptor^tds^thuliasaurisland^https://tds.eqresource.com/visoracius.php
Deicoraxius^a bloodtear ebonwing^tds^thuliasaurisland^https://tds.eqresource.com/deicoraxius.php
Serthuliakar^a tired Thaell Ew hunter^tds^thuliasaurisland^https://tds.eqresource.com/serthuliakar.php
Rexsaurkarus^an old tyrannosaurus^tds^thuliasaurisland^https://tds.eqresource.com/rexsaurkarus.php
Abroan Drian^a corruptor knight^tbm^cryptofdecay^https://tbm.eqresource.com/abroandrian.php
Xhut Adan^a dreadbone sage^tbm^cryptofdecay^https://tbm.eqresource.com/xhutadan.php
Akkapan Adan^a bubonian warmaster^tbm^cryptofdecay^https://tbm.eqresource.com/akkapanadan.php
Feig Adan^a foulest pusling^tbm^cryptofdecay^https://tbm.eqresource.com/feigadan.php
Fountainhead^a wellspring construct^tbm^cryptofdecay^https://tbm.eqresource.com/fountainhead.php
Brightfire^a wary unicorn^tbm^cryptofdecay^https://tbm.eqresource.com/brightfire.php
Grublus^a grumling^tbm^cryptofdecay^https://tbm.eqresource.com/grublus.php
Rusank^a pusling^tbm^cryptofdecay^https://tbm.eqresource.com/rusank.php
High Priestess Kal`vius^a high bokon^tbm^cryptofsul^https://tbm.eqresource.com/highpriestesskalvius.php
The Watcher^a skeletal sentinel^tbm^cryptofsul^https://tbm.eqresource.com/thewatcher.php
Devourer of All^an insatiable fiend^tbm^cryptofsul^https://tbm.eqresource.com/devourerofall.php
Bokon Revel the Reborn^an unliving hulk^tbm^cryptofsul^https://tbm.eqresource.com/bokonrevelthereborn.php
Citizen Pain^a reserved worshiper^tbm^cryptofsul^https://tbm.eqresource.com/citizenpain.php
Spine Eater^a drooling ghoul^tbm^cryptofsul^https://tbm.eqresource.com/spineeater.php
Grinder^a faithblind hulk^tbm^cryptofsul^https://tbm.eqresource.com/grinder.php
Bilemonger^a bubonian wartail^tbm^planeofhealth^https://tbm.eqresource.com/bilemonger.php
Vomitous^a bubonian wartail^tbm^planeofhealth^https://tbm.eqresource.com/vomitous.php
Prepusterous^a bubonian terror^tbm^planeofhealth^https://tbm.eqresource.com/prepusterous.php
Eunice, Well-Wisher^a mournful peasant -or- a burly cultist^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/eunicewellwisher.php
Zikursch the Corrupt^an unpleasant bureaucrat^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/zikurschthecorrupt.php
Emma, a True Believer^a worn administrator^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/emmaatruebeliever.php
The Sleepbringer^a tsetse eater -or- a tsetse swarmborn^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/thesleepbringer.php
Svea Haire^an impatient wanderer^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/sveahaire.php
Master of the House^a retired salesperson^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/masterofthehouse.php
The Curator^a tireless sentinel^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/thecurator.php
The Remnants of The Darkseer^an assistant to Darkseer^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/theremnantsofthedarkseer.php
High Bokon Cleret^a grand bokon^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/highbokoncleret.php
Tarris Ellarn^a wandering official^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/tarrisellarn.php
The Perforator^a mute citizen^tbm^sulviusdemiplaneofdecay^https://tbm.eqresource.com/theperforator.php
Terrance the Admired^a delighted citizen^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/terrancetheadmired.php
Glorious Cistina^a gleeful citizen^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/gloriouscistina.php
Commissioner Edrun^an overworked functionary^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/commissioneredrun.php
Exalted Dromond^an honorable citizen^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/exalteddromond.php
Vizier Albert^a doubtful functionary^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/vizieralbert.php
Mad Merchant Marv^a retired merchant^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/madmerchantmarv.php
Guardian Jenat^a diligent guard^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/guardianjenat.php
The Darkseer^an aloof bokon^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/thedarkseer.php
Gurndal the Graceful^a venerated guard^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/gurndalthegraceful.php
Render^an enraged follower^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/render.php
Arsin the Blaze^a ravenous citizen^tbm^sulviusdemiplaneoflife^https://tbm.eqresource.com/arsintheblaze.php
Deathfang^a chokidai bonecrusher, a cholidai lacerater^eok^chardok^https://eok.eqresource.com/deathfang.php
Fractured Shard^a magic tear^eok^chardok^https://eok.eqresource.com/fracturedshard.php
Royal Guard Kakator^a weary royal guard^eok^chardok^https://eok.eqresource.com/royalguardkakator.php
Dread Overseer Akalod^a weary overseer^eok^chardok^https://eok.eqresource.com/dreadoverseerakalod.php
Dry Rot^a moldering fungusman^eok^chardok^https://eok.eqresource.com/dryrot.php
Crackjaw^a starving beetle, a frenzied beetle^eok^chardok^https://eok.eqresource.com/crackjaw.php
Selrach`s Regent^royal guard^eok^chardok^https://eok.eqresource.com/selrachsregent.php
Queen Velazul`s Aide^royal escort^eok^chardok^https://eok.eqresource.com/queenvelazulsaide.php
Flight Master Hak`ouz^a flight coordinator^eok^chardok^https://eok.eqresource.com/flightmasterhakouz.php
Grand Advisor Zum`uul^a Shai`din scribe^eok^chardok^https://eok.eqresource.com/grandadvisorzumuul.php
Grand Herbalist Mak`ha^a Di`zok herb gardener, a chokidai herbdigger^eok^chardok^https://eok.eqresource.com/grandherbalistmakha.php
Kennel Master Al`ele^a kennel mucker, a kennel keeper^eok^chardok^https://eok.eqresource.com/kennelmasteralele.php
Observer Aq`touz^a Di`zok watcher^eok^chardok^https://eok.eqresource.com/observeraqtouz.php
Overseer Dal`guur^a Di`zok foreman, a Di`zok slavemaster^eok^chardok^https://eok.eqresource.com/overseerdalguur.php
Watch Captain Hir`roul^a Di`zok watchman^eok^chardok^https://eok.eqresource.com/watchcaptainhirroul.php
The Sokokar Matron^a sokokar consort, a sokokar welpling^eok^chardok^https://eok.eqresource.com/thesokokarmatron.php
The Bridge Keeper^a bridge guardian^eok^chardok^https://eok.eqresource.com/thebridgekeeper.php
Battle Master Ska`tu^a reanimated berserker, a reanimated dragoon, a reanimated partisan^eok^chardok^https://eok.eqresource.com/battlemasterskatu.php
Shai`din Warmaster Roh`ki^a Di`zok strategist^eok^chardok^https://eok.eqresource.com/shaidinwarmasterrohki.php
Belligerent Biarn^a Konikor drunk^eok^frontiermountains^https://eok.eqresource.com/belligerentbiarn.php
Bi`faak the Shadowwalker^a Drogan reveler^eok^frontiermountains^https://eok.eqresource.com/bifaaktheshadowwalker.php
Blooddrinker Furasza^a Syldon flamewarden^eok^frontiermountains^https://eok.eqresource.com/blooddrinkerfurasza.php
Corrupted Grove Guardian^a grove guardian^eok^frontiermountains^https://eok.eqresource.com/corruptedgroveguardian.php
Delirious Berserker^a Drogan berserker^eok^frontiermountains^https://eok.eqresource.com/deliriousberserker.php
Drillmaster Mak`tak^a Syldon drill sergeant^eok^frontiermountains^https://eok.eqresource.com/drillmastermaktak.php
Flamewarden Zev`ran^a Syldon neophyte, an experimental behemoth^eok^frontiermountains^https://eok.eqresource.com/flamewardenzevran.php
Flintikki Peltpile^a frontier bear^eok^frontiermountains^https://eok.eqresource.com/flintikkipeltpile.php
Brute Herder Ar`shok^a Syldon agitator^eok^frontiermountains^https://eok.eqresource.com/bruteherderarshok.php
Masterchef Ram`see^a Syldon chef^eok^frontiermountains^https://eok.eqresource.com/mastercheframsee.php
Orechomper^a Legion miner^eok^frontiermountains^https://eok.eqresource.com/orechomper.php
Reese the Rhinopocalypse^a frontier poacher^eok^frontiermountains^https://eok.eqresource.com/reesetherhinopocalypse.php
Spyhunter Zath`ran^a Syldon greenhorn^eok^frontiermountains^https://eok.eqresource.com/spyhunterzathran.php
Ancient Broodmother, Guardian of the Blight^None: See Note^eok^frontiermountains^https://eok.eqresource.com/ancientbroodmotherguardianoftheblight.php
Ancient Destroyer, Guardian of Strength^None: See Note^eok^frontiermountains^https://eok.eqresource.com/ancientdestroyerguardianofstrength.php
Ancient Denmother, Guardian of the Cubs^None: See Note^eok^frontiermountains^https://eok.eqresource.com/ancientdenmotherguardianofthecubs.php
Ancient Whitehorn, Guardian of the Stampede^None: See Note^eok^frontiermountains^https://eok.eqresource.com/ancientwhitehornguardianofthestampede.php
Ancient Pinepeak, Guardian of the Thicket^None: See Note^eok^frontiermountains^https://eok.eqresource.com/ancientpinepeakguardianofthethicket.php
Ancient Starcollector, Guardian of the Pack^None: See Note^eok^frontiermountains^https://eok.eqresource.com/ancientstarcollectorguardianofthepack.php
Chokidai Wardog^a chokidai mangler^eok^gatesofkorsha^https://eok.eqresource.com/chokidaiwardog.php
Corpsestalker^a mature stalker^eok^gatesofkorsha^https://eok.eqresource.com/corpsestalker.php
Overboss Kaznak^a Sarnak warlord^eok^gatesofkorsha^https://eok.eqresource.com/overbosskaznak.php
Hunter Gwalnex IV^a Sarnak trapper^eok^gatesofkorsha^https://eok.eqresource.com/huntergwalnexiv.php
Spiritmaster Tala`Tak^a Sarnak sage^eok^gatesofkorsha^https://eok.eqresource.com/spiritmastertalatak.php
Darkness^an ectopic amygdalan^eok^korshalaboratory^https://eok.eqresource.com/darkness.php
Deathgazer^a lurking beetle^eok^korshalaboratory^https://eok.eqresource.com/deathgazer.php
Cutter^a chokidai elder^eok^korshalaboratory^https://eok.eqresource.com/cutter.php
Rogue Monstrosity^a golem^eok^korshalaboratory^https://eok.eqresource.com/roguemonstrosity.php
Mad Researcher^a dazed researcher^eok^korshalaboratory^https://eok.eqresource.com/madresearcher.php
Firedowser Uglabarg^a conscripted dirtcaster^eok^korshalaboratory^https://eok.eqresource.com/firedowseruglabarg.php
The Possessed^a conscripted spiritist^eok^korshalaboratory^https://eok.eqresource.com/thepossessed.php
Glart Fink^a conscripted warrior^eok^korshalaboratory^https://eok.eqresource.com/glartfink.php
Sepulcher Curator^a crypt guard^eok^korshalaboratory^https://eok.eqresource.com/sepulchercurator.php
Bonescale^a lurking stalker^eok^korshalaboratory^https://eok.eqresource.com/bonescale.php
Kar`Zok Overlord^a Kar`zok warrior^eok^korshalaboratory^https://eok.eqresource.com/karzokoverlord.php
Overlord Dralgan^a Di`zok myrmidon^eok^korshalaboratory^https://eok.eqresource.com/overlorddralgan.php
Okara Klyseer^a Di`zok adherent^eok^korshalaboratory^https://eok.eqresource.com/okaraklyseer.php
Screaming Tormentor^a luxated terror^eok^korshalaboratory^https://eok.eqresource.com/screamingtormentor.php
Stonespiked Guardian^a wary guard^eok^korshalaboratory^https://eok.eqresource.com/stonespikedguardian.php
Vakazon Viz`Daron^a Di`zok aruspex^eok^korshalaboratory^https://eok.eqresource.com/vakazonvizdaron.php
The Blazing Hen^a stoneglare cockatrice^eok^lceanium^https://eok.eqresource.com/theblazinghen.php
The Stone Dove^a calcifier cockatrice^eok^lceanium^https://eok.eqresource.com/thestonedove.php
Tithnak Shadowhunter^a dire widow^eok^lceanium^https://eok.eqresource.com/tithnakshadowhunter.php
Slitherblade^a dread widow^eok^lceanium^https://eok.eqresource.com/slitherblade.php
Dread Drikat^a drachnid stinger^eok^lceanium^https://eok.eqresource.com/dreaddrikat.php
Nightvenom^a venomous drachnid^eok^lceanium^https://eok.eqresource.com/nightvenom.php
A Drolvarg Captain^a drolvarg gnasher^eok^lceanium^https://eok.eqresource.com/adrolvargcaptain.php
A Drolvarg Lord^a drolvarg ravisher^eok^lceanium^https://eok.eqresource.com/adrolvarglord.php
Darg Hillock^a mountain giant brae^eok^lceanium^https://eok.eqresource.com/darghillock.php
Kergag, the Mountain^a mountain giant lord^eok^lceanium^https://eok.eqresource.com/kergagthemountain.php
Hunter Haltha^a mountain giant peak^eok^lceanium^https://eok.eqresource.com/hunterhaltha.php
The Dreadland Wanderer^a greater spurbone^eok^lceanium^https://eok.eqresource.com/thedreadlandwanderer.php
The Lost Hunter^a rotting skeleton^eok^lceanium^https://eok.eqresource.com/thelosthunter.php
Yeti Patriarch^a massive tundra yeti^eok^lceanium^https://eok.eqresource.com/yetipatriarch.php
Yeti Matriarch^a huge tundra yeti^eok^lceanium^https://eok.eqresource.com/yetimatriarch.php
The Ore-mad Prophet^a burynai prophet^eok^scorchedwoods^https://eok.eqresource.com/theoremadprophet.php
Caradawg Gwyn^a majestic sureshot^eok^scorchedwoods^https://eok.eqresource.com/caradawggwyn.php
Spirit of Incineration^a spirit of flame^eok^scorchedwoods^https://eok.eqresource.com/spiritofincineration.php
Cathal Paclock^a forest giant fury^eok^scorchedwoods^https://eok.eqresource.com/cathalpaclock.php
Carpenter Adomnan^a forest giant carpenter^eok^scorchedwoods^https://eok.eqresource.com/carpenteradomnan.php
Gullerback Undying^an ancient tatterback^eok^scorchedwoods^https://eok.eqresource.com/gullerbackundying.php
Plaguebringer^an ancient plaguebone^eok^scorchedwoods^https://eok.eqresource.com/plaguebringer.php
Sovarak Klyseer^a Sarnak shadowknight^eok^scorchedwoods^https://eok.eqresource.com/sovarakklyseer.php
Searstinger^an immolator hornet^eok^scorchedwoods^https://eok.eqresource.com/searstinger.php
Zakija^a wurm-scorched skeleton^eok^scorchedwoods^https://eok.eqresource.com/zakija.php
Chief Dronan^Dronan bodyguard, Drinan bodyshield^eok^thetempleofdroga^https://eok.eqresource.com/chiefdronan.php
Miner Groundfuse^a goblin dredger, a stalwart goblin dredger^eok^thetempleofdroga^https://eok.eqresource.com/minergroundfuse.php
Cook Jexnait^a devout goblin cook^eok^thetempleofdroga^https://eok.eqresource.com/cookjexnait.php
Most Devout Sentry^a devout goblin sentry^eok^thetempleofdroga^https://eok.eqresource.com/mostdevoutsentry.php
Sentry Rixzeel^a expert goblin sentry, a tenacious goblin sentry^eok^thetempleofdroga^https://eok.eqresource.com/sentryrixzeel.php
Spirit Master Wigaue^a goblin fanatic^eok^thetempleofdroga^https://eok.eqresource.com/spiritmasterwigaue.php
Overseer Vakov^a goblin taskmaster, a hearty goblin taskmaster^eok^thetempleofdroga^https://eok.eqresource.com/overseervakov.php
Home Master Kaziql^a homesafe goblin sentry^eok^thetempleofdroga^https://eok.eqresource.com/homemasterkaziql.php
Jailor Muxfan^a goblin jailor, a stalwart goblin jailor^eok^thetempleofdroga^https://eok.eqresource.com/jailormuxfan.php
Cook Eepvibles^a goblin cook^eok^thetempleofdroga^https://eok.eqresource.com/cookeepvibles.php
Spiritwatcher Scrollhallow^a goblin mystic or a goblin adept mystic^eok^thetempleofdroga^https://eok.eqresource.com/spiritwatcherscrollhallow.php
Master Kizzixik^a goblin slave master, a goblin slave dealer^eok^thetempleofdroga^https://eok.eqresource.com/masterkizzixik.php
Izisyl Peppershiv^a goblin caveshadow^eok^thetempleofdroga^https://eok.eqresource.com/izisylpeppershiv.php
War Leader Callex^a goblin forerunner sentry^eok^thetempleofdroga^https://eok.eqresource.com/warleadercallex.php
Whip Cracker Krassex^a goblin whip lord^eok^thetempleofdroga^https://eok.eqresource.com/whipcrackerkrassex.php
Blood of Droga^a blightcaller bloodtender, a blightcaller bloodtoiler^eok^thetempleofdroga^https://eok.eqresource.com/bloodofdroga.php
Bore^mudman dredger^eok^thetempleofdroga^https://eok.eqresource.com/bore.php
Black Spot^a goblin slave^eok^thetempleofdroga^https://eok.eqresource.com/blackspot.php
Merchant Triala^a goblin slinker^eok^thetempleofdroga^https://eok.eqresource.com/merchanttriala.php
a bluff golem^a rocky cliff golem^ros^overtheretwo^https://ros.eqresource.com/abluffgolem.php
a majestic cockatrice^a stoneglint cockatrice^ros^overtheretwo^https://ros.eqresource.com/amajesticcockatrice.php
Bloodstalker^a blood-stained stalker^ros^overtheretwo^https://ros.eqresource.com/bloodstalker.php
Janissary Virzak^a Wulthan Zealot^ros^overtheretwo^https://ros.eqresource.com/janissaryvirzak.php
Observer Eyrzekla^a mysterious sarnak^ros^overtheretwo^https://ros.eqresource.com/observereyrzekla.php
a grotesque succulent^a sickly succulent^ros^overtheretwo^https://ros.eqresource.com/agrotesquesucculent.php
an iron sentinel^a rubble golem^ros^overtheretwo^https://ros.eqresource.com/anironsentinel.php
Drakis^a dreadful scorpikis^ros^overtheretwo^https://ros.eqresource.com/drakis.php
Myrmidon Tundak^a Krellnakor officer^ros^overtheretwo^https://ros.eqresource.com/myrmidontundak.php
Rigelon the Watcher^a shifty scorpikis^ros^overtheretwo^https://ros.eqresource.com/rigelonthewatcher.php
a Kar`Zok lacerator^a Ferreth procurator^ros^overtheretwo^https://ros.eqresource.com/akarzoklacerator.php
Banshee^a screeching chokidai^ros^overtheretwo^https://ros.eqresource.com/banshee.php
Fang^a stonepeep cockatrice^ros^overtheretwo^https://ros.eqresource.com/fang.php
Needle^a needle-covered succulent^ros^overtheretwo^https://ros.eqresource.com/needle.php
Saber^a raging rhino^ros^overtheretwo^https://ros.eqresource.com/saber.php
a feverish marauder^a zealot^ros^skyfiretwo^https://ros.eqresource.com/afeverishmarauder.php
a supercharged tyro^a volatile effusion^ros^skyfiretwo^https://ros.eqresource.com/asuperchargedtyro.php
a supercharged tyro^a stubborn magmite^ros^skyfiretwo^https://ros.eqresource.com/asuperchargedtyro.php
Dragoflux^a raging vortex^ros^skyfiretwo^https://ros.eqresource.com/dragoflux.php
Dragoflux^a sturdy magmite^ros^skyfiretwo^https://ros.eqresource.com/dragoflux.php
Rirwech the Fink^a suspicious Chetari^ros^skyfiretwo^https://ros.eqresource.com/rirwechthefink.php
Rirwech the Fink^a furtive Chetari^ros^skyfiretwo^https://ros.eqresource.com/rirwechthefink.php
Skrizix^an exotic chromedrac^ros^skyfiretwo^https://ros.eqresource.com/skrizix.php
a rabid reveler^a brazen Chetari^ros^skyfiretwo^https://ros.eqresource.com/arabidreveler.php
a rabid reveler^a drunken Chetari^ros^skyfiretwo^https://ros.eqresource.com/arabidreveler.php
an Arcron researcher^a Krellnakor scout^ros^skyfiretwo^https://ros.eqresource.com/anarcronresearcher.php
Mawmun^a gluttonous feaster^ros^skyfiretwo^https://ros.eqresource.com/mawmun.php
Mawmun^a greedy gnawer^ros^skyfiretwo^https://ros.eqresource.com/mawmun.php
Ritualist Bomoda^a grim cultist^ros^skyfiretwo^https://ros.eqresource.com/mawmun.php
Ritualist Bomoda^a grim chanter^ros^skyfiretwo^https://ros.eqresource.com/mawmun.php
The Crimson Sentinel^an angry Arcron^ros^skyfiretwo^https://ros.eqresource.com/thecrimsonsentinel.php
a scree-borne magmite^wrathful rubble^ros^skyfiretwo^https://ros.eqresource.com/ascreebornemagmite.php
a scree-borne magmite^a blackened tyro^ros^skyfiretwo^https://ros.eqresource.com/ascreebornemagmite.php
Chirurgeon Hemofax^an ashen scalpel^ros^skyfiretwo^https://ros.eqresource.com/chirurgeonhemofax.php
Chirurgeon Hemofax^an ashen cutter^ros^skyfiretwo^https://ros.eqresource.com/chirurgeonhemofax.php
Old Raspy^an old wurm^ros^skyfiretwo^https://ros.eqresource.com/oldraspy.php
Shardstubble^a fractured magmite^ros^skyfiretwo^https://ros.eqresource.com/shardstubble.php
Shardstubble^a fragile tyro^ros^skyfiretwo^https://ros.eqresource.com/shardstubble.php
The Gatekeeper^a Krellnakor bodyguard^ros^skyfiretwo^https://ros.eqresource.com/thegatekeeper.php
The Gatekeeper^a Krellnakor doorman^ros^skyfiretwo^https://ros.eqresource.com/thegatekeeper.php
Deka the Reaper^a specter of the Arisen^ros^charasistwo^https://ros.eqresource.com/dekathereaper.php
Nureya Arisen^a specter of the Arisens^ros^charasistwo^https://ros.eqresource.com/nureyaarisen.php
The Arisen Dragoon T`Vem^a specter of the Arisenss^ros^charasistwo^https://ros.eqresource.com/thearisendragoontvem.php
The Underlord^a bottomless gnawer^ros^charasistwo^https://ros.eqresource.com/theunderlord.php
Embalming Goo^Arisen bones^ros^charasistwo^https://ros.eqresource.com/embalminggoo.php
Shandral Arisen^an arisen convert^ros^charasistwo^https://ros.eqresource.com/shandralarisen.php
The Arisen Dragoon T`Vex^Arisen boness^ros^charasistwo^https://ros.eqresource.com/thearisendragoontvex.php
Tormented Adalora^a specter of the Arisensss^ros^charasistwo^https://ros.eqresource.com/thearisendragoontvex.php
General V`Deers, the Arisen^an Arisen officer^ros^charasistwo^https://ros.eqresource.com/generalvdeersthearisen.php
The Arisen Admiral Tylix^a specter of the Arisenssss^ros^charasistwo^https://ros.eqresource.com/thearisenadmiraltylix.php
The Great Sentinel^a specter of the Arisensssss^ros^charasistwo^https://ros.eqresource.com/thegreatsentinel.php
Vermistipus^a specter of the Arisenssssss^ros^charasistwo^https://ros.eqresource.com/vermistipus.php
a Kar`zok grave robber^a Krellnakor filcher^ros^charasisb^https://ros.eqresource.com/akarzokgraverobber.php
a Kar`zok grave robber^a Fereth appraiser^ros^charasisb^https://ros.eqresource.com/akarzokgraverobber.php
Xalgoz the Arisen^an Arisen ritualist^ros^charasisb^https://ros.eqresource.com/xalgozthearisen.php
Xalgoz the Arisen^an Exalted spirit^ros^charasisb^https://ros.eqresource.com/xalgozthearisen.php
a Kar`zok infiltrator^a Krellnakor enforcer^ros^charasisb^https://ros.eqresource.com/akarzokinfiltrator.php
a Kar`zok infiltrator^a Wulthan thief^ros^charasisb^https://ros.eqresource.com/akarzokinfiltrator.php
a Kar`zok infiltrator^a Krellnakor scavenger^ros^charasisb^https://ros.eqresource.com/akarzokinfiltrator.php
a Kar`zok infiltrator^an Arcron lifter^ros^charasisb^https://ros.eqresource.com/akarzokinfiltrator.php
Arisen Gloriant Kra`du^an Arisen steward^ros^charasisb^https://ros.eqresource.com/arisengloriantkradu.php
Arisen Gloriant Kra`du^an Elevated skeleton^ros^charasisb^https://ros.eqresource.com/arisengloriantkradu.php
Artikla, Fereth Despot^a Fereth commander^ros^gorowyn^https://ros.eqresource.com/artiklaferethdespot.php
Head Boiler Akett^a soup boiler^ros^gorowyn^https://ros.eqresource.com/headboilerakett.php
Overlord Klerkon^a Krellnakor destroyer^ros^gorowyn^https://ros.eqresource.com/overlordklerkon.php
Rekatok One-Eye^an aging pit fighter^ros^gorowyn^https://ros.eqresource.com/rekatokoneeye.php
Elkikatar^a Kar'Zok scourge^ros^gorowyn^https://ros.eqresource.com/elkikatar.php
High Arcron Zeklor^an Arcron burner^ros^gorowyn^https://ros.eqresource.com/higharcronzeklor.php
Overlord Teralov^a Krellnakor terror^ros^gorowyn^https://ros.eqresource.com/overlordteralov.php
The Magmalisk^a hungry lavalisk^ros^gorowyn^https://ros.eqresource.com/themagmalisk.php
Gnaw^a chokidai elder^ros^gorowyn^https://ros.eqresource.com/gnaw.php
Hissilith, the Brittlebones^an enslaved skeleton^ros^gorowyn^https://ros.eqresource.com/hissiliththebrittlebones.php
Overlord Tevik^a Krellnakor seeker^ros^gorowyn^https://ros.eqresource.com/overlordtevik.php
Wulthan High Inquisitor Kraz^a Wulthan administrator^ros^gorowyn^https://ros.eqresource.com/wulthanhighinquisitorkraz.php
Blood-Thirsty Racnar^a frenetic racnar^ros^veeshantwo^https://ros.eqresource.com/bloodthirstyracnar.php
Elder Azeron^an ancient flame protector^ros^veeshantwo^https://ros.eqresource.com/elderazeron.php
Qunard Ashenclaw^a primeval cinder skyclaw^ros^veeshantwo^https://ros.eqresource.com/qunardashenclaw.php
Magma Basilisk^a magma basilisk^ros^veeshantwo^https://ros.eqresource.com/magmabasilisk.php
Fereth Captain Ordran^a fereth captain^ros^gorowyn^https://ros.eqresource.com/ferethcaptainordran.php
Wulthan Elder Priest Ovun^a wulthan priest^ros^gorowyn^https://ros.eqresource.com/wulthanelderpriestovun.php
Wulthan High Inquisitor Kraz^a Wulthan administrator^ros^gorowyn^https://ros.eqresource.com/wulthanhighinquisitorkraz.php
Rekatok One-Eye^an aging pit fighter^ros^gorowyn^https://ros.eqresource.com/rekatokoneeye.php
Overlord Teralov^a Krellnakor terror^ros^gorowyn^https://ros.eqresource.com/overlordteralov.php
Overlord Klerkon^a Krellnakor destroyer^ros^gorowyn^https://ros.eqresource.com/overlordklerkon.php
Overlord Tevik^a Krellnakor seeker^ros^gorowyn^https://ros.eqresource.com/overlordtevik.php
Artikla, Fereth Despot^a Fereth commander^ros^gorowyn^https://ros.eqresource.com/artiklaferethdespot.php
Head Boiler Akett^a meat broiler^ros^gorowyn^https://ros.eqresource.com/headboilerakett.php
High Arcron Zeklor^an Arcron burner^ros^gorowyn^https://ros.eqresource.com/higharcronzeklor.php
The Magmalisk^a hungry lavalisk^ros^gorowyn^https://ros.eqresource.com/themagmalisk.php
Hissilith, the Brittlebones^an enslaved skeleton^ros^gorowyn^https://ros.eqresource.com/hissiliththebrittlebones.php
Gnaw^a chokidai elder^ros^gorowyn^https://ros.eqresource.com/gnaw.php
Elkikatar^a Kar'Zok scourge^ros^gorowyn^https://ros.eqresource.com/elkikatar.php
a Kar`zok infiltrator^a Krellnakor enforcer, a Wulthan thief, a Krellnakor scavenger, an Arcron lifter^ros^sathirstomb^https://ros.eqresource.com/akarzokinfiltrator.php
Ancient Apparition^an Arisen apparition^ros^sathirstomb^https://ros.eqresource.com/ancientapparition.php
Arisen Gloriant Kra`du^an Arisen steward, an Elevated skeleton^ros^sathirstomb^https://ros.eqresource.com/arisengloriantkradu.php
Xalgoz the Arisen^an Arisen ritualist, an Exalted spirit^ros^sathirstomb^https://ros.eqresource.com/xalgozthearisen.php
a Kar`zok grave robber^a Krellnakor filcher, a Fereth appraiser ^ros^sathirstomb^https://ros.eqresource.com/akarzokgraverobber.php
Arisen Fenistra^an Arisen ghost^ros^thehowlingstone^https://ros.eqresource.com/arisenfenistra.php
Arisen Mentor Sishallan^an Arisen mentor^ros^thehowlingstone^https://ros.eqresource.com/arisenmentorsishallan.php
The Arisen Admiral Tylix^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/thearisenadmiraltylix.php
Vermistipus^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/vermistipus.php
The Arisen Dragoon T`Vex^Arisen bones^ros^thehowlingstone^https://ros.eqresource.com/thearisendragoontvex.php
The Arisen Dragoon T`Vem^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/thearisendragoontvem.php
The Great Sentinel^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/thegreatsentinel.php
Embalming Goo^Arisen bones^ros^thehowlingstone^https://ros.eqresource.com/embalminggoo.php
Nureya Arisen^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/nureyaarisen.php
Shandral Arisen^an arisen convert^ros^thehowlingstone^https://ros.eqresource.com/shandralarisen.php
General V`Deers, the Arisen^an Arisen officer^ros^thehowlingstone^https://ros.eqresource.com/generalvdeersthearisen.php
Tormented Adalora^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/tormentedadalora.php
The Underlord^a bottomless gnawer^ros^thehowlingstone^https://ros.eqresource.com/theunderlord.php
Deka the Reaper^a specter of the Arisen^ros^thehowlingstone^https://ros.eqresource.com/dekathereaper.php
Bloodstalker^a blood-stained stalker^ros^theoverthere^https://ros.eqresource.com/bloodstalker.php
Banshee^a screeching chokidai^ros^theoverthere^https://ros.eqresource.com/banshee.php
a majestic cockatrice^a stoneglint cockatrice^ros^theoverthere^https://ros.eqresource.com/amajesticcockatrice.php
Fang^a stonepeep cockatrice^ros^theoverthere^https://ros.eqresource.com/fang.php
an iron sentinel^a rubble golem^ros^theoverthere^https://ros.eqresource.com/anironsentinel.php
a bluff golem^a rocky cliff golem^ros^theoverthere^https://ros.eqresource.com/abluffgolem.php
Saber^a raging rhino^ros^theoverthere^https://ros.eqresource.com/saber.php
Janissary Virzak^a Wulthan Zealot^ros^theoverthere^https://ros.eqresource.com/janissaryvirzak.php
Observer Eyrzekla^a mysterious sarnak^ros^theoverthere^https://ros.eqresource.com/observereyrzekla.php
Myrmidon Tundak^a Krellnakor officer^ros^theoverthere^https://ros.eqresource.com/myrmidontundak.php
Rigelon the Watcher^a shifty scorpikis^ros^theoverthere^https://ros.eqresource.com/rigelonthewatcher.php
Drakis^a dreadful scorpikis^ros^theoverthere^https://ros.eqresource.com/drakis.php
a grotesque succulent^a sickly succulent^ros^theoverthere^https://ros.eqresource.com/agrotesquesucculent.php
Needle^a needle-covered succulent^ros^theoverthere^https://ros.eqresource.com/needle.php
a Kar`Zok lacerator^a Ferreth procurator^ros^theoverthere^https://ros.eqresource.com/akarzoklacerator.php
Arcron Thaumaturge Osellik^an arcron thaumaturge^ros^theoverthere^https://ros.eqresource.com/arcronthaumaturgeosellik.php
Flamescale Overlord Takarious^a Krellnakor overlord^ros^theoverthere^https://ros.eqresource.com/flamescaleoverlordtakarious.php
Skrizix^an exotic chromedrac^ros^theskyfiremountains^https://ros.eqresource.com/skrizix.php
Mawmun^a gluttonous feaster, a greedy gnawer^ros^theskyfiremountains^https://ros.eqresource.com/mawmun.php
a scree-borne magmite^wrathful rubble, a blackened tyro^ros^theskyfiremountains^https://ros.eqresource.com/ascreebornemagmite.php
Shardstubble^a fractured magmite, a fragile tyro^ros^theskyfiremountains^https://ros.eqresource.com/shardstubble.php
Dragoflux^a raging vortex, a sturdy magmite^ros^theskyfiremountains^https://ros.eqresource.com/dragoflux.php
a supercharged tyro^a volatile effusion, a stubborn magmite^ros^theskyfiremountains^https://ros.eqresource.com/asuperchargedtyro.php
a rabid reveler^a brazen Chetari, a drunken Chetari^ros^theskyfiremountains^https://ros.eqresource.com/arabidreveler.php
Rirwech the Fink^a suspicious Chetari, a furtive Chetari^ros^theskyfiremountains^https://ros.eqresource.com/rirwechthefink.php
a feverish marauder^a zealot^ros^theskyfiremountains^https://ros.eqresource.com/afeverishmarauder.php
an Arcron researcher^a Krellnakor scout^ros^theskyfiremountains^https://ros.eqresource.com/anarcronresearcher.php
The Gatekeeper^a Krellnakor bodyguard, a Krellnakor doorman^ros^theskyfiremountains^https://ros.eqresource.com/thegatekeeper.php
The Crimson Sentinel^an angry Arcron^ros^theskyfiremountains^https://ros.eqresource.com/thecrimsonsentinel.php
Ritualist Bomoda^a grim cultist, a grim chanter^ros^theskyfiremountains^https://ros.eqresource.com/ritualistbomoda.php
Chirurgeon Hemofax^an ashen scalpel, an ashen cutter^ros^theskyfiremountains^https://ros.eqresource.com/chirurgeonhemofax.php
Old Raspy^an old wurm^ros^theskyfiremountains^https://ros.eqresource.com/oldraspy.php
Ash Guardian Tolemak^a guardian wurm^ros^theskyfiremountains^https://ros.eqresource.com/ashguardiantolemak.php
Radiant Overseer Triluan^a radiant drake^ros^theskyfiremountains^https://ros.eqresource.com/radiantoverseertriluan.php
Qunard Ashenclaw^a primeval cinder skyclaw^ros^veeshanspeak^https://ros.eqresource.com/qunardashenclaw.php
Milyex Vioren^None (see note)^ros^veeshanspeak^https://ros.eqresource.com/milyexvioren.php
Magma Basilisk^a magma basilisk^ros^veeshanspeak^https://ros.eqresource.com/magmabasilisk.php
Kluzen the Protector^None (see note)^ros^veeshanspeak^https://ros.eqresource.com/kluzentheprotector.php
Ellarr Stormcloud^None (see note)^ros^veeshanspeak^https://ros.eqresource.com/ellarrstormcloud.php
Elder Ekron^None (see note)^ros^veeshanspeak^https://ros.eqresource.com/elderekron.php
Elder Azeron^an ancient flame protector^ros^veeshanspeak^https://ros.eqresource.com/elderazeron.php
Blood-Thirsty Racnar^a frenetic racnar^ros^veeshanspeak^https://ros.eqresource.com/bloodthirstyracnar.php
Travenro the Skygazer^None (see note)^ros^veeshanspeak^https://ros.eqresource.com/travenrotheskygazer.php
White Iron Rainbow^a brumeflight armor^tbl^aalishai^https://tbl.eqresource.com/whiteironrainbow.php
Ruby Icefall Blossom^a surf armor^tbl^aalishai^https://tbl.eqresource.com/rubyicefallblossom.php
Ghost Glass Bitter^a djinn scholar^tbl^aalishai^https://tbl.eqresource.com/ghostglassbitter.php
Unconquering Sand Dirge^a duende emissary^tbl^aalishai^https://tbl.eqresource.com/unconqueringsanddirge.php
Steam Wave Slicer^a fire giant commander^tbl^aalishai^https://tbl.eqresource.com/steamwaveslicer.php
Final Blade Lord^a scoria golem^tbl^aalishai^https://tbl.eqresource.com/finalbladelord.php
Venom of the Fallen Star^a flurry mephit^tbl^aalishai^https://tbl.eqresource.com/venomofthefallenstar.php
Stout Stone Beaten^a vekerchiki soldier^tbl^aalishai^https://tbl.eqresource.com/stoutstonebeaten.php
Shield Spirit`s Laugh^a flashfire phoenix^tbl^aalishai^https://tbl.eqresource.com/shieldspiritslaugh.php
Evasion Understanding Flow^an elemental of purest flame^aalishai^tbl^https://tbl.eqresource.com/evasionunderstandingflow.php
Whispering Depths Sigh^a hraquis surgelord^tbl^aalishai^https://tbl.eqresource.com/whisperingdepthssigh.php
Sixth Consuming Master^a vergerog soldier^tbl^aalishai^https://tbl.eqresource.com/sixthconsumingmaster.php
Shockstone^a butte armor^tbl^empyr^https://tbl.eqresource.com/shockstone.php
Stalwart Flicker^a pyrite armor^tbl^empyr^https://tbl.eqresource.com/stalwartflicker.php
Fluttering Ruby Prince^an efreeti soldier^tbl^empyr^https://tbl.eqresource.com/flutteringrubyprince.php
Iron Heart^an efreeti sodlier^tbl^empyr^https://tbl.eqresource.com/ironheart.php
Assassin of the Perfect Dusk^a fire giant knight^tbl^empyr^https://tbl.eqresource.com/assassinoftheperfectdusk.php
Ashes^a sputtering flameling^tbl^empyr^https://tbl.eqresource.com/ashes.php
Mischief Darkheart^a jopal mercenary^tbl^empyr^https://tbl.eqresource.com/mischiefdarkheart.php
Sister of the Invisible Heart^an ondine ambassador^tbl^empyr^https://tbl.eqresource.com/sisteroftheinvisibleheart.php
Final Rainbow^a breeze mephit^tbl^empyr^https://tbl.eqresource.com/finalrainbow.php
The Burning Mist^an elemental of purest flame^tbl^empyr^https://tbl.eqresource.com/theburningmist.php
Flail^a fire snail^tbl^empyr^https://tbl.eqresource.com/flail.php
Wilting Flames^an aging lapillus lava spider^tbl^empyr^https://tbl.eqresource.com/wiltingflames.php
Seeping Cladness^a crest armor^tbl^esianti^https://tbl.eqresource.com/seepingcladness.php
Warrior`s Cleft^a triloun warder^tbl^esianti^https://tbl.eqresource.com/warriorscleft.php
Jericog Merkin^a norrathian mage^tbl^esianti^https://tbl.eqresource.com/jericogmerkin.php
Sapphire Hammer^a breeze armor^tbl^esianti^https://tbl.eqresource.com/sapphirehammer.php
Veiled Sage^a djinn teacher^tbl^esianti^https://tbl.eqresource.com/veiledsage.php
Blessed Wind^a djinn teacher^tbl^esianti^https://tbl.eqresource.com/blessedwind.php
Sky Blade^a gusting mephit^tbl^esianti^https://tbl.eqresource.com/skyblade.php
Rusted Stalactite^a cliff armor^tbl^esianti^https://tbl.eqresource.com/rustedstalactite.php
Depth of Iron^a vekerchiki warder^tbl^esianti^https://tbl.eqresource.com/depthofiron.php
Iron Lance^a pyratic armor^tbl^esianti^https://tbl.eqresource.com/ironlance.php
Copper Star^a jopal warder^tbl^esianti^https://tbl.eqresource.com/copperstar.php
Leaping Eyes^an efreeti noble^tbl^esianti^https://tbl.eqresource.com/leapingeyes.php
an ancient air warden^a breeze warden^tbl^mearatas^https://tbl.eqresource.com/anancientairwarden.php
an ancient fire warden^a flame warden^tbl^mearatas^https://tbl.eqresource.com/anancientfirewarden.php
an ancient stone warden^a rock warden^tbl^mearatas^https://tbl.eqresource.com/anancientstonewarden.php
an ancient water warden^a wave warden^tbl^mearatas^https://tbl.eqresource.com/anancientwaterwarden.php
Flowing Horizon Halo^a duende messenger^tbl^mearatas^https://tbl.eqresource.com/flowinghorizonhalo.php
Forsaken Cloud Sapphire^UNKNOWN^tbl^mearatas^https://tbl.eqresource.com/forsakencloudsapphire.php
Glaring Moon Void^UNKNOWN^tbl^mearatas^https://tbl.eqresource.com/glaringmoonvoid.php
Platinum Rainbow Spire^UNKNOWN^tbl^mearatas^https://tbl.eqresource.com/platinumrainbowspire.php
Radiant Amber Lotus^a lord of flame^tbl^mearatas^https://tbl.eqresource.com/radiantamberlotus.php
Tsunami Sol Blood^UNKNOWN^tbl^mearatas^https://tbl.eqresource.com/tsunamisolblood.php
Whispering Frost^an ondine servant^tbl^mearatas^https://tbl.eqresource.com/whisperingfrost.php
Blistering Star^a wind lord^tbl^mearatas^https://tbl.eqresource.com/blisteringstar.php
Blistering Star^a wind lady^tbl^mearatas^https://tbl.eqresource.com/blisteringstar.php
Wandering Spring Soul^a dispersing windlord^tbl^smoke^https://tbl.eqresource.com/wanderingspringsoul.php
Dirge of Lost Horizons^a fading lord^tbl^smoke^https://tbl.eqresource.com/dirgeoflosthorizons.php
Silent Silken Song^a wasting breezewing^tbl^smoke^https://tbl.eqresource.com/silentsilkensong.php
Soothing Wings of Mist^a true wind^tbl^smoke^https://tbl.eqresource.com/soothingwingsofmist.php
Savage Irony of Will^a true flame^tbl^smoke^https://tbl.eqresource.com/savageironyofwill.php
Strength of Undefeated Starfall^a soot steed^tbl^smoke^https://tbl.eqresource.com/strengthofundefeatedstarfall.php
Triumphal Still Sky^a grand djinn^tbl^stratos^https://tbl.eqresource.com/triumphalstillsky.php
Dour Eighth Guardian^a dignified djinn^tbl^stratos^https://tbl.eqresource.com/doureighthguardian.php
Silver Eyes Dread^a glorious djinn^tbl^stratos^https://tbl.eqresource.com/silvereyesdread.php
Glassbeak Stormbreaker^a windweaver phoenix^tbl^stratos^https://tbl.eqresource.com/glassbeakstormbreaker.php
Dawnbreeze^a whirlweaver phoenix^tbl^stratos^https://tbl.eqresource.com/dawnbreeze.php
Starshine, Icebreaker^a brumebreeze armor^tbl^stratos^https://tbl.eqresource.com/starshineicebreaker.php
Horizon of Destiny^a tempestuous gust^tbl^stratos^https://tbl.eqresource.com/horizonofdestiny.php
Daring Cloud Spear^a dusty mephit^tbl^stratos^https://tbl.eqresource.com/daringcloudspear.php
Wild Blossom Star^an easterly mephit^tbl^stratos^https://tbl.eqresource.com/wildblossomstar.php
Eastern Radiant Glance^a voluminous gale^tbl^stratos^https://tbl.eqresource.com/easternradiantglance.php
Infinite Horizon Star^a billowing gale^tbl^stratos^https://tbl.eqresource.com/infinitehorizonstar.php
Cloud Iron Lance^an abundant gale^tbl^stratos^https://tbl.eqresource.com/cloudironlance.php
a returned dracoliche^a restless dracoliche^tov^eastwastestwo^https://tov.eqresource.com/areturneddracoliche.php
Coldears^a frosted mammoth^tov^eastwastestwo^https://tov.eqresource.com/coldears.php
Servant of the Sleeper^a restless dracholiche^tov^eastwastestwo^https://tov.eqresource.com/servantofthesleeper.php
Windchill^a frosted dire wolf^tov^eastwastestwo^https://tov.eqresource.com/windchill.php
Bolman^a frozen fright^tov^eastwastestwo^https://tov.eqresource.com/bolman.php
Mahaha^a hypothermic ghoul^tov^eastwastestwo^https://tov.eqresource.com/mahaha.php
Sofia the Quiet^a wandering mourner^tov^eastwastestwo^https://tov.eqresource.com/sofiathequiet.php
Zburator the Damned^a hoarfrost cadaver^tov^eastwastestwo^https://tov.eqresource.com/zburatorthedamned.php
Cadcane the Unmourned^a cold skeleton^tov^eastwastestwo^https://tov.eqresource.com/cadcanetheunmourned.php
Monolith the Unstoppable^an exiled sentry^tov^eastwastestwo^https://tov.eqresource.com/monoliththeunstoppable.php
Vekboz Wolfpunch^a Coldain fighter^tov^eastwastestwo^https://tov.eqresource.com/vekbozwolfpunch.php
Ry`Gorr Herbalist^a Ry'Gorr apprentice^tov^crystaltwoa^https://tov.eqresource.com/rygorrherbalist.php
Ry`Gorr Inspector^a restless Ry'Gorr foreman^tov^crystaltwoa^https://tov.eqresource.com/rygorrinspector.php
Crystal Grinder^a crystal skitterer^tov^crystaltwob^https://tov.eqresource.com/crystalgrinder.php
Queen Dracnia^a crystal skitterer^tov^crystaltwob^https://tov.eqresource.com/queendracnia.php
Gem Collector^a focus geonid^tov^crystaltwob^https://tov.eqresource.com/gemcollector.php
Life Leech^a terror carver^tov^crystaltwob^https://tov.eqresource.com/lifeleech.php
Life Leech^a hollow carver^tov^crystaltwob^https://tov.eqresource.com/lifeleech.php
a forgotten raid leader^a forgotten enforcer^tov^greatdividetwo^https://tov.eqresource.com/aforgottenraidleader.php
Bloodmaw^a frosted kodiak^tov^greatdividetwo^https://tov.eqresource.com/bloodmaw.php
Laima Ratgur^a frigid coldain^tov^greatdividetwo^https://tov.eqresource.com/laimaratgur.php
Margidor^a shivering corpse^tov^greatdividetwo^https://tov.eqresource.com/margidor.php
a tizmak augur^a shivering tizmak^tov^greatdividetwo^https://tov.eqresource.com/atizmakaugur.php
Gerton Dumkin^a Coldain fighter^tov^greatdividetwo^https://tov.eqresource.com/gertondumkin.php
Loremaster Metiheib the Lost^a windchilled marrowbones^tov^greatdividetwo^https://tov.eqresource.com/loremastermetiheibthelost.php
Orfur, Priest of Zek^a shivering screamer^tov^greatdividetwo^https://tov.eqresource.com/orfurpriestofzek.php
Blizzent^a shivering shardwurm^tov^greatdividetwo^https://tov.eqresource.com/blizzent.php
Gorul Longshanks^a corrupted giant^tov^greatdividetwo^https://tov.eqresource.com/gorullongshanks.php
Lost Squire of Narandi^a forgotten enforcer^tov^greatdividetwo^https://tov.eqresource.com/lostsquireofnarandi.php
Thosgromri Warmgranite^a frigid cadaver^tov^greatdividetwo^https://tov.eqresource.com/thosgromriwarmgranite.php
Ascendant Svartmane^a restless tutor^tov^frozenshadowtwo^https://tov.eqresource.com/ascendantsvartmane.php
D`dee the Chilled^a restless mummy^tov^frozenshadowtwo^https://tov.eqresource.com/ddeethechilled.php
Narmak Berreka^a possessed armor^tov^frozenshadowtwo^https://tov.eqresource.com/narmakberreka.php
Zorglim the Dead^a disturbed student^tov^frozenshadowtwo^https://tov.eqresource.com/zorglimthedead.php
a skeleton sleeper^a shadowbone^tov^frozenshadowtwo^https://tov.eqresource.com/askeletonsleeper.php
Cara Omica^a zombie maid^tov^frozenshadowtwo^https://tov.eqresource.com/caraomica.php
Deacon Foels Tomorin^a drolvarg guard^tov^frozenshadowtwo^https://tov.eqresource.com/deaconfoelstomorin.php
Vhal`Sera^a restless spectre^tov^frozenshadowtwo^https://tov.eqresource.com/vhalsera.php
Amontehepna the Second^a frost mummy^tov^frozenshadowtwo^https://tov.eqresource.com/amontehepnathesecond.php
Dark Huntress^an undead dancer^tov^frozenshadowtwo^https://tov.eqresource.com/darkhuntress.php
Dark Huntress^an undead musician^tov^frozenshadowtwo^https://tov.eqresource.com/darkhuntress.php
Malvus Darque^a shrouded bat^tov^frozenshadowtwo^https://tov.eqresource.com/malvusdarque.php
Xalgoti^a returned shadow beast^tov^frozenshadowtwo^https://tov.eqresource.com/xalgoti.php
a restless devourer^a restless spider^tov^velketortwo^https://tov.eqresource.com/arestlessdevourer.php
an icy torment^a living spire^tov^velketortwo^https://tov.eqresource.com/anicytorment.php
Marlek Icepaw^an undying kobold^tov^velketortwo^https://tov.eqresource.com/marlekicepaw.php
Vorgak^a mindless orc^tov^velketortwo^https://tov.eqresource.com/vorgak.php
a restless tarantula^a wandering arachnid^tov^velketortwo^https://tov.eqresource.com/arestlesstarantula.php
Bledrek^a living ice construct^tov^velketortwo^https://tov.eqresource.com/bledrek.php
Neemzaq^a freezing shade^tov^velketortwo^https://tov.eqresource.com/neemzaq.php
Zarhbub Icepaw^a wandering icepaw^tov^velketortwo^https://tov.eqresource.com/zarhbubicepaw.php
a velium horror^a glaring gargoyle^tov^velketortwo^https://tov.eqresource.com/aveliumhorror.php
Kerdelb^a restless ice construct^tov^velketortwo^https://tov.eqresource.com/kerdelb.php
Qabruh^an icy gargoyle^tov^velketortwo^https://tov.eqresource.com/qabruh.php
Black Fang^a frost giant gladiator^tov^kaeltwo^https://tov.eqresource.com/blackfang.php
Fjokar Frozenshard^a storm giant soldier^tov^kaeltwo^https://tov.eqresource.com/fjokarfrozenshard.php
Keldor Dek`Torek^a storm giant soldiers^tov^kaeltwo^https://tov.eqresource.com/keldordektorek.php
Vkjen Thunderslayer^a storm giant soldierss^tov^kaeltwo^https://tov.eqresource.com/vkjenthunderslayer.php
Direfang^a restless direwolf^tov^kaeltwo^https://tov.eqresource.com/direfang.php
Irrek Bloodfist^a storm giant soldiersss^tov^kaeltwo^https://tov.eqresource.com/irrekbloodfist.php
Klraggek the Slayer^a storm giant soldierssss^tov^kaeltwo^https://tov.eqresource.com/klraggektheslayer.php
Drendar Blackblade^a storm giant soldiersssss^tov^kaeltwo^https://tov.eqresource.com/drendarblackblade.php
Kallis Stormcaller^a storm giant soldierssssss^tov^kaeltwo^https://tov.eqresource.com/kallisstormcaller.php
Velden Dragonbane^a storm giant soldiersssssss^tov^kaeltwo^https://tov.eqresource.com/kallisstormcaller.php
Delmare Undertow^a neriad guard^cov^cobaltscartwo^https://cov.eqresource.com/delmareundertow.php
Morwenna Undertow^a neriad huntress^cov^cobaltscartwo^https://cov.eqresource.com/morwennaundertow.php
Pikebreath^a restless othmir^cov^cobaltscartwo^https://cov.eqresource.com/pikebreath.php
Desirae Fanfare^an alluring siren^cov^cobaltscartwo^https://cov.eqresource.com/desiraefanfare.php
Octave Sforzando^a siren muse^cov^cobaltscartwo^https://cov.eqresource.com/octavesforzando.php
Skolskin Haeger^a protective ulthork^cov^cobaltscartwo^https://cov.eqresource.com/skolskinhaeger.php
Kirezelbough^a winged terror^cov^cobaltscartwo^https://cov.eqresource.com/kirezelbough.php
Ol` Grinnin` Finley^a deepwater gnasher^cov^cobaltscartwo^https://cov.eqresource.com/olgrinninfinley.php
a restless behemoth^a restless wurm^cov^westwastestwo^https://cov.eqresource.com/arestlessbehemoth.php
Feltinth the Caring^a brood caretaker^cov^westwastestwo^https://cov.eqresource.com/feltinththecaring.php
Rildar Blackstone^a forgotten vanguard^cov^westwastestwo^https://cov.eqresource.com/rildarblackstone.php
Blasphemous Steel^an exiled efreeti^cov^westwastestwo^https://cov.eqresource.com/blasphemoussteel.php
Miscreation the Timeless^a frosted dracholiche^cov^westwastestwo^https://cov.eqresource.com/miscreationthetimeless.php
Shrapnel^a velious hound^cov^westwastestwo^https://cov.eqresource.com/shrapnel.php
Bliddlethliclaus^an exiled kedge^cov^westwastestwo^https://cov.eqresource.com/bliddlethliclaus.php
Pastletlith the Temperate^a brood hatchling^cov^westwastestwo^https://cov.eqresource.com/pastletliththetemperate.php
a massive dracoliche^a dragon construct^cov^necropolistwo^https://cov.eqresource.com/amassivedracoliche.php
a restless warlord^a wandering Chetari^cov^necropolistwo^https://cov.eqresource.com/arestlesswarlord.php
Dustbinder Tarlin^a Chetari dustmaker^cov^necropolistwo^https://cov.eqresource.com/dustbindertarlin.php
Queen Kitlaa^a phasing spider^cov^necropolistwo^https://cov.eqresource.com/queenkitlaa.php
restless Warmaster Ultvara^a wandering Chetari^cov^necropolistwo^https://cov.eqresource.com/restlesswarmasterultvara.php
a moon bat^a scavenger bat^cov^necropolistwo^https://cov.eqresource.com/amoonbat.php
a toxic phase spider^a phasing spider^cov^necropolistwo^https://cov.eqresource.com/atoxicphasespider.php
Foulfang^a decay serpent^cov^necropolistwo^https://cov.eqresource.com/foulfang.php
restless Dominator Yisaki^a wandering Chetaris^cov^necropolistwo^https://cov.eqresource.com/restlessdominatoryisaki.php
Seeker Larada^a Chetari explorer^cov^necropolistwo^https://cov.eqresource.com/seekerlarada.php
a ravenous entropy serpent^a decay serpents^cov^necropolistwo^https://cov.eqresource.com/aravenousentropyserpent.php
another great green slime^an amorphous blob^cov^necropolistwo^https://cov.eqresource.com/anothergreatgreenslime.php
Jaled Dar`s trapped shade^a trapped dracoliche^cov^necropolistwo^https://cov.eqresource.com/jaleddarstrappedshade.php
restless Vaniki^a wandering Chetariss^cov^necropolistwo^https://cov.eqresource.com/restlessvaniki.php
a blessed racnar^a convincing doomsayer^cov^skyshrinetwo^https://cov.eqresource.com/ablessedracnar.php
Professor Atkru^a tenured mentor^cov^skyshrinetwo^https://cov.eqresource.com/professoratkru.php
Ziglark Whisperwing^an obsidian believer^cov^skyshrinetwo^https://cov.eqresource.com/ziglarkwhisperwing.php
Dagarn the Destroyer^a pretentious wurm^cov^skyshrinetwo^https://cov.eqresource.com/dagarnthedestroyer.php
Shoen the Fanatic^a subservient convert^cov^skyshrinetwo^https://cov.eqresource.com/shoenthefanatic.php
Lord Koi`Doken^an onyx conspirator^cov^skyshrinetwo^https://cov.eqresource.com/lordkoidoken.php
Templeton the Clear^a crystal abomination^cov^skyshrinetwo^https://cov.eqresource.com/templetontheclear.php
Dozekar the Cursed^a shimmering priest^cov^templeveeshantwo^https://cov.eqresource.com/dozekarthecursed.php
Ikatiar the Venom^a wyvern scholar^cov^templeveeshantwo^https://cov.eqresource.com/ikatiarthevenom.php
Lady Mirenilla^a shard hatchling^cov^templeveeshantwo^https://cov.eqresource.com/ladymirenilla.php
Feshlak^a scarlet sycophant^cov^templeveeshantwo^https://cov.eqresource.com/feshlak.php
Jorlleag^a distrusting devout^cov^templeveeshantwo^https://cov.eqresource.com/jorlleag.php
Lord Vyemm^a vile defender^cov^templeveeshantwo^https://cov.eqresource.com/lordvyemm.php
Gozzrem^a pious martyr^cov^templeveeshantwo^https://cov.eqresource.com/gozzrem.php
Ktheek the Ripper^a sapphire devotee^cov^templeveeshantwo^https://cov.eqresource.com/ktheektheripper.php
Kildrukaun the Ancient^a restless drakeen^cov^sleepertwo^https://cov.eqresource.com/kildrukauntheancient.php
The Progenitor Reborn^The Progenitor^cov^sleepertwo^https://cov.eqresource.com/theprogenitorreborn.php
Vyskudra the Ancient^a lonely drakeen^cov^sleepertwo^https://cov.eqresource.com/vyskudratheancient.php
Milas An`Rev^a venerated sadist^cov^sleepertwo^https://cov.eqresource.com/milasanrev.php
Tjudawos the Ancient^a shimmering drakeen^cov^sleepertwo^https://cov.eqresource.com/tjudawostheancient.php
Zeixshi`Kar the Ancient^a forgotten drakeen^cov^sleepertwo^https://cov.eqresource.com/zeixshikartheancient.php
The Overseer Reborn^The Captain of the Guard^cov^sleepertwo^https://cov.eqresource.com/theoverseerreborn.php
The Overseer Reborn^Master of The Guard^cov^sleepertwo^https://cov.eqresource.com/theoverseerreborn.php
Ulessa the Insane^a wyvern sentinel^cov^sleepertwo^https://cov.eqresource.com/ulessatheinsane.php
Bloodwretch^a netherbian ripper^tol^umbraltwo^https://tol.eqresource.com/bloodwretch.php
Fleshrot^a netherbian carrion^tol^umbraltwo^https://tol.eqresource.com/fleshrot.php
Captain Resh Sogran^a fallen sergeant^tol^umbraltwo^https://tol.eqresource.com/captainreshsogran.php
Nightfall^a dark shadow^tol^umbraltwo^https://tol.eqresource.com/nightfall.php
Gantru Shojralen^a gantru ralktran^tol^umbraltwo^https://tol.eqresource.com/gantrushojralen.php
Rumblecrush^a hefty stone guardian^tol^umbraltwo^https://tol.eqresource.com/rumblecrush.php
Telaris Xeturisun^Torgarath Renthais^tol^umbraltwo^https://tol.eqresource.com/telarisxeturisun.php
Fyrthek Fior^a fyr jen keeper^tol^umbraltwo^https://tol.eqresource.com/fyrthekfior.php
Shak Dathor Warlord^a shak dathor keeper^tol^umbraltwo^https://tol.eqresource.com/shakdathorwarlord.php
Sylra Fris^a syl ren keeper^tol^umbraltwo^https://tol.eqresource.com/sylrafris.php
Centien Rashen Xaui^Pli Torgarath Xi Vex^tol^maidentwo^https://tol.eqresource.com/centienrashenxaui.php
Lucca Brightfeld^a winged scavenger^tol^maidentwo^https://tol.eqresource.com/luccabrightfeld.php
Temariel Xi Tetoracu^Dabo Xi Vereor^tol^maidentwo^https://tol.eqresource.com/temarielxitetoracu.php
Xenacious Von Deek^a rabid bat^tol^maidentwo^https://tol.eqresource.com/xenaciousvondeek.php
Xenacious Von Deek^a repressed vampyre^tol^maidentwo^https://tol.eqresource.com/xenaciousvondeek.php
Xenacious Von Deek^a pacified vampyre^tol^maidentwo^https://tol.eqresource.com/xenaciousvondeek.php
Darkmeat^a luclin scavenger^tol^maidentwo^https://tol.eqresource.com/darkmeat.php
Darkmeat^a luclin stalker^tol^maidentwo^https://tol.eqresource.com/darkmeat.php
Namdrows^a mind burrower^tol^maidentwo^https://tol.eqresource.com/namdrows.php
Tess Zelinstein^a peckish vampyre^tol^maidentwo^https://tol.eqresource.com/tesszelinstein.php
Tess Zelinstein^a beaten vampyre^tol^maidentwo^https://tol.eqresource.com/tesszelinstein.php
Diabo Xi Akuel^a well-fed rockbreaker^tol^maidentwo^https://tol.eqresource.com/diaboxiakuel.php
Quietus the Forgotten^an erased hero's guard^tol^maidentwo^https://tol.eqresource.com/quietustheforgotten.php
Quietus the Forgotten^a lost shade^tol^maidentwo^https://tol.eqresource.com/quietustheforgotten.php
Quietus the Forgotten^forlorn^tol^maidentwo^https://tol.eqresource.com/quietustheforgotten.php
Txiki^a gleeful miscreant^tol^maidentwo^https://tol.eqresource.com/txiki.php
Centi Thall^Centi Atulus^tol^akhevatwo^https://tol.eqresource.com/centithall.php
Diabo Xi Va^Fer'Temariel Centi^tol^akhevatwo^https://tol.eqresource.com/diaboxiva.php
Diabo Tatrua^Gel'Temariel Centi^tol^akhevatwo^https://tol.eqresource.com/diabotatrua.php
Diabo Xi Xin^Teka'Temariel Centi^tol^akhevatwo^https://tol.eqresource.com/diaboxixin.php
Diabo Va Thall^Fer'Tatrua Centi^tol^akhevatwo^https://tol.eqresource.com/diabovathall.php
The Protector^a shade guardian^tol^akhevatwo^https://tol.eqresource.com/theprotector.php
Diabo Xi Va Temariel^Kela Va^tol^vexthaltwo^https://tol.eqresource.com/diaboxivatemariel.php
Thall Va Kelun^Thall Xi Va^tol^vexthaltwo^https://tol.eqresource.com/thallvakelun.php
Va Xakra^Kaas Xakra^tol^vexthaltwo^https://tol.eqresource.com/vaxakra.php
Diabo Xi Xin Thall^Xin Thall^tol^vexthaltwo^https://tol.eqresource.com/diaboxixinthall.php
Thall Xundraux Diabo^Kela Thall^tol^vexthaltwo^https://tol.eqresource.com/thallxundrauxdiabo.php
Kaas Thox Xi Ans Dyek^Qua Kaas Thox^tol^vexthaltwo^https://tol.eqresource.com/kaasthoxxiansdyek.php
Thox Xakra^Raux Xakra^tol^vexthaltwo^https://tol.eqresource.com/thoxxakra.php
Congealed Shadow Mass^a tangible shadow^tol^basilica^https://tol.eqresource.com/congealedshadowmass.php
Irate Servant of Luclin^a shrewd abettor of Luclin^tol^basilica^https://tol.eqresource.com/irateservantofluclin.php
Xetheg, Luclin's Warden^a tekuel^tol^basilica^https://tol.eqresource.com/xethegluclinswarden.php
Dark Agent of Luclin^a basilica secret keeper^tol^basilica^https://tol.eqresource.com/darkagentofluclin.php
Itzal, Luclin's Hunter^a tekuels^tol^basilica^https://tol.eqresource.com/itzalluclinshunter.php
Gloomclaw^an obsidian taskmaster^tol^basilica^https://tol.eqresource.com/gloomclaw.php
Mistakenly Animated Salt Golem^an animated experiment^tol^basilica^https://tol.eqresource.com/mistakenlyanimatedsaltgolem.php
A Retainer of Shadow^a laborer of shadow^tol^bloodfalls^https://tol.eqresource.com/aretainerofshadow.php
Cruor^a sanguineous blood beast^tol^bloodfalls^https://tol.eqresource.com/cruor.php
Pli Xin Laiko^Zun Xin Liako^tol^bloodfalls^https://tol.eqresource.com/plixinlaiko.php
Centien Xi Va Xakra^a war shade^tol^bloodfalls^https://tol.eqresource.com/centienxivaxakra.php
Lady Constance^a nameless vampire^tol^bloodfalls^https://tol.eqresource.com/ladyconstance.php
Coagulus^a viscious blood bag^tol^bloodfalls^https://tol.eqresource.com/coagulus.php
Nikolas the Exiled^a lost vampire^tol^bloodfalls^https://tol.eqresource.com/nikolastheexiled.php
Scorched Crackling Bones^scorched bones^nos^shadeweavertwo^https://nos.eqresource.com/scorchedcacklingbones.php
Commander Esline^a Loda kai guard Commander^nos^shadeweavertwo^https://nos.eqresource.com/commanderesline.php
Molten Wildfire^a painted elemental^nos^shadeweavertwo^https://nos.eqresource.com/allnameshadeweaverstangle.php
Shak Dathor Overlord^a shak dathor swayer^nos^shadeweavertwo^https://nos.eqresource.com/shakdathoroverlord.php
Sharp Claw^a mature hopper^nos^shadeweavertwo^https://nos.eqresource.com/sharpclaw.php
Stoneclaw Broodmother^a stoneclaw crawler^nos^shadeweavertwo^https://nos.eqresource.com/stoneclawbroodmother.php
Thorn Petal^a gloompetal thistle^nos^shadeweavertwo^https://nos.eqresource.com/thornpetal.php
Bedrock Burrower^a Firefall hollower^nos^firefall^https://nos.eqresource.com/bedrockburrower.php
Diabo Xi Vesta^Qua Liako,Qua Centien,Qua Zethon^nos^firefall^https://nos.eqresource.com/diaboxivesta.php
Firefallizard^a cinderscale saurek^nos^firefall^https://nos.eqresource.com/firefallizard.php
Fowl Matriarch^a soot-specked hawk,firefall falcon^nos^firefall^https://nos.eqresource.com/fowlmatriarch.php
Igneous Insect^a ravine roamer^nos^firefall^https://nos.eqresource.com/igneousinsect.php
Rock Lobber^a fissure fiend^nos^firefall^https://nos.eqresource.com/rocklobber.php
Crimsonclaw^a rockhopper adolescent^nos^sharvahltwo^https://nos.eqresource.com/crimsonclaw.php
Geerot Stabgut^a grimling invader^nos^sharvahltwo^https://nos.eqresource.com/geerotstabgut.php
Gheg Gorespit^a grimling scout^nos^sharvahltwo^https://nos.eqresource.com/gheggorespit.php
Kurati the Feral^a wrathful Sahtebi^nos^sharvahltwo^https://nos.eqresource.com/kuratitheferal.php
Tailfang^a scorpion elder^nos^sharvahltwo^https://nos.eqresource.com/tailfang.php
Toraji, Korath`s Warder^an ancient skeleton^nos^sharvahltwo^https://nos.eqresource.com/torajikorathswarder.php
Wiggle^a hungry xakra worm^nos^sharvahltwo^https://nos.eqresource.com/wiggle.php
Arly Golyeck^a recondite roughhouser^nos^paludaltwo^https://nos.eqresource.com/allnamepaludaldepths.php
Herachuel^a royal guardian^nos^paludaltwo^https://nos.eqresource.com/herachuel.php
Maricella Slithra^a recondite footpad^nos^paludaltwo^https://nos.eqresource.com/maricellaslithra.php
Merrimore Ychansk^a recondite wanderer^nos^paludaltwo^https://nos.eqresource.com/merrimoreychansk.php
Toxiplax^a dead eye shik'nar^nos^paludaltwo^https://nos.eqresource.com/toxiplax.php
Vahlkamph^a fungal aberrant^nos^paludaltwo^https://nos.eqresource.com/vahlkamph.php
Brute^a toughened phlarg fiend^nos^shadowhaventwo^https://nos.eqresource.com/brute.php
Flail^spirit-touched scrap^nos^shadowhaventwo^https://nos.eqresource.com/flail.php
Mace^animated scrap^nos^shadowhaventwo^https://nos.eqresource.com/mace.php
Overgrowth^a contaminated digger^nos^shadowhaventwo^https://nos.eqresource.com/overgrowth.php
Skitter^an elder shik'nar outcast^nos^shadowhaventwo^https://nos.eqresource.com/skitter.php
Stone Chitin^a dour delver^nos^shadowhaventwo^https://nos.eqresource.com/stonechitin.php
Velutipes^a sensate reishi^nos^shadowhaventwo^https://nos.eqresource.com/velutipes.php
Agaricusus^a hearty saprophyte^nos^deepshade^https://nos.eqresource.com/agaricusus.php
Ayoaenae^an apathetic thespian^nos^deepshade^https://nos.eqresource.com/ayoaenae.php
Bavanjam^a spectral grizzly^nos^deepshade^https://nos.eqresource.com/bavanjam.php
Drinil^a rowdy stand in^nos^deepshade^https://nos.eqresource.com/drinil.php
Faceted Windra^a crystal medusa^nos^deepshade^https://nos.eqresource.com/facetedwindra.php
Psylopsybyl^a pungent stinkhorn^nos^deepshade^https://nos.eqresource.com/psylopsybyl.php
Sehtab Mahlinee^a disgrunted stagehand^nos^deepshade^https://nos.eqresource.com/sehtabmahlinee.php
Chromatic Widow Queen^an ethereal widow^nos^darklight^https://nos.eqresource.com/chromaticwidowqueen.php
Eelworm^an overgrown nematode^nos^darklight^https://nos.eqresource.com/eelworm.php
Geoxyle^a root reaper^nos^darklight^https://nos.eqresource.com/geoxyle.php
Kezhda the Frenzied^a spirit sapper^nos^darklight^https://nos.eqresource.com/kezhdathefrenzied.php
Mycorrhizal Mutation^a spore stalker^nos^darklight^https://nos.eqresource.com/mycorrhizalmutation.php
Rabid Rhizanthella^a prickly perennial^nos^darklight^https://nos.eqresource.com/rabidrhizanthella.php
Variegated Monstera^an aberrant blossom^nos^darklight^https://nos.eqresource.com/variegatedmonstera.php
a geonid^a cracked golem^ls^laurioninn^https://ls.eqresource.com/ageonid.php
a statue^a granite grabber^ls^laurioninn^https://ls.eqresource.com/astatue.php
a brood queen^a leech elder^ls^laurioninn^https://ls.eqresource.com/abroodqueen.php
a djinn^an air mephit lord^ls^laurioninn^https://ls.eqresource.com/adjinn.php
a lich^an undead lord^ls^laurioninn^https://ls.eqresource.com/alich.php
a luggald^a white shark^ls^laurioninn^https://ls.eqresource.com/aluggald.php
a queen recluse^a treant lord^ls^laurioninn^https://ls.eqresource.com/aqueenrecluse.php
a queen widow^a drachnid hunter^ls^laurioninn^https://ls.eqresource.com/aqueenwidow.php
a spectre^a haunt^ls^laurioninn^https://ls.eqresource.com/aspectre.php
a water dragon^an aggressive alligator^ls^laurioninn^https://ls.eqresource.com/awaterdragon.php
an efreeti^a fire mephit lord^ls^laurioninn^https://ls.eqresource.com/anefreeti.php
an owlbear^a brownie lord^a brownie queen^ls^laurioninn^https://ls.eqresource.com/anowlbear.php
A Rallosian Lunatic^a rallosian zealot^ls^timorousfalls^https://ls.eqresource.com/arallosianlunatic.php
A Rallosian Sorcerer^a rallosian extremist^ls^timorousfalls^https://ls.eqresource.com/arallosiansorcerer.php
Big Dipper^a timorous perch^ls^timorousfalls^https://ls.eqresource.com/bigdipper.php
Bunion^a calloused woodsman^ls^timorousfalls^https://ls.eqresource.com/bunion.php
Flariton^a parched corvid^ls^timorousfalls^https://ls.eqresource.com/flariton.php
Horatio^an angry wasp^ls^timorousfalls^https://ls.eqresource.com/horatio.php
Shoru^a fortified raptor^ls^timorousfalls^https://ls.eqresource.com/shoru.php
SingleMalt^a worg howler^ls^timorousfalls^https://ls.eqresource.com/singlemalt.php
The Dreaded Red Eye^a flying culex^ls^timorousfalls^https://ls.eqresource.com/thedreadedredeye.php
Ticktock^a vicious lashwhip^ls^timorousfalls^https://ls.eqresource.com/ticktock.php
Ankexfen Experiment^a gorge scavenger^ls^ankexfen^https://ls.eqresource.com/ankexfenexperiment.php
Chef Goremand^an Ankexfen workhand^ls^ankexfen^https://ls.eqresource.com/chefgoremand.php
Guard Captain Krizad^an Ankexfen torturer^ls^ankexfen^https://ls.eqresource.com/guardcaptainkrizad.php
Lorekeeper Fandrel^an Ankexfen archwizard^ls^ankexfen^https://ls.eqresource.com/lorekeeperfandrel.php
Mortimus^a battle-tested polar bear^ls^ankexfen^https://ls.eqresource.com/mortimus.php
The Mountain Cryptid^an alpine dweller^ls^ankexfen^https://ls.eqresource.com/themountaincryptid.php
Rimeclaw^a frostbitten worg^ls^ankexfen^https://ls.eqresource.com/rimeclaw.php
Stablemaster Magna^an Ankexfen reinsman^ls^ankexfen^https://ls.eqresource.com/stablemastermagna.php
Uncia the Snowstalker^a frost-paw skulker^ls^ankexfen^https://ls.eqresource.com/unciathesnowstalker.php
Underboss Lazam^an Ankexfen knife twister^ls^ankexfen^https://ls.eqresource.com/underbosslazam.php
Captain Defan^a Nokk lieutenant^ls^moorsofnokk^https://ls.eqresource.com/captaindefan.php
Chaplain Kor Bloodmoon^a Nokk tactician^ls^moorsofnokk^https://ls.eqresource.com/chaplainkorbloodmoon.php
Firestarter Tlag^a Nokk fireblade^ls^moorsofnokk^https://ls.eqresource.com/firestartertlag.php
Fleawalker^a Nokk battleworg^ls^moorsofnokk^https://ls.eqresource.com/fleawalker.php
Sergeant Kharsk^a Nokk adjutant^ls^moorsofnokk^https://ls.eqresource.com/sergeantkharsk.php
Sergeant Kveldulf^a Nokk sentinel^ls^moorsofnokk^https://ls.eqresource.com/sergeantkveldulf.php
Tarantis^a crevice spider^ls^moorsofnokk^https://ls.eqresource.com/tarantis.php
Tutt^a bog turtle^ls^moorsofnokk^https://ls.eqresource.com/tutt.php
Drillmaster Suja^a Rallosian trainer^ls^unkemptwoods^https://ls.eqresource.com/drillmastersuja.php
General Orrak^a Rallosian highlance^ls^unkemptwoods^https://ls.eqresource.com/generalorrak.php
Grenn Rustblade^a Rallosian swiftblade^ls^unkemptwoods^https://ls.eqresource.com/grennrustblade.php
Honored Elder Skraiw^an avian elder^ls^unkemptwoods^https://ls.eqresource.com/honoredelderskraiw.php
Oka^a basilisk stonegazer^ls^unkemptwoods^https://ls.eqresource.com/oka.php
Sergeant Korsh^a Rallosian tactician^ls^unkemptwoods^https://ls.eqresource.com/sergeantkorsh.php
Stinky^a skunk doe^ls^unkemptwoods^https://ls.eqresource.com/stinky.php
Tenderstump^a treant planter^ls^unkemptwoods^https://ls.eqresource.com/tenderstump.php
Alloy^a forgebound worker^ls^herosforge^https://ls.eqresource.com/alloy.php
Arcanaforged^a spiritforged wizard^ls^herosforge^https://ls.eqresource.com/arcanaforged.php
Battleforged^a spiritforged berserker^ls^herosforge^https://ls.eqresource.com/battleforged.php
Geomimus^a geolode^ls^herosforge^https://ls.eqresource.com/geomimus.php
Goliath Forge Frog^a forged frog^ls^herosforge^https://ls.eqresource.com/goliathforgefrog.php
Ingot^a forgebound inspector^ls^herosforge^https://ls.eqresource.com/ingot.php
Kindleheart^a rekindled phoenix^ls^herosforge^https://ls.eqresource.com/kindleheart.php
Terrastride^a summit guardian^ls^herosforge^https://ls.eqresource.com/terrastride.php
Valorforged^a spiritforged warrior^ls^herosforge^https://ls.eqresource.com/valorforged.php
Bonestripper^a hungry hotariton^ls^pallomen^https://ls.eqresource.com/bonestripper.php
Charka^a Rallosian champion^ls^pallomen^https://ls.eqresource.com/charka.php
Cind the Kind^a Rallosian destroyer^ls^pallomen^https://ls.eqresource.com/cindthekind.php
Crusher the Rusher^a Rallosian legionnaire^ls^pallomen^https://ls.eqresource.com/crushertherusher.php
Fernstalker^a clever puma^ls^pallomen^https://ls.eqresource.com/fernstalker.php
General Dotal^a Rallosian adjudicator^ls^pallomen^https://ls.eqresource.com/generaldotal.php
Queen Hotaria^a queensguard^ls^pallomen^https://ls.eqresource.com/queenhotaria.php
Tonnar Blevak^a rallosian archivist^ls^pallomen^https://ls.eqresource.com/tonnarblevak.php
Violet Violence^a Rallosian cabalist^ls^pallomen^https://ls.eqresource.com/violetviolence.php
Alleza^an elder caiman^tob^hodstock^https://tob.eqresource.com/alleza.php
Elewisa the Oathbound^a fallen champion^tob^hodstock^https://tob.eqresource.com/elewisatheoathbound.php
Ephialtes^tribulation^tob^hodstock^https://tob.eqresource.com/ephialtes.php
First Raider^a scalewrought raider^tob^hodstock^https://tob.eqresource.com/firstraider.php
First Scout^a scalewrought assailant^tob^hodstock^https://tob.eqresource.com/firstscout.php
First Soldier^a scalewrought soldier^tob^hodstock^https://tob.eqresource.com/firstsoldier.php
First Stormer^a scalewrought stormer^tob^hodstock^https://tob.eqresrource.com/firststormer.php
Muji^an elder badger^tob^hodstock^https://tob.eqresource.com/muji.php
Queseris Trisleth^a bandit cutpurse^tob^hodstock^https://tob.eqresource.com/queseristrisleth.php
Riptide^an elder shark^tob^hodstock^https://tob.eqresource.com/riptide.php
Anguillifor^a tenacious moray^tob^toe^https://tob.eqresource.com/anguillifor.php
Captain Luft the Oathbound^a shock trooper^tob^toe^https://tob.eqresource.com/captainluft.php
Captain Riyu^a vicious trooper^tob^toe^https://tob.eqresource.com/captainriyu.php
Chthamalus^a mature barnacle^tob^toe^https://tob.eqresource.com/chthamalus.php
Copperworth^a respected servant^tob^toe^https://tob.eqresource.com/copperworth.php
Diabollis^an abyssal terror^tob^toe^https://tob.eqresource.com/diabollis.php
Eye of Mother^a reinforced scouter^tob^toe^https://tob.eqresrource.com/eyeofmother.php
Mambatali^an elite guardian^tob^toe^https://tob.eqresource.com/mambatali.php
Tatanami^an aetherial hydra^tob^toe^https://tob.eqresource.com/tatanami.php
Unigami^a void conger^tob^toe^https://tob.eqresource.com/unigami.php
scalewrought aerialist^a scalewrought skyguardian^tob^aureatecovert^https://tob.eqresource.com/scalewroughtaerialist.php
scalewrought director^a scalewrought curator^tob^aureatecovert^https://tob.eqresource.com/scalewroughtdirector.php
scalewrought driver^a scalewrought sentinel^tob^aureatecovert^https://tob.eqresource.com/scalewroughtdriver.php
scalewrought manager^a scalewrought maker^tob^aureatecovert^https://tob.eqresource.com/scalewroughtmanager.php
scalewrought marshal^a scalewrought skydefender^tob^aureatecovert^https://tob.eqresource.com/scalewroughtmarshal.php
scalewrought quartermaster^a scalewrought craftsman^tob^aureatecovert^https://tob.eqresource.com/scalewroughtquartermaster.php
scalewrought trainer^a scalewrought striker^tob^aureatecovert^https://tob.eqresource.com/scalewroughttrainer.php
scalewrought watcher^a scalewrought inspector^tob^aureatecovert^https://tob.eqresource.com/scalewroughtwatcher.php
Ma`Maie, the Nest Mother^a scalewrought guardian^tob^harbingerscradle^https://tob.eqresource.com/mamaiethenestmother.php
scalewrought machinist^a scalewrought lookout^tob^harbingerscradle^https://tob.eqresource.com/scalewroughtmachinist.php
scalewrought overseer^a scalewrought deliverer^tob^harbingerscradle^https://tob.eqresource.com/scalewroughtoverseer.php
scalewrought rancher^a scalewrought caregiver^tob^harbingerscradle^https://tob.eqresource.com/scalewroughtrancher.php
scalewrought servitor^a scalewrought farmhand^tob^harbingerscradle^https://tob.eqresource.com/scalewroughtservitor.php
scalewrought trooper^a scalewrought sentry^tob^harbingerscradle^https://tob.eqresource.com/scalewroughttrooper.php
scalewrought viceroy^a scalewrought supervisor^tob^harbingerscradle^https://tob.eqresource.com/scalewroughtviceroy.php
Tha`k Rustae, the Butcher^a scalewrought harvester^tob^harbingerscradle^https://tob.eqresource.com/thakrustaethebutcher.php
Kellis the Young^a scalewrought mender^tob^puissance^https://tob.eqresource.com/kellistheyoung.php
scalewrought administrator^a scalewrought steward^tob^puissance^https://tob.eqresource.com/scalewroughtadministrator.php
scalewrought archseer^a scalewrought gazer^tob^puissance^https://tob.eqresource.com/scalewroughtarchseer.php
scalewrought foreman^a scalewrought repairer^tob^puissance^https://tob.eqresource.com/scalewroughtforeman.php
scalewrought monitor^a scalewrought perceiver^tob^puissance^https://tob.eqresource.com/scalewroughtmonitor.php
scalewrought operator^a scalewrought artificer^tob^puissance^https://tob.eqresource.com/scalewroughtoperator.php
scalewrought skykeeper^a scalewrought skyterror^tob^puissance^https://tob.eqresource.com/scalewroughtskykeeper.php
scalewrought skysearer^a scalewrought skysentry^tob^puissance^https://tob.eqresource.com/scalewroughtskysearer.php
scalewrought vitalmancer^a scalewrought ehtermancer^tob^puissance^https://tob.eqresource.com/scalewroughtvitalmancer.php
Mirala^Mirala^tob^gildedspire^https://tob.eqresource.com/mirala.php
scalewrought breaker^A Scalewrought Striker^tob^gildedspire^https://tob.eqresource.com/scalewroughtbreaker.php
scalewrought crusher^A Scalewrought Bruiser^tob^gildedspire^https://tob.eqresource.com/scalewroughtcrusher.php
scalewrought nimbus^a scalewrought cloudguardian^tob^gildedspire^https://tob.eqresource.com/scalewroughtnimbus.php
scalewrought overwatch^a scalewrought inspector^tob^gildedspire^https://tob.eqresource.com/scalewroughtoverwatch.php
scalewrought skymarshal^a scalewrought skyguardian^tob^gildedspire^https://tob.eqresource.com/scalewroughtskymarshal.php
scalewrought smasher^a scalewrought pounder^tob^gildedspire^https://tob.eqresource.com/scalewroughtsmasher.php
scalewrought tool^a scalewrought maker^tob^gildedspire^https://tob.eqresource.com/scalewroughttool.php
Zarek^Zarek^tob^gildedspire^https://tob.eqresource.com/zarek.php