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.
Name | Description |
---|---|
Cosmetic Path | Simple path linked to creature_addon |
Cyclic Path | Cyclic |
Formation Path | Npc is leader of a formation |
Scripted Path | Npc has a scripted path |
For example: <Npc name> - Cosmetic Path
if this path is assigned in creature_addon.PathId
.
Back to 'warden_checks' Return to world Go to 'waypoint_path_node'