Back to 'areatrigger_template' Return to world Go to 'battle_pet_breeds'
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| AreaTriggerId | int | unsigned | PRI | NO | |||
| IsCustom | tinyint | unsigned | PRI | NO | |||
| ActionType | int | unsigned | NO | ||||
| ActionParam | int | unsigned | NO | ||||
| TargetType | int | unsigned | NO | 0 |
ID from areatrigger_template.
Describes whether AreaTriggerId of this row is a custom id or not.
| ID | Name |
|---|---|
| 0 | AREATRIGGER_ACTION_CAST |
| 1 | AREATRIGGER_ACTION_ADDAURA |
| 2 | AREATRIGGER_ACTION_TELEPORT |
| 3 | AREATRIGGER_ACTION_TAVERN |
Depending on the ActionType the ActionParam fullfills a different purpose.
| ActionType | ActionParam |
|---|---|
| AREATRIGGER_ACTION_CAST | SpellID |
| AREATRIGGER_ACTION_ADDAURA | SpellID |
| AREATRIGGER_ACTION_TELEPORT | world_safe_locs.id |
| ID | Name |
|---|---|
| 0 | AREATRIGGER_ACTION_USER_ANY |
| 1 | AREATRIGGER_ACTION_USER_FRIEND |
| 2 | AREATRIGGER_ACTION_USER_ENEMY |
| 3 | AREATRIGGER_ACTION_USER_RAID |
| 4 | AREATRIGGER_ACTION_USER_PARTY |
| 5 | AREATRIGGER_ACTION_USER_CASTER |
| 6 | AREATRIGGER_ACTION_USER_MAX |
Back to 'areatrigger_template' Return to world Go to 'battle_pet_breeds'