Results 1 to 6 of 6

Thread: Warning Race number

  1. #1
    Registered User
    Join Date
    Mar 2003
    Posts
    6

    Warning Race number

    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?

  2. #2
    Developer
    Join Date
    Jun 2003
    Posts
    446
    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

    i don't know, just a guess

  3. #3
    Registered User
    Join Date
    Mar 2003
    Posts
    6
    I can't see mobs on the mob list either, anyone?

  4. #4
    Registered User Mr. Suspicious's Avatar
    Join Date
    May 2002
    Posts
    667
    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 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.
    Before asking anything read the pre-face section of http://www.smoothwall.org/download/p....9/doc.faq.pdf

    after you've read it, you know what to do next...




    "Stay alert! Trust noone! Keep your Lazers Handy! Have a nice day." -- Provided courtesy of the Computer. The Computer never lies.

  5. #5
    Registered User
    Join Date
    Mar 2003
    Posts
    6
    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 ;(

  6. #6
    Registered User
    Join Date
    May 2002
    Posts
    89
    Link to the latest files (client 1.12, and server 1.9b) are in this thread. You will need the latest offsets as linked to by ieatacid (above).

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

You may post new threads
You may post replies
You may post attachments
You may edit your posts
HTML code is Off
vB code is On
Smilies are On
[IMG] code is On