DB/BattlemasterList: Difference between revisions

From wowdev
Jump to navigation Jump to search
(+ Loc)
(New Style.)
Line 6: Line 6:
  Record Size.................?
  Record Size.................?
  String Block Size...........?
  String Block Size...........?
A list of battlemasters for PvP areas.


==Structure==
==Structure==
'''Column Field Type Notes'''
{| style="background:#FCFCFC; color:black"
1 ID Integer
|-
2 iRefID_[[Map.dbc|Map]] Integer First Instance
! width="80" | Column  
  3 iRefID_[[Map.dbc|Map]] Integer Second Instance
! width="180 " | Field  
4 iRefID_[[Map.dbc|Map]] Integer Third Instance
! width="80" | Type  
5 iRefID_[[Map.dbc|Map]] Integer Fourth Instance
! width="600" | Notes
6 iRefID_[[Map.dbc|Map]] Integer Fifth Instance
|-
7 iRefID_[[Map.dbc|Map]] Integer Sixth Instance
| 1 || ID || Integer ||
8 iRefID_[[Map.dbc|Map]] Integer Seventh Instance
|- style="background:#F0F8FF;"
9 iRefID_[[Map.dbc|Map]] Integer Eighth Instance
| 2 || [[Map.dbc|Instance1]] || iRefID || A list of instances that will be joined at once.
10 Type Integer Type of Instance? (3 = Battleground; 4 = Arena;)  
|- style="background:#F0F8FF;"
11 Min Level Integer Minimum level  
| 3 || [[Map.dbc|Instance2]] || iRefID ||
12 Max Level Integer Maximum level  
|- style="background:#F0F8FF;"
13 Players Integer Player Limit  
| 4 || [[Map.dbc|Instance3]] || iRefID ||
14 Bands Integer Level band size
|- style="background:#F0F8FF;"
15 JoinGroup Boolean Join as Group (?)
| 5 || [[Map.dbc|Instance4]] || iRefID ||
16-24 sRefName String + [[Loc]] PVP instance name  
|- style="background:#F0F8FF;"
 
| 6 || [[Map.dbc|Instance5]] || iRefID ||
Retrieved from "http://www.sourcepeek.com/wiki/BattlemasterList.dbc"
|- style="background:#F0F8FF;"
| 7 || [[Map.dbc|Instance6]] || iRefID || 
|- style="background:#F0F8FF;"
| 8 || [[Map.dbc|Instance7]] || iRefID ||
|- style="background:#F0F8FF;"
| 9 || [[Map.dbc|Instance8]] || iRefID || 
|-
| 10 || Type || Integer || Type of Instance? (3 = Battleground; 4 = Arena;)  
|-
| 11 || Min Level || Integer || Minimum level  
|-
| 12 || Max Level || Integer || Maximum level  
|-
| 13 || Players || Integer || Player Limit  
|-
| 14 || Bands || Integer || Level band size
|-
| 15 || JoinAsGroup || Boolean || Join as Group (?)
|-
| 16 || Name || [[Loc]] || PVP instance name  
|- style="background:#C1FFC1;"
| 33 || Unknown || Integer || Alterac: 5, Strand of the ancients: 10, rest: 40. (WotLK)
|}


[[Category:DBC]]
[[Category:DBC]][[Category:3.0.2.8905]]

Revision as of 00:42, 29 September 2008

Added in Burning Crusade

Header Info

Records.....................8
Fields.....................24
Record Size.................?
String Block Size...........?

A list of battlemasters for PvP areas.

Structure

Column Field Type Notes
1 ID Integer
2 Instance1 iRefID A list of instances that will be joined at once.
3 Instance2 iRefID
4 Instance3 iRefID
5 Instance4 iRefID
6 Instance5 iRefID
7 Instance6 iRefID
8 Instance7 iRefID
9 Instance8 iRefID
10 Type Integer Type of Instance? (3 = Battleground; 4 = Arena;)
11 Min Level Integer Minimum level
12 Max Level Integer Maximum level
13 Players Integer Player Limit
14 Bands Integer Level band size
15 JoinAsGroup Boolean Join as Group (?)
16 Name Loc PVP instance name
33 Unknown Integer Alterac: 5, Strand of the ancients: 10, rest: 40. (WotLK)