PDA

View Full Version : 12/9 offsets



plaisance
12-09-2021, 09:38 PM
i was in a rush, need to test to determine if i missed anything.

[File Info]
PatchDate=12/09/2021 Live

[Port]
port=5555

[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xdae348


# pinstSpawnManager_x
SpawnHeaderAddr=0xf91d68


# pinstLocalPlayer_x
CharInfo=0xf91d68


# pinstTarget_x
TargetAddr=0xed1118


# pinstEQItemList_x
ItemsAddr=0xec08b8


# pinstWorldData_x
WorldAddr=0xf90dec


[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=0xe4
TypeOffset=0x125
SpawnIDOffset=0x150


# DWORD pets has this merc dont MasterID
OwnerIDOffset=0x1f0


# dword HideMode
HideOffset=0x1d8


# BYTE Level
LevelOffset=0x3e5


# BYTE Class
ClassOffset=0xf98


# dword Race = Class-8
RaceOffset=0xf90


# ActorEquipment + 0x94
PrimaryOffset=0x1db8
OffhandOffset=0x1dcc


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

FluffyNecro
12-09-2021, 09:45 PM
Date is wrong, but they seem to work. Thanks!

eqDialup
12-10-2021, 07:40 AM
Thanks. I hate unscheduled patches!

wolfy
12-10-2021, 10:51 AM
Thanks, all seems to be working fine apart from ground spawns, they are not showing up on the map or in the list.

wolfy
12-11-2021, 07:04 AM
First time I've done this, but found this one:

# pinstEQItemList_x
ItemsAddr=0xb26c08

Working for me :)

everquestbuddy
12-11-2021, 07:33 AM
anyone getting a spawn time on mobs? or even a spawn countdown to work?

wolfy
12-11-2021, 09:20 AM
anyone getting a spawn time on mobs? or even a spawn countdown to work?
Not me either.

eqDialup
12-13-2021, 02:58 PM
I suspect that this line is the problem, but I'm running the numbers again. Sorry - busy time of the year and I haven't been paying attention. This is one line that doesn't change. The ini file is getting a rework, so It will be clearer what lines need changing.

Wrong
NameOffset=0xe4

Correct
NameOffset=0xa4

eqDialup
12-13-2021, 03:29 PM
This is better. Probably not completely correct yet, but I'm at work, and doing this remotely sucks.

[File Info]
PatchDate=12/09/2021 Live(a)


[Port]
port=5555


[Memory Offsets]
# pinstZoneAddr_x
ZoneAddr=0xdae348
# pinstSpawnManager_x
SpawnHeaderAddr=0xf91dc0
# pinstLocalPlayer_x
CharInfo=0xf91d68
# pinstTarget_x
TargetAddr=0xed1118
# pinstEQItemList_x
ItemsAddr=0xf90858
# pinstWorldData_x
WorldAddr=0xf90dec


[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=0x1f0
# dword HideMode
HideOffset=0x1d8
# BYTE Level
LevelOffset=0x3e5
# BYTE Class
ClassOffset=0xf98
# dword Race = Class-8
RaceOffset=0xf90
# ActorEquipment + 0x94
PrimaryOffset=0x1db8
OffhandOffset=0x1dcc


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

wolfy
12-14-2021, 09:13 AM
Thanks for doing this, really appreciated.

everquestbuddy
12-14-2021, 07:32 PM
thank you

Theka
12-20-2021, 06:39 AM
I suspect that this line is the problem, but I'm running the numbers again. Sorry - busy time of the year and I haven't been paying attention. This is one line that doesn't change. The ini file is getting a rework, so It will be clearer what lines need changing.

Wrong
NameOffset=0xe4

Correct
NameOffset=0xa4

Are you still updateing your myseq source? love the changes youve made.

eqDialup
12-21-2021, 07:32 AM
Yes. Most of the client side code was refactored by another developer. I started on a server side rewrite, but between a server switch in game and a job switch in real life, I haven't had a chance to finish it up. Hoping to make a big push the first of the year.