Create character (CommandID 0x00)

Direction:
    Client -> Server
 
Create character (100 bytes)
Unsigned byte is "CommandID" 1 byte
Unknown long is "Pattern 1" (=0xEDEDEDED) 4 bytes
Unknown long is "Pattern 2" (=0xFFFFFFFF) 4 bytes
Unknown bye is "Pattern 3" (=0x00) 1 byte
Char[30] is "Name" 30 bytes
Char[30] is "Password" 30 bytes
Unsigned byte is "Gender" 1 byte
Unsigned byte is "Strength" 1 byte
Unsigned byte is "Dexertity" 1 byte
Unsigned byte is "Intelligence" 1 byte
Unsigned byte is [SkillNumber] of skill 1 1 byte
Unsigned byte is "SkillValue" of skill 1 1 byte
Unsigned byte is [SkillNumber] of skill 2 1 byte
Unsigned byte is "SkillValue" of skill 2 1 byte
Unsigned byte is [SkillNumber] of skill 3 1 byte
Unsigned byte is "SkillValue" of skill 3 1 byte
Unsigned word is "SkinColor" 2 bytes
Unsigned word is "HairStyle" 2 bytes
Unsigned word is "HairColor" 2 bytes
Unsigned word is "FacialHairStyle" 2 bytes
Unsigned word is "FacialHairColor" 2 bytes
Unsigned word is "StartingLocation"
This is the place where the selected location is the list.
2 bytes
Unkown long is "Unknown" 4 bytes
Unkown long is "ClientIP" 4 bytes
 
0 1 2 3 4 5 6 7 8 9 A B C D E F
00 CommandID Pattern 1 Pattern 2 Pattern 3 Name...
10 ...Name...
20 ...Name Password...
30 ...Password...
40 ...Password Gender Strength Dexerity Intelligence SkillNumber 1 SkillValue 1 SkillNumber 2 SkillValue 2 SkillNumber 3 SkillValue 3
50 SkinColor HairStyle HairColor FacialHairStyle FacialHairColor StartingLocation Unknown
60 ClientIP
 
Made by Ridcully
Copyright (c) 1998 Jan Lübbe. All rights reserved.