Table of Contents

Send Speech (0x1C)

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 len
BYTE[4] itemID (FF FF FF FF = system)
BYTE[2] model (item # - FF FF = system)
BYTE[1] Type of Text
BYTE[2] Text Color
BYTE[2] Font
BYTE[30] Name
BYTE[?] Null-Terminated Msg (? = Packet length - 44)

Subcommand Build

N/A

Notes

This is the packet POL uses to send names when you single click on items or NPCs. This is a much more optimized method (packet size) than OSI's method by using 0xC1

The various types of text is as follows:

  • 0x00 - Normal 0x01 - Broadcast/System

0x02 - Emote

0x06 - System/Lower Corner

0x07 - Message/Corner With Name

0x08 - Whisper

0x09 - Yell

0x0A - Spell

0x0D - Guild Chat

0x0E - Alliance Chat

0x0F - Command Prompts