Graphical Effect (0xC0)
- Status:
implemented - Direction:
Server - Length:
36 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0xC0
- Last modified in POL docs:
2008-10-11 12:57:22byMuadDib
Moongate Packet Classes
HuedEffectPacket(Outgoing, Fixed, length36) fromsrc/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