Battleground template SF

From Project Skyfire
Revision as of 07:35, 17 September 2011 by Marqin (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Back to world database list of tables.

The `battleground_template` table

This table hold the basic information about battlegrounds.


Structure

Field Type Attribute Default Comment
id mediumint(8) unsigned ID# of the battleground. Contained in BattlemasterList.dbc.
MinPlayersPerTeam smallint(5) unsigned The required number of players in each level bracket to start the battleground.
MaxPlayersPerTeam smallint(5) unsigned The maximum number of players that can be in the battleground.
MinLvl tinyint(3) unsigned The minimum level you must be to join the battleground.
MaxLvl tinyint(3) unsigned The maximum level you can be to join the battleground (Usually 85).
AllianceStartLoc mediumint(8) unsigned The location within the battlegrounds all Alliance players will start. Contained in WorldSafeLocs.dbc.
AllianceStartO float signed The orientation the Alliance players will be when the spawn (North = 0, moves clockwise).
HordeStartLoc mediumint(8) unsigned The location within the battlegrounds all Horde players will start. Contained in WorldSafeLocs.dbc.
HordeStartO float signed The orientation the Horde. players will be when the spawn (North = 0, moves clockwise).
Weight tinyint(2) unsigned 1
ScriptName char(64) signed
Comment char(32) signed A simple comment (Generally just the name of the battleground for easy reference).