NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'script_waypoint' table for MaNGOSThree
The table contains creature waypoints used in the ScriptDev3 C++ script library. The data is used by npc_escortAI::FillPointMovementListForCreature().
Table Notes
This table uses the 'MyISAM' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
entry | mediumint(8) unsigned | NO | PRI | '0' | Creature ID [See creature_template.entry]. | |
pointid | mediumint(8) unsigned | NO | PRI | '0' | Point ID. | |
location_x | float | NO | '0' | X position of WP. | ||
location_y | float | NO | '0' | Y position of WP. | ||
location_z | float | NO | '0' | Z position of WP. | ||
waittime | int(10) unsigned | NO | '0' | Wait time (msec). | ||
point_comment | text | YES | NULL | Textual comment. |
Description of the fields
entry mediumint(8) unsigned
Creature ID, see creature_template.entry.
pointid mediumint(8) unsigned
Point ID. The WPs are numerated sequentially starting from 0.
location_x float
X position of the WP.
location_y float
Y position of the WP.
location_z float
Z position of the WP.
waittime int(10) unsigned
Wait time in milliseconds. The creature will stay at the WP for this time.
point_comment text
Textual comment, ignored by the core.
auto-generated by the getMaNGOS.eu MAGNET dbdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now