#include <packets.h>
Inheritance diagram for cPacketEffect:

Public Methods | |
| cPacketEffect () | |
Public Attributes | |
| UI08 | dir |
| direction type ( see note ) | |
| Serial | chr |
| serial of source character | |
| Serial | target |
| serial of target character | |
| UI16 | model |
| model of the first frame of the effect | |
| UI16 | sx |
| x Location of source | |
| UI16 | sy |
| y Location of source | |
| SI08 | sz |
| z Location of source | |
| UI16 | tx |
| x Location of target | |
| UI16 | ty |
| y Location of target | |
| SI08 | tz |
| z Location of target | |
| UI08 | speed |
| speed of the animation | |
| UI08 | duration |
| duration ( 0=really long, 1=shortest ) | |
| UI16 | unk |
| unknown (0 works) | |
| UI08 | direct |
| no adjust direction during animation ( 0=yes, else no ) ( ?is bool?) | |
| UI08 | explode |
| explode on impact | |
|
|
|
|
|
serial of source character
|
|
|
direction type ( see note )
|
|
|
no adjust direction during animation ( 0=yes, else no ) ( ?is bool?)
|
|
|
duration ( 0=really long, 1=shortest )
|
|
|
explode on impact
|
|
|
model of the first frame of the effect
|
|
|
speed of the animation
|
|
|
x Location of source
|
|
|
y Location of source
|
|
|
z Location of source
|
|
|
serial of target character
|
|
|
x Location of target
|
|
|
y Location of target
|
|
|
z Location of target
|
|
|
unknown (0 works)
|