• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Request - Can someone help me with MyShoweq? (1 Viewer)

Cheesesteak

New member
Joined
Sep 19, 2017
RedCents
10¢
Hello and stuff.. I downloaded mseq and went through the setup and read the getting up and running part as well. Anyways with some trial and error I finally got it partly working but its only showing dead mobs on the map for some odd reason.

Here is a pic of the versions i downloaded, i am currently using the one with the maps included. (botton one)
https://i.imgur.com/eWmi1fW.jpg

Anyways i figured out how to put in my ip address and had to run some little thing called server.exe and click on something called offset finder and point it to my eq directory launcher.exe file. It made some sort of a change to something (yeah i know that doesnt narrow it down much). Then i clicked myseq launcher and fiddled with the show this and that type stuff of different mobs.
I think I might have an old version?
Basically I want it to show what rare mobs are on track and to play an alert sound when certain specific mobs pop up on its radar.

Any help or step by step guide for dummies would be helpful. Also some links to the most recent version and maps etc.

PS: Im on a progression server if that helps at all and am using the windows version of myshoweq and only have 1 computer.

Basically a link to exactly what I will need (most updated files), install and setup for idiots. lol. Thanks.
 

Attachments

  • eWmi1fW.jpg
    eWmi1fW.jpg
    19.5 KB · Views: 9
These are the current offsets.

Launch the server.exe - go to edit offsets - paste in this info below - save - reload in the server window

Rich (BB code):
#
#	Copyright (C) 2006 - 2013  All developers at http://sourceforge.net/projects/seq
#
#	This program is free software; you can redistribute it and/or
#	modify it under the terms of the GNU General Public License
#	as published by the Free Software Foundation; either version 2
#	of the License, or (at your option) any later version.
#
#	This program is distributed in the hope that it will be useful,
#	but WITHOUT ANY WARRANTY; without even the implied warranty of
#	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
#	GNU General Public License for more details.
#
#	You should have received a copy of the GNU General Public License
#	along with this program; if not, write to the Free Software
#	Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
#

[File Info]
PatchDate=09/20/2017

[Port]
port=5555

