Back to 'creature_template_model' Return to world Go to 'creature_template_resistance'
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 |
NPC entry
Value | Description |
---|---|
0 | None |
1 | Run |
2 | Hover |
Value | Description |
---|---|
0 | None |
1 | CanSwim |
Value | Description |
---|---|
0 | None |
1 | DisableGravity |
2 | CanFly |
Value | Description |
---|---|
0 | None |
1 | Rooted |
Value | Description |
---|---|
0 | Run |
1 | CanWalk |
2 | AlwaysWalk |
Value | Description |
---|---|
0 | Walk |
1 | CanRun |
2 | AlwaysRun |
Time (in milliseconds) during which the creature will not move after interaction with player.
Back to 'creature_template_model' Return to world Go to 'creature_template_resistance'