Table of Contents

Request Help (0x9B)

Moongate Packet Classes

  • RequestHelpPacket (Incoming, Fixed, length 258) from src/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