PDA

View Full Version : 9/16/20 myseq offsets



khlua
09-16-2020, 06:35 PM
are the new offsets out for todays patch?

dirtyhalfling
09-16-2020, 07:54 PM
Fairly new at locating offsets, but this is what I came up with. Seems to work so far.

[File Info]
PatchDate=09/16/2020

[Port]
port=5555

[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xea0960
# pinstSpawnManager_x
SpawnHeaderAddr=0xe992fc
# pinstLocalPlayer_x
CharInfo=0xe992fc
# pinstTarget_x
TargetAddr=0xe99350
# pinstEQItemList_x
ItemsAddr=0xe97900
# pinstWorldData_x
WorldAddr=0xe98e10

[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=0x220
# dword HideMode
HideOffset=0x488
# BYTE Level
LevelOffset=0x504
# BYTE Class
ClassOffset=0xfb4
# dword Race = Class-8
RaceOffset=0xfac
# ActorEquipment + 8c
PrimaryOffset=0x10bc
# Offhand Offset DWORD
OffhandOffset=0x10d0


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

Stumpy
09-16-2020, 08:05 PM
Thanks :)

snpp
09-17-2020, 07:36 AM
thank you ! )