creature_movement_template - vanrhy/linguister 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

Numbering in series

position_x

position_y

position_z

waittime

in millieseconds

script_id

textid1

textid2

textid3

textid4

textid5

emote

spell

wpguid

orientation

model1

model2

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