Difference between revisions of "ClientCreateCharacter"
Line 1: | Line 1: | ||
+ | {{MissingPacket}} | ||
{{PageHeader|Client Packet|ClientCreateCharacter (B97F3074)}} | {{PageHeader|Client Packet|ClientCreateCharacter (B97F3074)}} | ||
{| border="0" width="90%" cellpadding=6 | {| border="0" width="90%" cellpadding=6 | ||
Line 101: | Line 102: | ||
|- | |- | ||
|} | |} | ||
− | |||
|} | |} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Sample Packet== | ==Sample Packet== |
Revision as of 18:36, 6 January 2008
This article or section needs additional data. Please add a sample packet! |
Client Packet - ClientCreateCharacter (B97F3074)
SWGANH Wiki is a repository of Star Wars Galaxies Developer information. This site is only meant to be used by SWGANH Developer team.
Struct
Variable DescriptionsOpperand_Count = 0C Opcode = B97F3074
A customization string used to store a characters physical customizations. Stored as binary data.
A unicode string composed of the first name and surname seperated by a space.
The path and filename of the object file templete for the specified race. Must be of type creature/player. "object/creature/player/[race_gender].iff"
The string specifying the start location of players. The server will override this feature, unless it is figured out how to load the UI for changing it. TODO: Find how to change StartLocation.
The path and filename of the object file templete for the hair type selected. Must be an appropriate templete. "object/tangible/hair/[race]/hair_[race_gender]_s[ID].iff"
A customization string used to store the hair customization. Will be stored in the server as binary data.
A string of the root starting profession of the character. See skill tree for more information.
Unknown Purpose, never seen 01. TODO: Figure out the purpose of this byte.
A floating point value of the characters height or scale.
A unicode string that stores a players biography written at char creation.
This flag is 01 when the tutorial option is checked, 0 otherwise. If 01, start the player with the tutorial system.
|
Tags
|
Sample Packet
Insert Sample Packet Here...