Back to 'battleground_scripts' Return to world Go to 'battlemaster_entry'
Field | Type | Attributes | Key | Null | Default | Extra | Comment |
---|---|---|---|---|---|---|---|
ID | int | unsigned | PRI | NO | 0 | ||
AllianceStartLoc | int | unsigned | NO | ||||
HordeStartLoc | int | unsigned | NO | ||||
StartMaxDist | float | NO | 0 | ||||
Weight | tinyint | unsigned | NO | 1 | |||
ScriptName | varchar(64) | NO | '' | ||||
Comment | varchar(32) | NO |
The battleground ID.
A list is available in BattlemasterList.db2 (ID field)
This is the ID from world_safe_locs.
The Alliance players will start at the position listed inside world_safe_locs.
This is the ID from world_safe_locs.
The Horde players will start at the position listed inside world_safe_locs.
Maximum distance a player can have to the StartLoc point before the battle starts.
A value of 0 is ignored.
Determines what battleground(s) will be more frequently chosen when using Random Battleground.
For example: If you want AV to be less often chosen, give 2 and for all other give 3.
The scriptname used in the core to assign it to the specific battleground.
This field is for any comment you want to make about the requirements. It is arbitrary text.
Back to 'battleground_scripts' Return to world Go to 'battlemaster_entry'