Back to 'waypoint_scripts' Return to world Go to 'access_requirement'
Contains waypoint data, allowing Creatures to move to certain X, Y, and Z coordinates.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | int | unsigned | PRI | NO | 0 | ||
pointid | int | unsigned | PRI | NO | 0 | ||
position_x | float | NO | 0 | ||||
position_y | float | NO | 0 | ||||
position_z | float | NO | 0 | ||||
orientation | float | YES | NULL | ||||
delay | int | unsigned | NO | 0 | |||
point_comment | mediumtext | YES | NULL |
creature entry to use waypoints.
Unique ID for each waypoint. Starts at 1 and increases with each waypoint.
The X coordinate of the destination waypoint.
The Y coordinate of the destination waypoint.
The Z coordinate of the destination waypoint.
The orientation of the creature. (North = 0.0; South = π (3.14159))
Time to wait (in ms) before moving to the next point.
This field is for any comment you want to make. It is arbitrary text.
Back to 'waypoint_scripts' Return to world Go to 'access_requirement'