• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver
MySEQ Open (Live server offsets)

💾Software MySEQ Open (Live server offsets) (3 Viewers) 2026-05-28

No permission to download
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Is there a 'read me' file somewhere for this tool? I'd love to get a little better using different tools/alerts.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

So is it possible to use this for maps on Phingel without getting caught?
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

So is it possible to use this for maps on Phingel without getting caught?

I think I recall a story about someone getting suspended or banned for ShowEQ ~15 years ago, can't find it though.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I think the only way you could get caught using this tool it mention it in chat, or say xyz is up across the zone.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I think the only way you could get caught using this tool it mention it in chat, or say xyz is up across the zone.

Back in the day when Mages would go tracking in PoP with their "special tracking tool" to see if events were up...

I've never heard of anyone banned or suspended for using this and it not being something they directly did that caused it. Most gloat or run their mouths off at the wrong person and that person petitions them. There may have been the accidental chat thing, too, but usually I'd say that's less likely to earn you the ban hammer.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I agree, they are mostly concerned with unattended play these days, not so much tools you might use while 'attending'.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

updated
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Odd thing, I am only seeing corpses in the spawn list. I have display NPCs turned on as well.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I have issues...however it has NOTHING to do with this program.....:f5:
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

EDIT: Annnd not sure what the hell I did, but it is working now.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

updated
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Anyone have the offsets for test server? I got the server into debug mode and tried to find them myself but had no luck.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Its in the 2nd post at the front of this thread:
Current offsets as of 7/13/2016, courtesy of eqmule. I'll be keeping this post up to date each patch. If these offsets are out of date, you can edit this post to add them and I'll love you forever.

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=07/13/2016

[Port]
port=5555

[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0x1017914
# pinstSpawnManager_x
SpawnHeaderAddr=0x109ce90
# pinstLocalPlayer_x
CharInfo=0x100a368
# pinstTarget_x
TargetAddr=0x100a380
# pinstEQItemList_x
ItemsAddr=0x1006ab0
# pinstWorldData_x
WorldAddr=0x100a338

[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=0x4cc
# dword HideMode
HideOffset=0x33c
# BYTE Level
LevelOffset=0x564
# BYTE Class
ClassOffset=0xf80
# dword Race = Class-8
RaceOffset=0xf78
# Equipment + 8c
PrimaryOffset=0x1088
# Offhand Offset DWORD
OffhandOffset=0x109c

[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.
When he updates it that's where he updates it.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Those don't work on the test server.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I'll keep trying with the instructions and server in debug mode to find the offsets.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Something has been goofy the last few days... a lot of missing info in the windows
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

is there a way to reorganize the columns and keep them there after closing/reopening? ive tried using 'save pref' under file, but it doesnt work.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Is anyone that is very familiar with utilizing all of SEQ able to send me a PM? I have a few questions.

Sent from my SM-G920W8 using Tapatalk
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

RB, can you add an option for keeping the window "Always on Top" ?
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Knowing absolutely nothing about SEQ, is there a way to determine a mob's loot table before it's killed?
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Knowing absolutely nothing about SEQ, is there a way to determine a mob's loot table before it's killed?

Not anymore, but you can see primary/secondary items if it's a mob that wields a weapon or secondary item that it can drop.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Does anyone know how to use the email list? Like to get it to email me when a certain named mob spawns?

Sent from my SM-G920W8 using Tapatalk
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Having an issue where spawn timers won't show up. Can't figure any way to reproduce it but I thought I'd ask in case others had similar issues.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Trying to update the pointers after today's patch and I'm stuck on the spawn list walk through step. wt returns the big huge spawn list but the automatic scan at the end fails to return any pointers. What am I doing wrong? I have a target selected and have updated the ZoneAddr and TargetAddr fields already before doing the wt.

If it helps, the pointers I do find for the other steps seem to work just fine: my character & heading are picked up as is my current zone and the ground spawns within it.

EDIT:

So the server is picking up the correct counts for NPCs, PCs etc using the values below, but it still won't show up on MySEQ.

EDIT 2: Slowly but surely figuring things out... changed the WorldAddr back to 0x1012ec0, as it had gotten changed when I ran the offset finder I think. Now spawns show up but no target info, but I think that's the last piece.

Rich (BB code):
[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xf3a474
# pinstSpawnManager_x
SpawnHeaderAddr=0xfbf9f8
# pinstLocalPlayer_x
CharInfo=0xf2caf0
# pinstTarget_x
TargetAddr=0xd44ad0
# pinstEQItemList_x
ItemsAddr=0xf291d8
# pinstWorldData_x
WorldAddr=0x1012ec0
 
Last edited:
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Just loaded the offsets for 18 Jan 17, and it works fine I think except it does not list what is in the mobs hands now, and when it does for the very few it does it's a number.

Anyone else getting this?
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

People have been getting banned on Phinigel for using this.

- - - Updated - - -

Sorry if i made anyone worry but I heard wrong. I guess people have been getting the ban hammer lately due to buying others accounts, I am not 100% sure how they're finding out but its something to do with verify phone # to secure act and you get locked out of the patcher until you do, then after you verify it a week or so later banned
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I would not use myseq on phinigel.
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Has there been any bannings on phinny due to seq?


Eqmule you're doin me a frighten
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

disregard me, I got confused, no there has not been any bannings due to showeq usage and it's unlikely due to myseq usage as well, but phinigel has so many whiners on it that any kind of behavior looking like cheating gets you reported.
 
Last edited:
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

no there has not been any bannings due to showeq usage

ShowEQ = Linux Version
MySeq = Windows Version

So if you want to be really cautious only run ShowEQ from a Linux box, but honestly on live servers with MQ2 injecting anyhow, just run MySEQ for that 3rd or 4th monitor.
 
Last edited by a moderator:
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Greetings,

I followed this guide since the last patch (3/15/17) and it worked beautifully.
Today 4/19/2017 was a patch day, and it would appear this needs an update. Would someone (Redbot?) be willing to offer a new set of server offsets? (Or if this is not needed, would anyone be willing to show me how I myself can get this great tool up and running again?)

Thanks!

-DDD
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

I am sure the new offsets will be coming along eventually.

This will happen after ever patch, same as MQ offsets needing updating =)
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

Updated offsets, enjoy!
 
Re: MySEQ (better than MQ2Map!) for all live servers, including Phinigel

updated! Thanks to derple
 
💾Software MySEQ Open (Live server offsets)

Users who are viewing this thread

Back
Top
Cart