| Packet # | Packet Name | Length | Client | Server | Obsolete | 
|---|---|---|---|---|---|
| 0x6E | Animation | 0x000E | X |  | X | 
| Data Type | Description | ||||
| byte 0x6E | The packet number. | ||||
| uint Serial | The serial of the object performing the animation. | ||||
| ushort Number | The animation number. | ||||
| ushort Unknown | Unknown. | ||||
| ushort Direction | The direction of the animation. | ||||
| ushort RepeatNum | The number of times to repeat the animation (0x0000 is indefinite). | ||||
| bool Backwards | If true, the animation will be performed backwards. | ||||
| bool Repeat | If true, the animation is repeating. | ||||
| byte Speed | The speed at which the animation is performed (0x00 is fastest). | ||||
| Packet Description: This is sent by the server to display an animation. | |||||