NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the 'gameobject_battleground' table for MaNGOSThree
This table contains the events of gameobjects which are spawned on battlegrounds.
Table Notes
This table uses the 'InnoDB' DB Engine
The Field definitions follow:
Field Name | Field Type | Nullable | Key | Default Value | Attributes | Notes |
---|---|---|---|---|---|---|
guid | int(10) unsigned | NO | PRI | NULL | This references the "gameobject" table's unique ID. | |
event1 | tinyint(3) unsigned | NO | NULL | The identifier for the event node in the battleground. | ||
event2 | tinyint(3) unsigned | NO | NULL | The state of the event node. |
Description of the fields
guid int(10) unsigned
This references the "gameobject" table's unique ID for which the entry is valid.
event1 tinyint(3) unsigned
The identifier for the event node in the battleground. Event nodes usually are defined in the battleground's script.
Nodes are locations in a battleground where characters of each faction can perform actions, such as capturing a tower in Alterac Valley, or taking control over the stables in Arathi Basin.
event2 tinyint(3) unsigned
The state of the event node. Node status is defined differently in every battleground script.
Node events can occur for every node and usually describe changes due to character interaction. E.g. if stables in Arathi Basin are taken over by Alliance, the stables note state would become Alliance controlled. Similar node states exist for every battleground note
Note:
If you update battleground scripts and make changes to node status values ensure that you provide database update scripts which update the battleground events accordingly.
auto-generated by the getMaNGOS.eu MAGNET dbdocs 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