Request Help (0x9B)
- Status:
implemented - Direction:
Client - Length:
258 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x9B
- Last modified in POL docs:
2009-03-02 08:10:02byTurley
Moongate Packet Classes
RequestHelpPacket(Incoming, Fixed, length258) fromsrc/Moongate.Network.Packets/Incoming/UI/RequestHelpPacket.cs
Current Moongate Behavior
Moongate handles this packet through HelpHandler, which delegates to HelpRequestService and bridges into the Lua function on_help_request(session_id, character_id). The default script loads gumps.help and opens a custom help gump.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[257] |
(0x00) |
Subcommand Build
N/A
Notes
N/A