PDA

View Full Version : 19/12/17 offsets



Gnumsploitz
12-21-2017, 08:11 AM
[File Info]
PatchDate=12/19/2017


[Port]
port=5555


[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xf3096c
# pinstSpawnManager_x
SpawnHeaderAddr=0xfb6090
# pinstLocalPlayer_x
CharInfo=0xf22fe8
# pinstTarget_x
TargetAddr=0xf23000
# pinstEQItemList_x
ItemsAddr=0xf1f478
# pinstWorldData_x
WorldAddr=0xf22fb8


[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=0x5e4
# dword HideMode
HideOffset=0x34c
# BYTE Level
LevelOffset=0x51f
# BYTE Class
ClassOffset=0xf8c
# dword Race = Class-8
RaceOffset=0xf84
# ActorEquipment + 8c
PrimaryOffset=0x1094
# Offhand Offset DWORD
OffhandOffset=0x10a8


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

Hidron
12-21-2017, 11:45 AM
Just a quick check these seem good.

For what its worth, the built-in offset finder got this working last night aside from race, class & primary/offhand offsets. I had to manually change the differences though as the "write offsets" button was greyed out.

pgoesinya
12-21-2017, 04:53 PM
Thanks Gnumsploitz, appreciate it. Many of us here would like to find these on our own and contribute to finding the offsets, but none of us can seem to get it working. Would appreciate it if you could write-up a how to so that we might be able to do these on our own and post them when we have so many patches frequently.

Thanks in advance!

Peter

Gnumsploitz
12-21-2017, 05:39 PM
I would if I could. They were given to me by a friend that gave me permission to share here. I got stuck at the same point that many others did.