[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xf369c4
# pinstSpawnManager_x
SpawnHeaderAddr=0xfbc100
# pinstLocalPlayer_x
CharInfo=0xf29040
# pinstTarget_x
TargetAddr=0xf29058
# pinstEQItemList_x
ItemsAddr=0xf256a8
# pinstWorldData_x
WorldAddr=0xf29010

[WorldInfo Offsets]
WorldHourOffset=4
WorldMinuteOffset=5
WorldDayOffset=6
WorldMonthOffset=7
WorldYearOffset=8

[SpawnInfo Offsets]
NextOffset=0x4
PrevOffset=0x8
LastnameOffset=0x38
XOffset=0x64
YOffset=0x68
ZOffset=0x6c
SpeedOffset=0x7c
HeadingOffset=0x80
NameOffset=0xa4
TypeOffset=0x125
SpawnIDOffset=0x148
# DWORD pets has this merc dont MasterID
OwnerIDOffset=0x224
# dword HideMode
HideOffset=0x210
# BYTE Level
LevelOffset=0x5b8
# BYTE Class
ClassOffset=0xf98
# dword Race = Class-8
RaceOffset=0xf90
# ActorEquipment + 8c
PrimaryOffset=0x10a0
# Offhand Offset DWORD
OffhandOffset=0x10b4

[GroundItem Offsets]
PrevOffset=0x00
NextOffset=0x04
IdOffset=0x08
DropIdOffset=0x0c
XOffset=0x70
YOffset=0x74
ZOffset=0x78
NameOffset=0x1c

# Using the new Debug CLI
# =======================
# To start the server in debug mode, run the server with the 'debug' argument:
#
#   myseqserver debug
#
# You will see the menu, which looks like this:
#
#        Debug Menu
#  =======================
#    d) display current offsets
#    r) reload all offsets from INI file
#  spo) set a primary offset   (index/name) (hex value)
#  sso) set a secondary offset (index/name) (hex value)
#   ez) examine raw data using pZone
#   et) examine raw data using pTarget
#   ew) examine raw data using pWorld
#   fz) find zonename using pZone (zonename)
#   ft) find spawnname using pTarget (spawnname)
#   fs) find spawnname using pSelf (spawnname)
#   ps) process a spawn entity using pSelf
#   pt) process a spawn entity using pTarget
#   sp) scan process names (process name)
#  sft) scan for floating point using pTarget (X,Y,Z)
#  sfa) scan for floating point using Address (X,Y,Z,Address)
#  sfw) scan for world offsets using game date (mm/dd/yyyy)
#   sg) scan for ground items
#   ws) walk the spawnlist (reverse) using pSelf
#   wt) walk the spawnlist (reverse) using pTarget
#   vs) walk the spawnlist (forward) using pSelf
#   vt) walk the spawnlist (forward) using pTarget
#    x) exit
#
# >
#
#
# To select a command, type it in and press Enter. Some commands require
# arguments, which are indicated in parenthesis.
#
# If you are having troubling just accessing the EQ process, first try the 'scan process names' command:
# > sp
#
# You can provide an optional process name to attempt to scan for and access, but if you do not provide
# any arguments, then it will default to 'eqgame'. You will see a list of processes detected on your system
# and if a match is found, it will try and access it, providing feedback on the results. Prior to server v1.19.1,
# this was a case-sensitive match. For server v1.19.1 and higher, the check is case-insensitive. We had some
# problems on a Win2K system regarding this.
# 
# When new offsets are needed, you can start the server in debug mode and it will use the
# old offsets as starting points to locate the new offsets.
#
# The first thing is to locate the zonename. Just enter a zone that you know the name of, like the Bazaar,
# and use the "fz" command along with the appropriate shortname for the zone:
# > fz Bazaar
#
# You should see a list of matches. Anyone of them could potentially be a valid pZone value. Select one and
# place it in the INI file above under ZoneAddr. Now press 'r' to reload the INI file into the debug server.
# Press 'd' to verify your change was actually loaded.
#
# Next we want to locate the pTarget value, stored above as TargetAddr. Inside the game, select any target NPC
# or PC other than yourself. It is best to select a uniquely named NPC, like "Boss Hogg". Do not select an NPC
# with a re-used name, like "a rat". Now you need to determine the hidden name of that NPC. To do this, replace
# any spaces in the name with underscores, and stick a 00 on the end. So "Boss Hogg" becomes "Boss_Hogg00".
# Use this hidden name as the sole argument to the 'ft' command:
# > ft Boss_Hogg00
#
# You should see a list of matches. Anyone of them could potentially be a valid pTarget. Select one and
# place it in the INI file above under TargetAddr. Press 'r' to reload the INI file.
#
# Next we want to locate the pSpawnlist value, stored above as SpawnHeaderAddr. This is very easy once you have
# pTarget done above. Simply select any target in the game and use the 'wt' command:
# > wt
#
# You should see a long list of spawn information dump out. At the end, we do an automatic scan looking for
# where that entry point pointer lives. You should see a list of matches. Anyone of them could potentially be
# a valid pSpawnlist. Select one and place it in the INI file above under SpawnHeaderAddr. Press 'r' to reload
# the INI file.
#
# Next we want to locate the pSelf value, store above as CharInfo. Inside the game, select yourself as the
# target (press F1) and use the 'ft' command along with your characters first name:
# > ft Yourfirstname
#
# You should see a list of matches. Anyone of them could potentially be a valid pSelf. Select one and
# place it in the INI file above under CharInfo. Press 'r' to reload the INI file.
#
# Last we want to locate the pGroundItems value, stored above as ItemsAddr. Just use the 'sg' command and
# look for matched pointers that look like 'ITxxxxx_ACTORDEF', where xxxxx is any 3 or 5 digit number.
# > sg
# Scanning for 'IT' from 0x7d62c4 to 0x9d62c4
# Pointer match found at 0x8d62c4. Full string is IT10805_ACTORDEF
# Pointer match found at 0x9bc648. Full string is ITORTOKEN
#
# Of course the first one here looks good. Put it in the INI file above under ItemsAddr. Press 'r' to
# reload the INI file.
#
# You can now exit the server (press 'x') and restart it in normal mode. Try attaching the client to it.
# As long as none of the secondary offsets have changed, it should work. If it only works for a short time
# and then stops working, repeat the above procedure, but this time make different selections in the match
# lists.
#
# If the secondary offsets have changed, or the basic design of how they obtain spawn information, the server
# may need to be updated. The other debug options can be used to aid in locating secondary offsets, but it
# is so involved that it is probably best to use a full blown RAM editor. Please visit our forums to learn
# how to help ( http://www.showeq.net/ and look for the MySEQ subforums).
#
# Notes:
# - All string searches are case sensitive!
# - As you get matches, write them all down! If a function works for a minute or so and then stops working, try the
#   next match in the list.
# - If you use the spo/sso functions, the changes are NOT made in the INI file. Once you exit, those changes are lost.
# - Only reverse walks (wt/ws) will scan for entry point pointers. Forward walks will just show the spawns and return.
 
click file - then character selection - do you see a character listed?

File Sever selection should be the computer the server is running on --- 127.0.0.1 is fine if it is the same computer the map is running on, or on whatever your ip address is of your server computer --- ex 192.168.1.2

Character selection should be which character you want to display the information from there are hotkeys to swap

Why does your date day april 3180?
 
Wait a sec,,,i think i got it working! Now I just need to figure out how to get it to play a sound file alert for when certain mobs are up!
Does this look right? Any more help will be met with internet hugs!
https://i.imgur.com/V4PM1rL.jpg
- - - Updated - - -

click file - then character selection - do you see a character listed?

File Sever selection should be the computer the server is running on --- 127.0.0.1 is fine if it is the same computer the map is running on, or on whatever your ip address is of your server computer --- ex 192.168.1.2

Character selection should be which character you want to display the information from there are hotkeys to swap

Why does your date day april 3180?

Yep I got the character showing... I have no clue why it says April 3180 LOL... thats weird. Dude..honestly thank you so much for helping me with this stuff... you have no clue the headaches you are saving me! Much respect master Obi wan kenobi!
 
does not look right - it does not look like you changed the offsets file with the info i listed and then clicked reload

Gimme a few minutes and I'll show you what it should look like

- - - Updated - - -

srT10Bp.jpg

- - - Updated - - -

If you notice the primary offsets I have listed (with the information I listed) are different than what you show.

This is just Lesser Faydark with goodurden maps loaded
 
does not look right - it does not look like you changed the offsets file with the info i listed and then clicked reload

Gimme a few minutes and I'll show you what it should look like

- - - Updated - - -

View attachment 12886

- - - Updated - - -

If you notice the primary offsets I have listed (with the information I listed) are different than what you show.

This is just Lesser Faydark with goodurden maps loaded

Thanks, I checked the steps of the offsets again and am pretty sure it is fixed, I think I forgot to click reload. I basically deleted the entire contents of the offset file and pasted yours into it...then I made sure to click the reload button. I am seeing mobs roaming and pathing now. Here is my pic, not alot up as you can see. I want to learn how to make an alarm for when a specific mob spawns, any idea how to do that? ((Epic bro hugs))!

https://i.imgur.com/Y3coB6f.jpg
 
Awesome! Glad you got it working.

So to add a rare you can simply right click on the name and add rare alert
You can also delete that text and add what you want - be forewarned that ` and ' don't usually work, so I'll just back out some of the name --- example if a mob was named #Sic`Pro`Fundus I would just add the rare as #Sic
AerUxIn.jpg

Here is an example of what the code would look like for each zone in myseq (I would just use eqresource and add each mob manually as I went to each zone.

Rich (BB code):
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE seqfilters SYSTEM "seqfilters.dtd">
<seqfilters>
    <section name="Hunt">
    </section>
    <section name="Caution">
    </section>
    <section name="Danger">
    </section>
    <section name="Locate">
    </section>
    <section name="Alert">
        <oldfilter><regex>Caradawg Gwyn</regex></oldfilter>
        <oldfilter><regex>Carpenter Adomnan</regex></oldfilter>
        <oldfilter><regex>Cathal Paclock</regex></oldfilter>
        <oldfilter><regex>Gullerback Undying</regex></oldfilter>
        <oldfilter><regex>Plaguebringer</regex></oldfilter>
        <oldfilter><regex>Searstinger</regex></oldfilter>
        <oldfilter><regex>x>Sovarak Klyseer</regex></oldfilter>
        <oldfilter><regex>ex>Spirit of Incineration</regex></oldfilter>
        <oldfilter><regex>x>Zakija</regex></oldfilter>
        <oldfilter><regex>The Ore-mad Prophet</regex></oldfilter>
        <oldfilter><regex>Plaguebringer</regex></oldfilter>
        <oldfilter><regex>Carpenter Adomnan</regex></oldfilter>
        <oldfilter><regex>Zakija</regex></oldfilter>
    </section>
    <section name="Filtered">
    </section>
    <section name="Email">
    </section>
</seqfilters>


You can configure the sound or a custom sound in options
YrNPBar.jpg


I've actually started running my map on another computer and using the MQ2SpawnMaster plugin instead - this thing will notify you in your mq2 window upon spawn and death of a named.

Here is the current .ini for MQ2SpawnMaster.ini

Way easier since this already exists than going through your myseq

Rich (BB code):
[Settings]
Enabled=on
OnSpawnCommand="/popup SPAWN: ${SpawnMaster.LastMatch}!"
Enabled=on

[Katta Castrum: Deluge]
Spawn0=#Chief Librarian Lars
Spawn1=#Darkmud Keeper
Spawn2=#Essence of the Deep
Spawn3=#Thallus the Whip
Spawn4=#Vizat the Defiled
Spawn5=#Yulin the Flameweaver

[Tempest Temple]
Spawn0=#Aquinus
Spawn1=#Captain Johan
Spawn2=#Nulian the Stormwarden
Spawn3=#Reefmaw
Spawn4=#Scalithid the Deepwalker
Spawn5=#Serisaria
Spawn6=#Serpentil
Spawn7=#Stormrock
Spawn8=#Strangacul

[Brother Island]
Spawn0=#Angry Alfred
Spawn1=#Lidia the Castaway
Spawn2=#Mulchmother
Spawn3=#Redstreak
Spawn4=#South Point Latcher

[Caverns of Endless Song]
Spawn0=#Crista Faelorin
Spawn1=#Elera Shelwin
Spawn2=#Elizabeth Ruffleberg
Spawn3=#Fire Eyes
Spawn4=#Kaevon Maelora
Spawn5=#Katelyn Grubson
Spawn6=#Neplin the Oceanlord
Spawn7=#Old Spirespine
Spawn8=#Whitebelly

[Degmar, the Lost Castle]
Spawn0=#Commander Alast Degmar
Spawn1=#Enraged Spectral Reveler
Spawn2=#Frantic Smith
Spawn3=#Ghostly Guard
Spawn4=#Horthin Blackbook
Spawn5=#Psychotic Prisoner

[Arx Mentis]
Spawn0=#Bonemaw
Spawn1=#Caldarius
Spawn2=#Mayor Praetor Livio
Spawn3=#Mother Virgia
Spawn4=#Praetor Loricas the Hollow
Spawn5=#Principal Indagator Gordianus
Spawn6=#Principal Indagatrix Lucia
Spawn7=#Principal Quastori Numicia
Spawn8=#Principal Vicarum Nonia
Spawn9=#The Codex Libre
Spawn10=#a jaded vicarum vitai
Spawn11=#a spent praetor noctis
Spawn12=#a frayed virga vitala
Spawn13=#an irked indagator vitali

[Thuliasaur Island]
Spawn0=#Blacksmith Thassis
Spawn1=#Cuisinier Sraskus
Spawn2=#Deicoraxius
Spawn3=#Hemocoraxius
Spawn4=#Plexipharia
Spawn5=#Reginasaur
Spawn6=#Rexsaurkarus
Spawn7=#Serthuliakar
Spawn8=#Tricerasaur
Spawn9=#Visoracius

[Combine Dredge]
Spawn0=#Frachessa the Feared
Spawn1=#Fractureshell
Spawn2=#High Guard Vnayyanye
Spawn3=#Indagator Mortem Livianus
Spawn4=#Necromaticus Abominatio
Spawn5=#Praetor Ledalus Thaddaeus
Spawn6=#Pria the Penitent
Spawn7=#Saevus Lapis Operarius
Spawn8=#Vicarum Spiritus Psyche
Spawn9=#Warleader Jocelyn

[Ethernere Tainted West Karana]
Spawn0=#Brodhas
Spawn1=#Crazed Scarecrow
Spawn2=#Drezdal
Spawn3=#Ethilen
Spawn4=#Gelden
Spawn5=#Grawrarawr
Spawn6=#Guard Donlan
Spawn7=#Lava Mantle
Spawn8=#Oklaric
Spawn9=#Roon
Spawn10=#Shoon
Spawn11=#Skretch
Spawn12=#Soul Sifter
Spawn13=#Stix
Spawn14=#The Requiest
Spawn15=#Torishal
Spawn16=#Wenteras the Ancient

[BIXIE WARFRONT]
Spawn0=#Arachnox, the Dread Widow
Spawn1=#a Bixie Guardian
Spawn2=#Dreadmole
Spawn3=#an Enraged Bixie Drone
Spawn4=#Monarch Deathwing
Spawn5=#Pollenix
Spawn6=#Princess Honeywing
Spawn7=#Tleroth, Mistress of the Web

[DEAD HILLS]
Spawn0=#Bloodsucker
Spawn1=#Dark Infector
Spawn2=#Deathcaller Xylok
Spawn3=#Dread Ghoul
Spawn4=#Jattius Rattican
Spawn5=#Lieutenant Robert Ward
Spawn6=#Marcelyn Sjobern
Spawn7=#The Monstrous Minnow
Spawn8=#Oozoroze
Spawn9=#Rat Packleader
Spawn10=#Spirit of the Hills
Spawn11=#Squire Allan Wells
Spawn12=#Squire Gordon Flock
Spawn13=#Squire Thomas Olson
Spawn14=#Vorovelze
Spawn15=#Warpriest Poxxil
Spawn16=#A Xulous Invader

[Neriak - Fourth Gate]
Spawn0=#Arch Lich Lyra D`Croix
Spawn1=#Arch Mage X`Cubus
Spawn2=#Archon Kela G`Noir
Spawn3=#Dread Lord Javis Tolax
Spawn4=#Entrancer R`Ker
Spawn5=#Fleshweaver D`Syss
Spawn6=#Mass of Spite
Spawn7=#Ryzok D`Tol`s Remains
Spawn8=#Violet, Soul Drinker
Spawn9=#Xam, Koada`Dal Slayer

[Tower of Rot]
Spawn0=#Brexx Darkpaw
Spawn1=#Captain Nathan Flock
Spawn2=#Commander Kurt Ellis
Spawn3=#Corpseflower
Spawn4=#Garath Sulfada
Spawn5=#Guardian Roger Macholeth
Spawn6=#Mad Martyr
Spawn7=#The Forgotten Sapper
Spawn8=#The Lost Devourer
Spawn9=#Vicar Lucilia Belyea

[Argin-Hiz]
Spawn0=#Ancient Corpse
Spawn1=#Captain Dalyn
Spawn2=#Captain Nalia
Spawn3=#Chamberlain Celain
Spawn4=#Chief Warden Varken
Spawn5=#Councilor Grael
Spawn6=#Guardian Harell
Spawn7=#Inferno Vortex
Spawn8=#Magma Behemoth
Spawn9=#Master Sage Lowenn

[SHARD'S LANDING]
Spawn0=#Alpha Naeya
Spawn1=#Banescale Serpent
Spawn2=#Cobalt
Spawn3=#Cragbeak
Spawn4=#Elsrop the Crazed
Spawn5=#Iremaw
Spawn6=#Pincerpest
Spawn7=#Plaguespine
Spawn8=#Pyrebeak
Spawn9=#Rockspine
Spawn10=#Stonecoat
Spawn11=#Vilefeaster

[EAST WASTES: ZEIXSHI-KAR'S AWAKENING]
Spawn0=#Boradain Glacierbane
Spawn1=#Chief Ry`Gorr
Spawn2=#Corbin Blackwell
Spawn3=#Drummon Coldshanks
Spawn4=#Ekelng Thunderstone
Spawn5=#Firband the Black
Spawn6=#Fjloaren Icebane
Spawn7=#Galrok the Cold
Spawn8=#Ghrek Squatnot
Spawn9=#Kurlok the Mad
Spawn10=#Nightmane
Spawn11=#Tain Hammerfrost
Spawn12=#Tungo
Spawn13=#Warden Bruke
Spawn14=#Yngaln the Frozen

[KAEL DRAKKEL: THE KING'S MADNESS]
Spawn0=#a diminutive kromrif
Spawn1=#a fey swarm
Spawn2=#Derakor the Vindicator
Spawn3=#Doljek the Insane
Spawn4=#Evanescent Coronach
Spawn5=#Fjeka
Spawn6=#Fjokar Frozenshard
Spawn7=#Gkrean Prophet of Tallon
Spawn8=#Grungol the Eclipse
Spawn9=#Kallis Stormcaller
Spawn10=#Keldor Dek`Torek
Spawn11=#Kyenka
Spawn12=#Pakjol the Hungry
Spawn13=#Reijav the Battlerager
Spawn14=#Semkak Prophet of Vallon
Spawn15=#Slagheart
Spawn16=#The Avatar of War
Spawn17=#The Idol of Rallos Zek
Spawn18=#The Statue of Rallos Zek
Spawn19=#Yetarr

[THE CRYSTAL CAVERNS: FRAGMENT OF FEAR]
Spawn0=#A Crystal Lurker
Spawn1=#A Drachnid Retainer
Spawn2=#A Focus Gem
Spawn3=#A Gem Collector
Spawn4=#A Hollow Crystal
Spawn5=#A Life Leech
Spawn6=#A Ry`Gorr Enforcer
Spawn7=#A Ry`Gorr Herbalist
Spawn8=#A Ry`Gorr Inspector
Spawn9=#A Stalag Purifier
Spawn10=#A Terror Carver
Spawn11=#Foreman Rixact
Spawn12=#Foreman Smason
Spawn13=#Kreztik
Spawn14=#Overseer Grydon
Spawn15=#Pit Boss Torgud
Spawn16=#Prospector Wersan
Spawn17=#Queen Dracnia

[GRELLETH'S PALACE, THE CHATEAU OF FILTH]
Spawn0=#Beast Caller Plakt
Spawn1=#Cook Mul
Spawn2=#Dark Ritualist Kopp
Spawn3=#Grelleth`s War Machine
Spawn4=#Junkcrafter Nint
Spawn5=#Palace Commander Eroll
Spawn6=#Penkal the Filth Master
Spawn7=#Polluter Slaunk
Spawn8=#Rotblade Klonda
Spawn9=#Stitches
Spawn10=#The Forgotten Murderer

[THE BREEDING GROUNDS]
Spawn0=#A Vicious Hatchling
Spawn1=#Akyail
Spawn2=#Charra
Spawn3=#Edoth the Ancient
Spawn4=#Gosik
Spawn5=#Iciclane
Spawn6=#King Itkari
Spawn7=#Nefori
Spawn8=#Osalur
Spawn9=#Seros
Spawn10=#Velishan
Spawn11=#Zalifur

[CHAPTERHOUSE OF THE FALLEN]
Spawn0=#A Lost Soul
Spawn1=#Fractureshell
Spawn2=#A Mournful Spirit
Spawn3=#Braintaster
Spawn4=#Falhotep the Cursed
Spawn5=#Halstor Bonewalker
Spawn6=#Kaficus the Undying
Spawn7=#Plaguetooth
Spawn8=#Ralstok Plaguebone
Spawn9=#Sergeant Malorin
Spawn10=#Sir Raint
Spawn11=#The Flesheater

[EVANTIL, THE VILE OAK]
Spawn0=#A Bloated Toad
Spawn1=#A Blob of Sap
Spawn2=#Burntbark
Spawn3=#Clizik
Spawn4=#Ruaabri
Spawn5=#Seedspitter
Spawn6=#The Ant Queen
Spawn7=#Thornmaw
Spawn8=#Uzrinar the Damned
Spawn9=#Yunaizarn

[VALLEY OF KING XORBB]
Spawn0=#Body of the Many
Spawn1=#Companion of the Dead
Spawn2=#Corpsehide
Spawn3=#Deepcore
Spawn4=#Facenibbler
Spawn5=#Facet of Fear
Spawn6=#Frothtooth
Spawn7=#Gruden the Pulverizer
Spawn8=#Ixyl the Claymaster
Spawn9=#Kalken`s Bloody Bones
Spawn10=#Krondal
Spawn11=#Living Shard
Spawn12=#Mindseep
Spawn13=#Ritualist Blezon
Spawn14=#Shroomdeath
Spawn15=#Stormwheel
Spawn16=#Terrorfist
Spawn17=#The Visionary
Spawn18=#Tunnel Slither
Spawn19=#Worker`s Champion
Spawn20=#Xolok the Blind
Spawn21=#Xorlex the Seer

[CHELSITH REBORN]
Spawn0=#A Huge Mistake
Spawn1=#A Possessed Farseer
Spawn2=#A Successful Mistwielder
Spawn3=#Akazz the Blood Goddess
Spawn4=#Alassh the Cannibal
Spawn5=#Death Fang Teraz
Spawn6=#Floppy Flick
Spawn7=#Glorig the Underdog
Spawn8=#Gora the Gourdsmasher
Spawn9=#High Diabolist Dynengo
Spawn10=#Iross the Sledge
Spawn11=#Katazz the Twisted
Spawn12=#Korizar the Neckbreaker
Spawn13=#Nendor the Daunting
Spawn14=#Nentassh the Blade Queen
Spawn15=#Ogoruk the Charming
Spawn16=#Silvi The Mistress
Spawn17=#Sliggles the Sneak
Spawn18=#Swordmaster Karla
Spawn19=#The Hundred Hands of Blood
Spawn20=#The Steel Serpent
Spawn21=#The Undefeated Blade
Spawn22=#Ulga the Elfeater
Spawn23=#Zurul the Bonecruncher

[PLANE OF SHADOW]
Spawn0=#A Thundering Tempest
Spawn1=#An Astral Wanderer
Spawn2=#Darkstone
Spawn3=#Gloomshell
Spawn4=#Kaas Thox
Spawn5=#Kela Rentha Xakra
Spawn6=#Nightwing
Spawn7=#Shakra Za
Spawn8=#The Dark Lady
Spawn9=#Volx Xi Xakra
Spawn10=#Xal Zeth
Spawn11=#Xi Dyn
Spawn12=#Xorla Vor
Spawn13=#Xundraux Xakra
Spawn14=#Zel Kaxri

[THE HEART OF FEAR - THE THRESHOLD]
Spawn0=#Alsecht the Believer
Spawn1=#- Deathfist
Spawn2=#- Harbinger Krask
Spawn3=#- Ocululor
Spawn4=#- Ulzschanoth
Spawn5=#- Ythan the Gutripper

[THE HEART OF FEAR - THE REBIRTH]
Spawn0=#A Hoary Gargoyle
Spawn1=#- Enasni the Demented
Spawn2=#- Glubbus the Fleshmelter
Spawn3=#- Ixmilsh the Terrortangler
Spawn4=#- Silandra the Cruel
Spawn5=#- Torflog the Impaler
Spawn6=#- Vizlix the Deceiver
Spawn7=#- Zixial the Scaremonger

[THE HEART OF FEAR - THE EPICENTER]
Spawn0=#A Herald of Fear
Spawn1=#- A Vision of Fear
Spawn2=#- Grizelna the Mad
Spawn3=#- Simira the Dreadwillow
Spawn4=#- Soulhollow
Spawn5=#- Yilsme the Harbinger of Death

[Argath, Bastion of Illdaera]
Spawn0=#Husk of Starvation
Spawn1=#The Collector
Spawn2=#Keramar the Naeya
Spawn3=#Seed of Battle
Spawn4=#Core of the Mountain
Spawn5=#Illdaera's Tear
Spawn6=#Shards of battle
Spawn7=#Armor of the Dead
Spawn8=#Breath of Ryken
Spawn9=#Blades of Forgotten Heroes
Spawn10=#Legendary Swords
Spawn11=#Felsalath
Spawn12=#Kalkek
Spawn13=#Kaledor the Tide Turner
Spawn14=#Shieldbearer of the Gods
Spawn15=#Bane of Argath
Spawn16=#Interrogator Galectes
Spawn17=#Blademaster of the Order
Spawn18=#Emissary Drucifel
Spawn19=#Tactician Krucidon
Spawn20=#Burnmaster of the Pillars
Spawn21=#Gravemaster of the Pillars
Spawn22=#Vigorous Turncoat
Spawn23=#Reviler of Argath

[The Valley of Lunanyn]
Spawn0=#Nareneth, the Heart Tree
Spawn1=#Supply Archon Tergat
Spawn2=#Archon Haerin
Spawn3=#Lancer Archon Gaoril
Spawn4=#an angry mob leader
Spawn5=#Enraged Fertility Spirit
Spawn6=#The Moonflower
Spawn7=#Overgrown Dung Beetle
Spawn8=#Hungry Spirit
Spawn9=#Moonshade
Spawn10=#Oashim Progenitor
Spawn11=#The Battlesteel Dead
Spawn12=#Urash, Specter of Death
Spawn13=#Bloodstalker
Spawn14=#Trooper Archon Feht
Spawn15=#Ranger Archon Daetas
Spawn16=#Blood-gorged Huntsman
Spawn17=#Krongar the Enrager
Spawn18=#Ker Reega
Spawn19=#Taer Reega
Spawn20=#Lor Reega
Spawn21=#Bloodborn Spirit
Spawn22=#Elsha the Mournful
Spawn23=#Arth, Village Guardian
Spawn24=#Aggrieved Fertility Spirit
Spawn25=#Aethra the Mad

[Sarith, City of Tides]
Spawn0=#Battlemage Resk
Spawn1=#Captain Dahlena
Spawn2=#The Giant Crab
Spawn3=#The Kraken
Spawn4=#Lieutenant Vasko
Spawn5=#The Megaladon
Spawn6=#Oseka's Chosen Ikallis
Spawn7=#Sarith's Guardian
Spawn8=#Tactician Perak
Spawn9=#Tidalmage Narens
Spawn10=#Bishop Kyzer
Spawn11=#Kaneida
Spawn12=#Master Trainer Ganelin
Spawn13=#Assassin Thale
Spawn14=#Sea Ranger Huren
Spawn15=#Ocean Mage Rettun
Spawn16=#Death Knight Sharris
Spawn17=#Life Knight Jasul
Spawn18=#Dark Mage Naxin
Spawn19=#Primal Mage Mollens

[Rubak Oseka, Temple of the Sea]
Spawn0=#Curate Zlinair
Spawn1=#Slorn the Holy
Spawn2=#Zealot of Oseka
Spawn3=#Holy Ophidian
Spawn4=#Sacred Ophidian
Spawn5=#Templar Razkin
Spawn6=#Evangelizer Runarn
Spawn7=#Tiuanid the Faithful

[The Beasts' Domain]
Spawn0=#King Rex
Spawn1=#Bonecruncher
Spawn2=#Slaughter
Spawn3=#Deathglider
Spawn4=#Blightwing
Spawn5=#Thunderpunch
Spawn6=#Bopo
Spawn7=#Bonecracker
Spawn8=#Maw Lurker
Spawn9=#Willowcrush
Spawn10=#Stonebark
Spawn11=#Deathsquirm
Spawn12=#Stranglefang
Spawn13=#Ribcrusher
Spawn14=#Nighthowl
Spawn15=#Swiftwind
Spawn16=#Deathleaper
Spawn17=#A Twisted Strangler
Spawn18=#Tangledeath
Spawn19=#Nightleaper
Spawn20=#Thundercut
Spawn21=#An Ancient Selyrah
Spawn22=#Karn the Hunter
Spawn23=#Jorth Hunter of Beasts
Spawn24=#Elder Gotikan

[The Resplendent Temple]
Spawn0=#Grimlop
Spawn1=#An Ivory Serpent
Spawn2=#Gisette
Spawn3=#Ungimar
Spawn4=#A Prismatic Selyrah
Spawn5=#Larsena the Lunatic
Spawn6=#Advisor Enaris
Spawn7=#Chief Recruiter Joceil
Spawn8=#Pledgemaster Oeslik
Spawn9=#Afton the Cleanser
Spawn10=#Chancellor Mardis
Spawn11=#Miggles
Spawn12=#Arms Master Hegul
Spawn13=#Ambassador Khorin
Spawn14=#High Priest Nelori
Spawn15=#Groundskeeper Areut
Spawn16=#High Guard Alsera
Spawn17=#Cijerst, Lord of Decay
Spawn18=#King Zarq
Spawn19=#King Piqiorn
Spawn20=#Hiqork the Putrid
Spawn21=#Summoner Sirqo
Spawn22=#An Animated Servant
Spawn23=#The Rat Queen
Spawn24=#The Slothlord

[The Pillars of Alra]
Spawn0=#Varinyr the Construct of Life
Spawn1=#Il'valrikar the Purifier
Spawn2=#Tsianvar the Studious
Spawn3=#Wreliard the Arctender
Spawn4=#Tonmek the Mind-Drainer
Spawn5=#Soliadal the Timid
Spawn6=#Cysivir the Constructor
Spawn7=#Opholonas the Harvester
Spawn8=#Korellister the Stoic
Spawn9=#V'Dralk the Construct of Shade
Spawn10=#Vak'Ridel the Shadowcaller
Spawn11=#Ivrikdal the Infuser
Spawn12=#Peacekeeper of Anriella
Spawn13=#Peacekeeper of Melretia
Spawn14=#Peacekeeper of Erion
Spawn15=#Peacekeeper of Fal'Kaa
Spawn16=#The Ut'len Depthkeeper
Spawn17=#an unusual creature

[Windsong Sanctuary]
Spawn0=#The Conductor
Spawn1=#Unvoiced Brute
Spawn2=#The Windrunner
Spawn3=#The Hornmaster
Spawn4=#Breezeglider
Spawn5=#The Forlorn Drummer
Spawn6=#Saduulj Tsepir
Spawn7=#Riffmaz the Flute Master
Spawn8=#A Fleetfooted Braxi
Spawn9=#Stormcaller

[Erillion, City of Bronze]
Spawn0=#Archon Kinafu
Spawn1=#A Raging Braxi
Spawn2=#Guggles
Spawn3=#Carnifex Korum
Spawn4=#Guard Horlian
Spawn5=#The Record Master
Spawn6=#Citizen Jlane
Spawn7=#Guard Tulzix
Spawn8=#Archon Norandi
Spawn9=#A Rabid Selyrah
Spawn10=#Bloodclaw
Spawn11=#Blacksmith Julandi
Spawn12=#Cook Goranan
Spawn13=#Fuandir the Master Potter
Spawn14=#Guard Tuankod
Spawn15=#Citizen Julazir
Spawn16=#Citizen Silaindi
Spawn17=#Deathsqueak

[Sepulcher of Order]
Spawn0=#Eldanum of the Ser Alasa
Spawn1=#Alsara the Ansel Ereth
Spawn2=#The Exalted Ser Alsa Thel
Spawn3=#Agralta
Spawn4=#Tegleth
Spawn5=#Excrucidator
Spawn6=#Champion of the Triumvirate
Spawn7=#Tendros
Spawn8=#Clampgrit
Spawn9=#The Dark
Spawn10=#Spernal
Spawn11=#Bonemeal
Spawn12=#Primordial Steel
Spawn13=#Paleodontis
Spawn14=#Gleaming Tricor
Spawn15=#The Digger
Spawn16=#Wavecrasher
Spawn17=#Deepblade
Spawn18=#The Chosen
Spawn19=#The Cleaner
Spawn20=#Mindlock
Spawn21=#The Vine Tender
Spawn22=#Shadow of the Domain
Spawn23=#Kelkos the Berserk
Spawn24=#Master Arcania
Spawn25=#Master Illum
Spawn26=#Word Lord
Spawn27=#Rykens Boast

[The Plane of Health]
Spawn0=#Bhaly Adan
Spawn1=#Bilemonger
Spawn2=#Pestilent Warmaster
Spawn3=#Prepusterous
Spawn4=#Putrid Brute
Spawn5=#Vomitous

[Sul Vius: Demiplane of Life]
Spawn0=#The Darkseer
Spawn1=#Arsin the Blaze
Spawn2=#Commissioner Edrun
Spawn3=#Exalted Dromond
Spawn4=#Glorious Cistina
Spawn5=#Guardian Jenat
Spawn6=#Gurndal the Graceful
Spawn7=#Mad Merchant Marv
Spawn8=#Render
Spawn9=#Terrance the Admired
Spawn10=#Vizier Albert

[Sul Vius: Demiplane of Decay]
Spawn0=#The Sleepbringer
Spawn1=#Emma, a True Believer
Spawn2=#Eunice, Well-Wisher
Spawn3=#High Bokon Cleret
Spawn4=#Master of the House
Spawn5=#Svea Haire
Spawn6=#Tarris Ellarn
Spawn7=#The Curator
Spawn8=#The Perforator
Spawn9=#The Remnants of The Darkseer
Spawn10=#Zikursch the Corrupt

[Crypt of Decay]
Spawn0=#Abroan Drian
Spawn1=#Akkapan Adan
Spawn2=#Brightfire
Spawn3=#Feig Adan
Spawn4=#Fountainhead
Spawn5=#Grublus
Spawn6=#Rusank
Spawn7=#Seraphina
Spawn8=#Xhut Adan

[Crypt of Sul]
Spawn0=#Devourer of All
Spawn1=#Citizen Pain
Spawn2=#Bokon Revel the Reborn
Spawn3=#Grinder
Spawn4=#The Watcher
Spawn5=#High Priestess Kal`vius
Spawn6=#Spine Eater

[Lceanium]
Spawn0=#A Drolvarg Captain
Spawn1=#A Drolvarg Lord
Spawn2=#Darg Hillock
Spawn3=#Dread Drikat
Spawn4=#Hunter Haltha
Spawn5=#Kergag, the Mountain
Spawn6=#Nightvenom
Spawn7=#Slitherblade
Spawn8=#The Blazing Hen
Spawn9=#The Dreadland Wanderer
Spawn10=#The Lost Hunter
Spawn11=#The Stone Dove
Spawn12=#Tithnak Shadowhunter
Spawn13=#Yeti Matriarch
Spawn14=#Yeti Patriarch

[Scorched Woods]
Spawn0=Caradawg Gwyn
Spawn1=Carpenter Adomnan
Spawn2=Cathal Paclock
Spawn3=Gullerback Undying
Spawn4=Plaguebringer
Spawn5=Searstinger
Spawn6=Sovarak Klyseer
Spawn7=Spirit of Incineration
Spawn8=The Ore-mad Prophet
Spawn9=Zakija

[Frontier Mountains]
Spawn0=Ancient Broodmother, Guardian of the Blight
Spawn1=Ancient Denmother, Guardian of the Cubs
Spawn2=Ancient Destroyer, Guardian of Strength
Spawn3=Ancient Pinepeak, Guardian of the Thicket
Spawn4=Ancient Starcollector, Guardian of the Pack
Spawn5=Ancient Whitehorn, Guardian of the Stampede
Spawn6=Belligerent Biarn
Spawn7=Bi`faak the Shadowwalker
Spawn8=Blooddrinker Furasza
Spawn9=Brute Herder Ar`shok
Spawn10=Corrupted Grove Guardian
Spawn11=Delirious Berserker
Spawn12=Drillmaster Mak`tak
Spawn13=Flamewarden Zev`ran
Spawn14=Flintikki Peltpile
Spawn15=Masterchef Ram`see
Spawn16=Orechomper
Spawn17=Reese the Rhinopocalypse
Spawn18=Spyhunter Zath`ran

[Gates of Kor-Sha]
Spawn0=Chokidai Wardog
Spawn1=Corpsestalker
Spawn2=Hunter Gwalnex IV
Spawn3=Overboss Kaznak
Spawn4=Spiritmaster Tala`Tak

[The Temple of Droga]
Spawn0=#Black Spot
Spawn1=#Blood of Droga
Spawn2=#Bore
Spawn3=#Chief Dronan
Spawn4=#Cook Eepvibles
Spawn5=#Cook Jexnait
Spawn6=#Home Master Kaziql
Spawn7=#Izisyl Peppershiv
Spawn8=#Jailor Muxfan
Spawn9=#Master Kizzixik
Spawn10=#Merchant Triala
Spawn11=#Miner Groundfuse
Spawn12=#Most Devout Sentry
Spawn13=#Overseer Vakov
Spawn14=#Sentry Rixzeel
Spawn15=#Spirit Master Wigaue
Spawn16=#Spiritwatcher Scrollhallow
Spawn17=#War Leader Callex
Spawn18=#Whip Cracker Krassex

[Chardok]
Spawn0=#Deathfang
Spawn1=#Fractured Shard
Spawn2=#Royal Guard Kakator
Spawn3=#Dread Overseer Akalod
Spawn4=#Dry Rot
Spawn5=#Crackjaw
Spawn6=#Prince Selrach Di`zok
Spawn7=#Queen Velazul Di`zok
Spawn8=#Flight Master Hak`ouz
Spawn9=#Grand Advisor Zum`uul
Spawn10=#Grand Herbalist Mak`ha
Spawn11=#Kennel Master Al`ele
Spawn12=#Observer Aq`touz
Spawn13=#Overseer Dal`guur
Spawn14=#Watch Captain Hir`roul
Spawn15=#The Sokokar Matron
Spawn16=#The Bridge Keeper
Spawn17=#Battle Master Ska`tu
Spawn18=#Shai'din Warmaster Roh`ki

[Kor-Sha Laboratory]
Spawn0=#Darkness
Spawn1=#Deathgazer
Spawn2=#Cutter
Spawn3=#Rogue Monstrosity
Spawn4=#Mad Researcher
Spawn5=#Firedowser Uglabarg
Spawn6=#The Possessed
Spawn7=#Glart Fink
Spawn8=#Sepulcher Curator
Spawn9=#Bonescale
Spawn10=#Kar`Zok Overlord

- - - Updated - - -

Just noticed this is level 1 --- if anything im saying is not lvl 1 material delete/remove/move etc

- - - Updated - - -

I now dedicate a monitor for each of my 2 groups I run to Myseq - The map is incredibly useful for pulling managing spawns etc.

N49Hp7v.jpg
 
Request - Can someone help me with MyShoweq?

Users who are viewing this thread

Back
Top