PDA

View Full Version : Warning Race number



warboss
06-19-2003, 10:02 PM
Everything is up and running, when i click on go i get a warning stating:
Warning race number too high: -268429956

Any ideas how to fix it?

ieatacid
06-19-2003, 11:37 PM
Maybe it's the offsets? (in myseqserver.ini)

[Memory Offsets]
ZoneAddr=7832272
CharAddr=7737324
SpawnHeaderAddr=7737264
TargetAddr=7737336
ItemsAddr=7737268

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

[GroundItem Offsets]
NameOffset=220
XOffset=212
YOffset=216
ZOffset=208
SpawnIDOffset=8
NextOffset=4
taken from here (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3626)

i don't know, just a guess :)

warboss
06-20-2003, 02:22 AM
I can't see mobs on the mob list either, anyone?

Mr. Suspicious
06-20-2003, 03:51 AM
Sounds to me that your program (I'm guessing you compiled it yourself here) reads the wrong adress and/or the wrong lenght for the variable.

This is very well possible: -268429956 translates into 0xFFFFFFFFF000157C. Even if 0x157C would be the actual value, then it's wrong. According to ShowEQ races.h (http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/seq/showeq/src/races.h?rev=1.6&content-type=text/vnd.viewcvs-markup) the highest number a race value can get is 330, or 0x014A.

2nd thing is that 0xFFFFFFFFF000157C is a 16 byte value, where the actual race value should be no more then 4 bytes.

warboss
06-20-2003, 04:02 AM
well first off im using client 1.10 cus the links to the 1.11 are dead and dont work, Im using server 1.8

It could be that too, I need to find a newer version if anyone has it, drop it off at [email protected] - work email



it says it when I use the client to connec tto server, it gives me that error..

I'm not sure what ya mean man , I didn't compile it.... its the binarys? I dled the exes etc...

So I'm not sure what to do ;(

z26o
06-20-2003, 07:26 AM
Link to the latest files (client 1.12, and server 1.9b) are in this thread (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3402). You will need the latest offsets as linked to by ieatacid (above).