PDA

View Full Version : 21/11/2017 Offsets



Bagman
11-21-2017, 11:35 PM
Any issues, let me know!


[File Info]
PatchDate=11/21/2017


[Port]
port=5555


[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xf30e0c
# pinstSpawnManager_x
SpawnHeaderAddr=0xfb6438
# pinstLocalPlayer_x
CharInfo=0xf23488
# pinstTarget_x
TargetAddr=0xf234a0
# pinstEQItemList_x
ItemsAddr=0xf1f918
# pinstWorldData_x
WorldAddr=0xf23458


[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=0x374
# dword HideMode
HideOffset=0x484
# BYTE Level
LevelOffset=0x518
# BYTE Class
ClassOffset=0xf7c
# dword Race = Class-8
RaceOffset=0xf74
# ActorEquipment + 8c
PrimaryOffset=0x1084
# Offhand Offset DWORD
OffhandOffset=0x1098


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

Hidron
11-22-2017, 01:52 AM
There seem to be a few stray s's at the end of RaceOffset. PrimaryOffset & OffhandOffset are not working. Oddly, the 2 fields are not even showing up in the target box.

Other than noted, these look good.

Bagman
11-22-2017, 03:02 AM
It's late here. I will take a look again when I get time. Thanks for proofreading Hidron ;)

Hidron
11-22-2017, 03:24 PM
Probably my mistake. At first glance last night the Primary & Offhand offsets looked the same. Just realized they actually were changed. All looks good now

eqplayer101
11-22-2017, 05:17 PM
Is the fs Myname (case sensitive) for finding spawnheader broken? It's returning 2 values but they aren't the same as the ones that work. Every other offset works though...

Bagman
11-22-2017, 08:58 PM
Is the fs Myname (case sensitive) for finding spawnheader broken? It's returning 2 values but they aren't the same as the ones that work. Every other offset works though...

I noticed that also with the last patch too and Hidron mentioned it also. I am not sure what is up with that. The "fs Name" command did bring up one value that did work for charinfo though. The offset finder found the working offset for Spawnheader this time. This patch was odd yet as some primary offsets didnt change at all and a lot of the secondaries did.

Hidron
11-24-2017, 02:12 PM
I don't see any differences there to what was previously posted.....

EQPlayer
11-25-2017, 01:49 AM
hmm ok ille remove the post then thought people said not all the top ones worked my mistake