DB/BattlemasterList: Difference between revisions

From wowdev
Jump to navigation Jump to search
(New Style.)
Line 27: Line 27:
| 9 || [[Map.dbc|Instance8]] || iRefID ||   
| 9 || [[Map.dbc|Instance8]] || iRefID ||   
|-
|-
| 10 || Type || Integer || Type of Instance? (3 = Battleground; 4 = Arena;)  
| 10 || instanceType || Integer || Type of Instance? (3 = Battleground; 4 = Arena;)  
|-
|-
| 11 || Min Level || Integer || Minimum level  
| 11 || Min Level || Integer || Minimum level  
Line 43: Line 43:
| 33 || Unknown || Integer || Alterac: 5, Strand of the ancients: 10, rest: 40. (WotLK)
| 33 || Unknown || Integer || Alterac: 5, Strand of the ancients: 10, rest: 40. (WotLK)
|}
|}
*cataclysm info
    m_instanceType; // +0x24, size 0x4, type 0
    m_groupsAllowed; // +0x28, size 0x4, type 0
    m_name_lang; // +0x2C, size 0x4, type 2
    m_maxGroupSize; // +0x30, size 0x4, type 0
    m_holidayWorldState; // +0x34, size 0x4, type 0
    m_minlevel; // +0x38, size 0x4, type 0
    m_maxlevel; // +0x3C, size 0x4, type 0


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

Revision as of 18:14, 16 April 2011

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 instanceType 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)
  • cataclysm info
   m_instanceType; // +0x24, size 0x4, type 0
   m_groupsAllowed; // +0x28, size 0x4, type 0
   m_name_lang; // +0x2C, size 0x4, type 2
   m_maxGroupSize; // +0x30, size 0x4, type 0
   m_holidayWorldState; // +0x34, size 0x4, type 0
   m_minlevel; // +0x38, size 0x4, type 0
   m_maxlevel; // +0x3C, size 0x4, type 0