Table of Contents

Graphical Effect (0xC0)

Moongate Packet Classes

  • HuedEffectPacket (Outgoing, Fixed, length 36) from src/Moongate.Network.Packets/Outgoing/World/HuedEffectPacket.cs

Current Moongate Behavior

Moongate currently has packet classes for this opcode.

Packet Build

Type Field
BYTE[1] cmd
BYTE[1] type
BYTE[4] sourceSerial
BYTE[4] targetSerial
BYTE[2] itemID
BYTE[2] xSource
BYTE[2] ySource
BYTE[1] zSource
BYTE[2] xTarget
BYTE[2] yTarget
BYTE[1] zTarget
BYTE[1] speed
BYTE[1] duration
BYTE[2] unk // On OSI, flamestrikes are 0x0100
BYTE[1] fixedDirection
BYTE[1] explodes
BYTE[4] hue
BYTE[4] renderMode

Subcommand Build

N/A

Notes

Packet seems to work fine with even 2.0.0 clients