Back to 'creature_template_locale' Return to world Go to 'creature_template_resistance'
This table contains the description of creatures movements, where the creature can move and attack.
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
CreatureId | int | unsigned | PRI | NO | 0 | ||
Ground | tinyint | unsigned | YES | NULL | |||
Swim | tinyint | unsigned | YES | NULL | |||
Flight | tinyint | unsigned | YES | NULL | |||
Rooted | tinyint | unsigned | YES | NULL | |||
Chase | tinyint | unsigned | YES | NULL | |||
Random | tinyint | unsigned | YES | NULL | |||
InteractionPauseTimer | int | unsigned | YES | NULL | Time (in milliseconds) during which creature will not move after interaction with player |
references creature_template.entry
Time (in milliseconds) during which the creature will not move after interaction with player.
Note:
- Rooted creature that doesn't fall once dead must useGround=1
,Swim=0
,Flight=0
,Rooted=1
(Swim=1
if above water)
- Rooted creature that falls once dead must useGround=0
,Swim=0
,Flight=1
,Rooted=1
Note: You can override this values for a specific spawn in the table: creature_movement_override
Back to 'creature_template_locale' Return to world Go to 'creature_template_resistance'