NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'AreaTrigger' for MaNGOSFive
The area trigger table contains definitions for position which are supposed to trigger or monitor server side events.
The file contents is read and mapped into the struct areatriggerEntry in the MaNGOS core.
The field types and usage is defined in areatriggerfmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 17 strong>
Field Name | Field Type | Notes |
---|---|---|
AreaTriggerId | INT(11) | Unique Id |
MapId | INT(11) | The map on which the area is located. |
LocationX | FLOAT | X coordinate for the trigger. |
LocationY | FLOAT | Y coordinate for the trigger. |
LocationZ | FLOAT | Z coordinate for the trigger. |
col5 | INT(11) | |
col6 | INT(11) | |
col7 | INT(11) | |
Radius | FLOAT | Box size of the area trigger. |
BoxLength | FLOAT | Length of the box if no radius is specified. |
BoxWidth | FLOAT | Width of the box if no radius is specified. |
BoxHeight | FLOAT | Height of the box if no radius is specified. |
BoxOrientation | FLOAT | Orientation of the box if no radius is specified. |
col13 | INT(11) | |
col14 | INT(11) | |
col15 | INT(11) | |
col16 | INT(11) |
Description of the fields
AreaTriggerId INT(11)
Unique Id
MapId INT(11)
References the primary key of [Map.dbc].
LocationX FLOAT
X coordinate for the trigger.
LocationY FLOAT
Y coordinate for the trigger.
LocationZ FLOAT
Z coordinate for the trigger.
col5 INT(11)
col6 INT(11)
col7 INT(11)
Radius FLOAT
Box size of the area trigger.
BoxLength FLOAT
Length of the box if no radius is specified.
BoxWidth FLOAT
Width of the box if no radius is specified.
BoxHeight FLOAT
Height of the box if no radius is specified.
BoxOrientation FLOAT
Orientation of the box if no radius is specified.
col13 INT(11)
col14 INT(11)
col15 INT(11)
col16 INT(11)
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now