Ultima Online Protocol :: Character Creation
Packet # Packet Name Length Client Server Obsolete
0x00 Character Creation 0x0068 X X
Data Type Description
byte 0x00 The packet number.
uint 0xEDEDEDED Unknown
uint 0xFFFFFFFF Unknown
byte 0x00 Unknown
char[30] Name The character's name.
char[30] Password The character's password.
byte Gender The character's gender (C#|VB7).
byte Strength The character's strength.
byte Dexterity The character's dexterity.
byte Intelligencer The character's intelligence.
byte Skill1 The character's first skill (See List).
byte Skill1Amount The character's first skill value.
byte Skill2 The character's second skill (See List).
byte Skill2Amount The character's second skill value.
byte Skill3 The character's third skill (See List).
byte Skill3Amount The character's third skill value.
ushort Hue The character's skin color.
ushort HairStyle The artwork number for the character's hair.
ushort HairColor The character's hair color.
ushort BeardStyle The artwork number for the character's beard.
ushort BeardColor The character's beard color.
ushort City The character's starting city (as listed in the character list).
ushort 0x0000 Unknown.
ushort Slot The character slot number.
uint Key The user's gameplay encryption key.
ushort Shirt The color of the character's shirt.
ushort Pants The color of the character's pants.

Packet Description:
This is sent to create a new character.