PDA

View Full Version : 04/07/2020 Test Server Offsets



Insedeel
04-08-2020, 10:22 PM
For my very first actual contribution to providing offsets. I finally had a successful attempt at finding my own. :D It doesn't have everything, but it does have spawn list, levels, names, and ground spawns. Missing are things like class, equipped primary/secondary items, etc.

For those curious as to how I did it, I followed this guide I found posted at the bottom of this thread by wxh http://www.showeq.net/forums/showthread.php?7198-How-to-find-offsets which worked like a charm up to the point of finding the SpawnHeaderAddr. To find that I looked at the official guide at http://www.showeq.net/forums/showthread.php?6067-Locating-Offsets-for-MySEQ-Server-Version-1-20 stating, "SpawnHeaderAddr (4 bytes) Address of the pointer to the first spawn structure in the list. This is usually set to the same value as CharInfo because the currently active character is usually the first one in the list. The server can handle cases where SpawnHeaderAddr does not point to the first spawn structure."

I hope this helps others in finding their own offsets in the future.

[File Info]
PatchDate=04/07/2020


[Port]
port=5555


[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xecd380
# pinstSpawnManager_x
SpawnHeaderAddr=0xec5840
# pinstLocalPlayer_x
CharInfo=0xec5840
# pinstTarget_x
TargetAddr=0xec58d4
# pinstEQItemList_x
ItemsAddr=0xec4328
# pinstWorldData_x
WorldAddr=0xec5d00


[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=0x150
# DWORD pets has this merc dont MasterID
OwnerIDOffset=0x1a8
# dword HideMode
HideOffset=0x394
# BYTE Level
LevelOffset=0x350
# BYTE Class
ClassOffset=0xfa4
# dword Race = Class-8
RaceOffset=0xf9c
# ActorEquipment + 8c
PrimaryOffset=0x10ac
# Offhand Offset DWORD
OffhandOffset=0x10c0


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

Roads
04-15-2020, 11:24 AM
thanks, i need to learn to find my own :)