Table of Contents

Character Creation ( KR + SA 3D clients only ) (0x8D)

Moongate Packet Classes

  • None yet

Current Moongate Behavior

Moongate does not currently implement this opcode. This page is a placeholder generated from the POL catalog.

Packet Build

Type Field
BYTE[1] cmd
BYTE[2] packet length
BYTE[4] pattern1 (0xedededed)
BYTE[4] character index
BYTE[30] character name
BYTE[30] unknown (character password?)
BYTE[1] profession
BYTE[1] client flags
BYTE[1] gender (male=0, female=1)
BYTE[1] race (human=0, elf=1, gargoyle=2)
BYTE[1] strength
BYTE[1] dexterity
BYTE[1] intelligence
BYTE[2] skin color
BYTE[4] unknown (0)
BYTE[4] unknown (0)
BYTE[1] skill1
BYTE[1] skill1 value
BYTE[1] skill2
BYTE[1] skill2 value
BYTE[1] skill3
BYTE[1] skill3 value
BYTE[1] skill4
BYTE[1] skill4 value
BYTE[25] unknown (0)
BYTE[1] unknown (0x0B)
BYTE[2] hair color
BYTE[2] hair style
BYTE[1] unknown (0x0C)
BYTE[4] unknown (0)
BYTE[1] unknown (0x0D)
BYTE[2] shirt color
BYTE[2] shirt style
BYTE[1] unknown (0x0F)
BYTE[2] face color
BYTE[2] face style
BYTE[1] unknown (0x10)
BYTE[2] beard color
BYTE[2] beard style

Subcommand Build

N/A

Notes

KR clients send this packet on character creation.

Client Flags = 0x41 or 0x3F? Possibly there is a need to use the

offset value from packet 0xE1.

This packet needs to be tested and verified!!