AreaTrigger.dbc
📝 Structure on wowdev.wiki
❌ denotes unused fields
Structure
| Index | Field | Type | Reference |
|---|---|---|---|
| 0 | ID | uint32 | |
| 1 | ContinentID | uint32 | Map.dbc/0 |
| 2 | Pos_X | float | |
| 3 | Pos_Y | float | |
| 4 | Pos_Z | float | |
| 5 | Radius | float | |
| 6 | BoxLength | float | |
| 7 | BoxWidth | float | |
| 8 | BoxHeight | float | |
| 9 | BoxYaw | float | |
Description of fields
ID
Col: 0 (uint32)
- no description -
ContinentID
Col: 1 (uint32)
- no description -
Pos
Col: 2 – 4 (DBCPosition3D)
Center of AreaTrigger.
Radius
Col: 5 (float)
- Radius = 0: AreaTrigger is a cuboid
- Radius > 0: AreaTrigger is a sphere
BoxLength
Col: 6 (float)
- no description -
BoxWidth
Col: 7 (float)
- no description -
BoxHeight
Col: 8 (float)
- no description -
BoxYaw
Col: 9 (float)
- no description -
