Back to 'script_spline_chain_waypoints' Return to world Go to 'skill_discovery_template'
This table holds creature waypoints for use by the scripting system.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
entry | int | unsigned | PRI | NO | 0 | creature_template entry | |
pointid | int | unsigned | PRI | NO | 0 | ||
location_x | float | NO | 0 | ||||
location_y | float | NO | 0 | ||||
location_z | float | NO | 0 | ||||
waittime | int | unsigned | NO | 0 | waittime in millisecs | ||
point_comment | mediumtext | YES | NULL |
A creature_template.entry. This creature must have a ScriptName assigned.
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.
Time in milliseconds to wait at waypoint.
This field is for any comment you want to make. It is arbitrary text.
Back to 'script_spline_chain_waypoints' Return to world Go to 'skill_discovery_template'