creature_movement_template - Flowy/cmangosDB GitHub Wiki
Back to world database list of tables.
| Field | Type | Null | Key | Default | Extra |
| entry | mediumint(8) unsigned | NO | PRI | ||
| point | mediumint(8) unsigned | NO | PRI | 0 | |
| position_x | float | NO | 0 | ||
| position_y | float | NO | 0 | ||
| position_z | float | NO | 0 | ||
| waittime | int(10) unsigned | NO | 0 | ||
| script_id | mediumint(8) unsigned | NO | 0 | ||
| textid1 | int(11) | NO | 0 | Obsolete, Do not use this Field | |
| textid2 | int(11) | NO | 0 | Obsolete, Do not use this Field | |
| textid3 | int(11) | NO | 0 | Obsolete, Do not use this Field | |
| textid4 | int(11) | NO | 0 | Obsolete, Do not use this Field | |
| textid5 | int(11) | NO | 0 | Obsolete, Do not use this Field | |
| emote | mediumint(8) unsigned | NO | 0 | Obsolete, Do not use this Field | |
| spell | mediumint(8) unsigned | NO | 0 | Obsolete, Do not use this Field | |
| wpguid | int(11) | NO | 0 | For internal use only | |
| orientation | float | NO | 0 | ||
| model1 | mediumint(9) | NO | 0 | Obsolete, Do not use this Field | |
| model2 | mediumint(9) | NO | 0 | Obsolete, Do not use this Field |
Creature ID from creature_template
Defines the waypoint number. A creature will go from waypoint to waypoint in the order controlled by this field.
The time that the creature will wait before heading to the next waypoint, in milliseconds.
Reference to creature_movement_scripts .
The orientation the creature will face once it reaches the waypoint.