Graphical Effect (0x70)
- Status:
implemented - Direction:
Server - Length:
28 Bytes - POL reference: https://docs.polserver.com/packets/index.php?Packet=0x70
- Last modified in POL docs:
2009-03-02 07:44:00byTurley
Moongate Packet Classes
GraphicalEffectPacket(Outgoing, Fixed, length28) fromsrc/Moongate.Network.Packets/Outgoing/World/GraphicalEffectPacket.cs
Current Moongate Behavior
Moongate currently has packet classes for this opcode.
Packet Build
| Type | Field |
|---|---|
BYTE[1] |
cmd |
BYTE[1] |
direction type |
00 = go from source to dest
01 = lightning strike at source
02 = stay at current x,y,z
03 = stay with current source character id
| Type | Field |
|---|---|
BYTE[4] |
character id |
BYTE[4] |
target id |
BYTE[2] |
model of the first frame of the effect |
BYTE[2] |
xLoc |
BYTE[2] |
yLoc |
BYTE |
zLoc |
BYTE[2] |
xLoc of target |
BYTE[2] |
yLoc of target |
BYTE[1] |
zLoc of target |
BYTE[1] |
speed of the animation |
BYTE[1] |
duration (0=really long, 1= shortest) |
BYTE[2] |
unknown2 (0 works) |
BYTE[1] |
adjust direction during animation (1=no) |
BYTE[1] |
explode on impact |
Subcommand Build
N/A
Notes
N/A