creature_movement_template - Flowy/cmangosDB GitHub Wiki

Back to world database list of tables.

The `creature_movement_template` table

Structure

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

Description of the fields

entry

Creature ID from creature_template

point

Defines the waypoint number. A creature will go from waypoint to waypoint in the order controlled by this field.

position_x

position_y

position_z

waittime

The time that the creature will wait before heading to the next waypoint, in milliseconds.

script_id

Reference to creature_movement_scripts .

orientation

The orientation the creature will face once it reaches the waypoint.

⚠️ **GitHub.com Fallback** ⚠️