PDA

View Full Version : search database error (looking for 2.21.24 offsets)



Ersatz
02-21-2024, 05:05 PM
Hi wonderful people! I'm a computer dummy and idk which version of SEQ I even use, but I just know I use it on Windows and I have to paste new data in the .ini file between each patch. I usually find it fairly quickly, sometimes after some digging, but the search function on showeq.net has been down since servers came back up 2 hours ago. Has there been any development on the new copy/paste? My old one is this:

[File Info]
PatchDate=01/17/2024
ClientHash=3f923d6a05794911dc5f6b76d07ae94f7b68db3 e
BuildString=Release Client #630 15:49:32 Jan 16 2024


[Port]
port=5555


[Memory Offsets]
ZoneAddr=0x140c15d34
SpawnHeaderAddr=0x140c8cbc0
CharInfo=0x140c10850
TargetAddr=0x140b42030
ItemsAddr=0x140c0cfd0
WorldAddr=0x140c0de88


[WorldInfo Offsets]
WorldHourOffset=8
WorldMinuteOffset=9
WorldDayOffset=10
WorldMonthOffset=11
WorldYearOffset=12


[SpawnInfo Offsets]
NextOffset=0x8
PrevOffset=0x10
LastnameOffset=0x48
XOffset=0x74
YOffset=0x78
ZOffset=0x7c
SpeedOffset=0x8c
HeadingOffset=0x90
NameOffset=0xb4
TypeOffset=0x135
SpawnIDOffset=0x168
OwnerIDOffset=0x284
HideOffset=0x294
LevelOffset=0x39c
ClassOffset=0xfe4
RaceOffset=0xfdc
PrimaryOffset=0x10ec
OffhandOffset=0x1100


[GroundItem Offsets]
PrevOffset=0x0
NextOffset=0x8
IdOffset=0x10
DropIdOffset=0x18
XOffset=0x8c
YOffset=0x90
ZOffset=0x94
NameOffset=0x38

Hidron
02-21-2024, 05:07 PM
Nothing posted yet. Hopefully soon.

Ersatz
02-21-2024, 05:10 PM
Thank you :) If you could also post it in this thread that would be wonderful for my dumb brain!

ViperScale
02-21-2024, 05:50 PM
This isn't the full correct offsets because I am lazy and only normally pull enough to get it working for searching for named. It should at least let you see basic location of mobs in the zone until someone post the full correct ones.

[Memory Offsets]
ZoneAddr=0x140eb7c7c
SpawnHeaderAddr=0x140e33e40
CharInfo=0x140e33e40
TargetAddr=0x140d68000
ItemsAddr=0x140c0cfd0
WorldAddr=0x140c0de88

unbeknownst2002
02-21-2024, 05:55 PM
Having an issue finding Race Offset. Here's everything else. (Fixed)

[File Info]
PatchDate=02/21/2024
ClientHash=eff37cece24d1987ef593bbb6f8fb1dda8e896b 1
BuildString=Release Client #630 15:40:42 Feb 20 2024


[Port]
port=5555


[Memory Offsets]
ZoneAddr=0x140e3bcf4
SpawnHeaderAddr=0x140eb2b90
CharInfo=0x140e33e40
TargetAddr=0x140d68000
ItemsAddr=0x140e32fa0
WorldAddr=0x140e35f40


[WorldInfo Offsets]
WorldHourOffset=8
WorldMinuteOffset=9
WorldDayOffset=10
WorldMonthOffset=11
WorldYearOffset=12


[SpawnInfo Offsets]
NextOffset=0x8
PrevOffset=0x10
LastnameOffset=0x48
XOffset=0x74
YOffset=0x78
ZOffset=0x7c
SpeedOffset=0x8c
HeadingOffset=0x90
NameOffset=0xb4
TypeOffset=0x135
SpawnIDOffset=0x168
OwnerIDOffset=0x3f0
HideOffset=0x5e8
LevelOffset=0x320
ClassOffset=0xfdc
RaceOffset=0x0fd4
PrimaryOffset=0x10e4
OffhandOffset=0x10f8


[GroundItem Offsets]
PrevOffset=0x00
NextOffset=0x08
IdOffset=0x10
DropIdOffset=0x20
XOffset=0x8c
YOffset=0x90
ZOffset=0x94
NameOffset=0x38

Hidron
02-21-2024, 06:35 PM
Having an issue finding Race Offset. Here's everything else.

I adjusted it by the same amount as the class offset change, and it seems to work. RaceOffset=0x0fd4

unbeknownst2002
02-21-2024, 06:38 PM
Thank you.

Ersatz
02-21-2024, 08:40 PM
Thank you so much! :)

Hidron
02-21-2024, 09:13 PM
btw, it appears ground spawns are broken

celestialtaco
02-21-2024, 11:37 PM
these aren't working for me; just stuck on loading

nm, for some reason it wasn't selecting my character, once i did that manually i was fine

Searx
02-22-2024, 06:44 AM
Try this part to fix that

[GroundItem Offsets]
PrevOffset=0x00
NextOffset=0x08
IdOffset=0x10
DropIdOffset=0x20
XOffset=0x8c
YOffset=0x90
ZOffset=0x94
NameOffset=0x38

Hidron
02-22-2024, 11:04 AM
Thanks. That took care of ground spawns.