areatrigger_template
Structure
| Field | Type | Attributes | Key | Null | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| Id | int | unsigned | PRI | NO | |||
| IsCustom | tinyint | unsigned | PRI | NO | |||
| Flags | int | unsigned | NO | 0 | |||
| ActionSetId | int | unsigned | NO | 0 | |||
| ActionSetFlags | int | unsigned | NO | 0 | |||
| VerifiedBuild | int | unsigned | NO | 0 | |||
Description of fields
Id
Unique identifier
IsCustom
Describes whether Id of this row is a custom id or not.
Flags
| Name | Flag |
|---|---|
| IsServerSide | 0x00001 |
ActionSetId
- no description -
ActionSetFlags
| Name | Flag |
|---|---|
| None | 0x0000 |
| OnlyTriggeredByCaster | 0x0001 |
| ❌ ResurrectIfConditionFails | 0x0002 |
| Obsolete | 0x0004 |
| AllowWhileGhost | 0x0008 |
| AllowWhileDead | 0x0010 |
| ❌ UnifyAllInstances | 0x0020 |
| ❌ SuppressConditionError | 0x0040 |
| NotTriggeredbyCaster | 0x0080 |
| CreatorsPartyOnly | 0x0100 |
| ❌ DontRunOnLeaveWhenExpiring | 0x0200 |
| CanAffectUninteractible | 0x0400 |
| DontDespawnWithCreator | 0x0800 |
| CanAffectBeastmaster | 0x1000 |
| ❌ RequiresLineOfSight | 0x2000 |
Please note ❌means that the ActionSetFlag is not (yet) implemented.
VerifiedBuild
This field is used by the TrinityDB Team to determine whether a template has been verified from WDB files.
If value is 0 then it has not been parsed yet.
If value is above 0 then it has been parsed with WDB files from that specific client build.
If value is -1 then it is just a place holder until proper data are found on WDBs.
If value is -Client Build then it was parsed with WDB files from that specific client build and manually edited later for some special necessity.
