Database Structure > World-Database > script_waypoint
Used for CreatureAI waypoint movement. See also Waypoints-Information for general information about waypoints.
Field | Type | Attributes | Key | Null | Default |
---|---|---|---|---|---|
entry | mediumint(8) | unsigned | PRI | NO | 0 |
pointid | mediumint(8) | unsigned | PRI | NO | 0 |
location_x | float | NO | 0 | ||
location_y | float | NO | 0 | ||
location_z | float | NO | 0 | ||
waittime | int(10) | unsigned | NO | 0 | |
point_comment | text | YES | NULL |
Entry of the creature, see creature_template.entry.
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.
Wait time in milliseconds.
Text comment.