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 | |||
IsServerSide | tinyint | unsigned | PRI | NO | |||
ActionType | int | unsigned | NO | ||||
ActionParam | int | unsigned | NO | ||||
TargetType | int | unsigned | NO | 0 |
ID from areatrigger_template.
0 = False
1 = True
If True
then the data is not sent to client via packet.
Nevertheless there are still clientsided areatriggers for content before Legion addon.
You can see them inside AreaTrigger.db2
ID | Name |
---|---|
0 | AREATRIGGER_ACTION_CAST |
1 | AREATRIGGER_ACTION_ADDAURA |
2 | AREATRIGGER_ACTION_TELEPORT |
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'