Packet # | Packet Name | Length | Client | Server | Obsolete |
---|---|---|---|---|---|
0x12 | God Command | dynamic | X | X | |
Data Type | Description | ||||
byte 0x12 | The packet number. | ||||
ushort Size | The size of the packet. | ||||
byte Command |
The command number. 0x00 - God Mode Teleport 0x24 - Use Skill 0x56 - Macro Spell 0x58 - Open Door 0x6B - God Mode Command 0xC7 - Action |
||||
char[] Args | Arguments for the command. The string is null terminated. | ||||
byte 0x00 | Null terminator for Args. | ||||
Packet Description: This packet is used for various things. |