Back to 'warden_checks' Return to world Go to 'waypoint_path_node'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
PathId | int | unsigned | PRI | NO | |||
MoveType | tinyint | unsigned | NO | 0 | |||
Flags | tinyint | unsigned | NO | 0 | |||
Velocity | float | YES | NULL | ||||
Comment | varchar(255) | YES | NULL |
Unique ID for each path.
Name | Value |
---|---|
Walk | 0 |
Run | 1 |
Land | 2 |
TakeOff | 3 |
Hex | Name |
---|---|
0x00 | None |
0x01 | FollowPathBackwardsFromEndToStart |
0x02 | ExactSplinePath |
- no description -
Description for the path.
For example: <npc name> - Idle
if this path is assigned in creature_addon.PathId
.
Back to 'warden_checks' Return to world Go to 'waypoint_path_node'