Back to 'areatrigger_teleport' Return to world Go to 'areatrigger_template_actions'
| 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 |
Unique identifier
Describes whether Id of this row is a custom id or not.
| Name | Flag |
|---|---|
| IsServerSide | 0x00001 |
- no description -
| Name | Flag |
|---|---|
| None | 0x0000 |
| OnlyTriggeredByCaster | 0x0001 |
| 0x0002 | |
| Obsolete | 0x0004 |
| AllowWhileGhost | 0x0008 |
| AllowWhileDead | 0x0010 |
| 0x0020 | |
| 0x0040 | |
| NotTriggeredbyCaster | 0x0080 |
| CreatorsPartyOnly | 0x0100 |
| 0x0200 | |
| CanAffectUninteractible | 0x0400 |
| DontDespawnWithCreator | 0x0800 |
| CanAffectBeastmaster | 0x1000 |
| 0x2000 |
Please note
means that the ActionSetFlag is not (yet) implemented.
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.
Back to 'areatrigger_teleport' Return to world Go to 'areatrigger_template_actions'