From The Mana World
(untransclude command table from main packets list) |
|||
Line 19: | Line 19: | ||
different command from npc to client | different command from npc to client | ||
{| class="wikitable" | {| class="wikitable" | ||
Line 46: | Line 44: | ||
| 9 || || || || Clear npc dialog from text | | 9 || || || || Clear npc dialog from text | ||
|} | |} | ||
}} |
Revision as of 21:56, 23 February 2013
Npc commands
Packet ID: | 0x0212 |
---|---|
Packet Length: | 16 |
Client Defined: | SMSG_NPC_COMMAND |
Sent Location(s): | Not in TMWA yet |
Parsed Location(s): | src/net/tmwa/npchandler.cpp |
Fields
Offset | Length | Contents |
---|---|---|
0 | 2 | packet id |
0 | 4 | npc id |
0 | 2 | command |
0 | 4 | id |
0 | 2 | x |
0 | 2 | y |
Description
different command from npc to client
{