DB/Map: Difference between revisions

From wowdev
Jump to navigation Jump to search
(->9551)
Line 1: Line 1:
= Header Info =
== 9551 ==
 
{| style="background:#FCFCFC; color:black"
Records....................70
|-
Fields.....................75
! width="80" | Column  
Record Size...............300
! width="180 " | Field  
String Block Size........3819
! width="80" | Type  
 
! width="600" | Notes
== Structure ==
|-
 
|0||ID||Integer||
'''Column Field Type Notes'''
|-
1 ID Integer
|1||InternalName||String||reference to World\Map\ [...] \
2 Internalname String reference to World\Map\ [...] \
|-
3 AreaType Integer 0: none, 1: party, 2: raid, 3: pvp, 4: arena, >=5: none (official from "IsInInstance()")
| 2 ||AreaType||Integer||0: none, 1: party, 2: raid, 3: pvp, 4: arena, >=5: none (official from "IsInInstance()")
4 IsBattleground Boolean Simple flag for battleground maps
|-
5-13 sRefName String + [[Loc]] Name (displayed on World Map for example)
| 3 || IsBattleground ||Boolean||Simple flag for battleground maps
14 MinLevel Integer Minimum level to enter, only set for Battlegrounds / Arenas
|-
15 MaxLevel Integer Maximum level, only set for Battlegrounds / Arenas
|4-20||Name||[Loc]]||Name (displayed on World Map for example)
16 MaxPlayers Integer Maximum amount of players, only set for Battlegrounds / Arenas
|-style="background:#F0F8FF;"
17 Unknown Signed Integer -1 for all except BlackRockSpire & BlackrockDepths (0) & PVPZone02 (azshara)
|21||[[AreaTable.dbc |AreaTable]]||iRefID||iRefID to AreaTable.dbc
18 Unknown Float only set on PVPZone01 & 02 (Alterac and Azshara)
|-
19 Unknown Float only set on PVPZone01 & 02 (Alterac and Azshara)
|22-38||Description||String||Alliance
20 iRefID_[[AreaTable.dbc|AreaTable]] Integer Ref to ID in [[AreaTable.dbc]]
|-
21-29 Description_1 String + [[Loc]] Shown for Horde
|39-55||Description||String||Horde
30-38 Description_2 String + [[Loc]] Shown for Alliance
|-style="background:#F0F8FF;"
39 iRefID_[[LoadingScreens.dbc|LoadingScreens]] Integer
|56||[[LoadingScreens.dbc |LoadingScreen]]||iRefID||The LoadingScreen to Display
40 LevelSteps Integer Increment in level per battlefield instance
|-
41 Unknown Boolean All 1 except for Blackfathom Deeps
|58-74||Requirement||String||Requirement to enter
42 Unknown Float All 1.0 except of PVPZone04 (Arathi)
|-
43-51 Unknown String + [[Loc]] No mapping to string block (6320).
|75-91||Heroic||String||Heroic-Requirement to enter
52-60 HeroicRequirement String + [[Loc]] Used to describe requirement for heroic dungeons.
|-style="background:#F0F8FF;"
61-69 Unknown String + [[Loc]] No mapping to string block (6320).
|109||[[Map.dbc | ParentArea]]||iRefID||Points to column 1, -1 if none
70 parentMap Signed Integer  Parent Map-ID, not always right. -1 for unfinished/unaccesable zones (and continents in Azeroth).
|-
71 Unknown Float
|110||X-Coord||Float||The X-Coord of the instance entrance
72 Unknown Float
|-
73 Unknown BitMask* Raid. 0x93A80 = 40/25/10-man raid, 0x3F480 = 20-man raid, 0x15180 = ? (only for ED)
|111||Y-Coord||Float||The Y-Coord of the instance entrance
74 wingedDungeon Integer 86400 (0x15180) if winged. (doesn't apply to raid dungeons)
|-
75 Flybox         Boolean                1 for maps with ADT files containing MFBO chunk (Flybox), 0 for the others.
|112||Raid||Integer||Raid. 0x93A80 = 40/25/10-man raid, 0x3F480 = 20-man raid, 0x15180 = ? (only for ED)
 
|-
--[[User:Schlumpf|Schlumpf]] 21:30, 9 August 2007 (CEST)
|113||winged||Integer||86400 (0x15180) if winged. (doesn't apply to raid dungeons)
|-
|}


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

Revision as of 16:24, 17 May 2009

9551

Column Field Type Notes
0 ID Integer
1 InternalName String reference to World\Map\ [...] \
2 AreaType Integer 0: none, 1: party, 2: raid, 3: pvp, 4: arena, >=5: none (official from "IsInInstance()")
3 IsBattleground Boolean Simple flag for battleground maps
4-20 Name [Loc]] Name (displayed on World Map for example)
21 AreaTable iRefID iRefID to AreaTable.dbc
22-38 Description String Alliance
39-55 Description String Horde
56 LoadingScreen iRefID The LoadingScreen to Display
58-74 Requirement String Requirement to enter
75-91 Heroic String Heroic-Requirement to enter
109 ParentArea iRefID Points to column 1, -1 if none
110 X-Coord Float The X-Coord of the instance entrance
111 Y-Coord Float The Y-Coord of the instance entrance
112 Raid Integer Raid. 0x93A80 = 40/25/10-man raid, 0x3F480 = 20-man raid, 0x15180 = ? (only for ED)
113 winged Integer 86400 (0x15180) if winged. (doesn't apply to raid dungeons)