PDA

View Full Version : Patch 26 august



slartibartfast
08-26-2003, 12:52 PM
Following Offsets stolen from macroquest. Unfortunately it looks like there has been some structure changes so MySEQ currently broken :(

[Memory Offsets]
ZoneAddr=7751112
CharAddr=7375288
SpawnHeaderAddr=7375232
TargetAddr=7375300
ItemsAddr=7375236

slartibartfast
08-26-2003, 01:48 PM
The spawninfo structure has changed, the following offsets seem to get the basics working again.

[SpawnInfo Offsets]
NameOffset=1
XOffset=72
YOffset=76
ZOffset=80
HeadingOffset=100
SpeedOffset=96
SpawnIDOffset=328
TypeOffset=308
ClassOffset=322
RaceOffset=336
HideOffset=320
LastnameOffset=248
NextOffset=228
LevelOffset=316

suziwon
08-26-2003, 02:37 PM
Anyone able to discern from the macroquest info if the ground item offsets need to be changed, and if so, what the changes need to be?

I love my ground spawns!:p

Thanks in advance!

Suz

slartibartfast
08-26-2003, 02:45 PM
Ground Spawn Info Structure was changed as well new offsets:

[GroundItem Offsets]
NameOffset=44
XOffset=36
YOffset=40
ZOffset=32
SpawnIDOffset=12
NextOffset=4

Lance
08-26-2003, 02:59 PM
are the character info offsets the same as before?

slartibartfast
08-26-2003, 03:22 PM
The version of MySEQ i use doesnt show or use the xp + aaxp values so i havent bothered to look...

There is a good chance they have moved tho...

cavemanbob
08-26-2003, 08:22 PM
Well done, I still can't test them myself, but I'll post them in news anyway. Don't worry about hte XP and AAXP offsets, they aren't being used quite yet. The char information structure that myshoweq uses should be identical to the mob one so it should be ok.

KaL
08-26-2003, 08:25 PM
Used the posted offsets today; works great!

Jono
08-28-2003, 11:48 AM
These new offsets don't work for me.

With Server 1.9b on Windows 98SE and client 1.2 or 1.3 on Win2K SP3 all I get are overflow errors on the client.

Was working fine with the previous offsets before the patch.

Any suggestions?

slartibartfast
08-28-2003, 03:54 PM
Does it always crash out - or only when u zone?

- I have seen a problem when the server is on win 98 machine caused by it sending invalid packets during zoning.

Jono
08-30-2003, 05:39 AM
With previous offsets I did have the problem with it crashing during a zone. I just got used to pressing the stop button before zoneing.

With the current offsets I get the overflow error as soon as I start the client. It brings up the list of mobs on the left then I get the big red cross on the screen and an overflow error.

Perhaps because of the new structure the bug that was effecting zoneing on Win98 based servers is now effecting all operations of the program?

I hope this can be resolved as I do miss MySEQ.

GD_EQ
08-30-2003, 03:05 PM
I also get the the "Crash on Zone" bug with WinME.

Jono
09-02-2003, 06:59 AM
GD_EQ is MySEQ working for you with the 26 august offsets? If so I'm probably wrong about my problem being related to the "overflow on zone" bug.

GD_EQ
09-02-2003, 02:22 PM
These are the offsets I use, don't recall what date they are from.



[Memory Offsets]
ZoneAddr=7751112
CharAddr=7375288
SpawnHeaderAddr=7375232
TargetAddr=7375300
ItemsAddr=7375236

[SpawnInfo Offsets]
NameOffset=1
XOffset=72
YOffset=76
ZOffset=80
HeadingOffset=100
SpeedOffset=96
SpawnIDOffset=328
TypeOffset=308
ClassOffset=322
RaceOffset=336
HideOffset=320
LastnameOffset=248
NextOffset=228
LevelOffset=316

[GroundItem Offsets]
NameOffset=44
XOffset=36
YOffset=40
ZOffset=32
SpawnIDOffset=12
NextOffset=4

Jono
09-05-2003, 08:35 AM
Yes those are the same 26th August offsets that don't work for me.

So they are working for you GD_EQ?

GD_EQ
09-07-2003, 01:32 PM
Yes, they do work for me.

SchwannyT
09-09-2003, 03:42 PM
If you are running the server on a win98 machine you will get the overflow error. I also get the crash when zoning but that is a "Number to large or small to be an int32" error. I dont understand why it would only effect win98 machines and only after using the Aug. 26 offsets (worked fine before). Any ideas?

GD_EQ
09-09-2003, 09:42 PM
BTW, I run both the Client and Server on the same WinME box.