DB/Map: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 69: Line 69:
| 4 || IsBattleground ||Boolean||Simple flag for battleground maps
| 4 || IsBattleground ||Boolean||Simple flag for battleground maps
|-
|-
| 5 ||Name||[[Loc]]||Name (displayed on World Map for example)
| 5-21 ||Name||[[Loc]]||Name (displayed on World Map for example)
|-style="background:#F0F8FF;"
|-style="background:#F0F8FF;"
| 6 ||[[AreaTable.dbc |AreaTable]]||iRefID||iRefID to AreaTable.dbc
| 22 ||[[AreaTable.dbc |AreaTable]]||iRefID||iRefID to AreaTable.dbc
|-
|-
| 7 ||Description|||[[Loc]]||Alliance
| 23-39 ||Description|||[[Loc]]||Alliance
|-
|-
| 8 ||Description|||[[Loc]]||Horde
| 40-56 ||Description|||[[Loc]]||Horde
|-style="background:#F0F8FF;"
|-style="background:#F0F8FF;"
| 9 ||[[LoadingScreens.dbc |LoadingScreen]]||iRefID||The LoadingScreen to Display
| 57 ||[[LoadingScreens.dbc |LoadingScreen]]||iRefID||The LoadingScreen to Display
|-
|-
| 10 ||BattlefieldMapIconScale||Float||
| 58 ||BattlefieldMapIconScale||Float||
|-style="background:#F0F8FF;"
|-style="background:#F0F8FF;"
| 11 ||[[Map.dbc | ParentArea]]||iRefID||Points to column 1, -1 if none
| 59 ||[[Map.dbc | ParentArea]]||iRefID||Points to column 1, -1 if none
|-
|-
| 12 ||X-Coord||Float||The X-Coord of the instance entrance
| 60 ||X-Coord||Float||The X-Coord of the instance entrance
|-
|-
| 13 ||Y-Coord||Float||The Y-Coord of the instance entrance
| 61 ||Y-Coord||Float||The Y-Coord of the instance entrance
|-
|-
| 14 || TimeOfDayOverride ||Integer|| Set to -1 for everything but Orgrimmar and Dalaran arena. For those, the time of day will change to this.  
| 62 || TimeOfDayOverride ||Integer|| Set to -1 for everything but Orgrimmar and Dalaran arena. For those, the time of day will change to this.  
|-
|-
| 15 || ExpansionID ||Integer|| Vanilla: 0, BC: 1, WotLK: 2
| 63 || ExpansionID ||Integer|| Vanilla: 0, BC: 1, WotLK: 2
|-
|-
| 16 || ResetTimeOverride? || Integer ||  
| 64 || ResetTimeOverride? || Integer ||  
|-
|-
| 17 || NumberOfPlayers || Integer || Used for reset time, I guess.
| 65 || NumberOfPlayers || Integer || Used for reset time, I guess.
|}
|}



Revision as of 16:12, 16 September 2009

9551

Column Field Type Notes
1 ID Integer
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()")
4 IsBattleground Boolean Simple flag for battleground maps
5 Name Loc Name (displayed on World Map for example)
6 AreaTable iRefID iRefID to AreaTable.dbc
7 Description Loc Alliance
8 Description Loc Horde
9 LoadingScreen iRefID The LoadingScreen to Display
10 BattlefieldMapIconScale Float
11 Requirement Loc Requirement to enter
12 Heroic Loc Heroic-Requirement to enter
13 Unknown Loc Some other requirement to enter.
14 ParentArea iRefID Points to column 1, -1 if none
15 X-Coord Float The X-Coord of the instance entrance
16 Y-Coord Float The Y-Coord of the instance entrance
17 ResetTimeRaid Integer Raid.
18 ResetTimeRaid Integer Heroic raid or instance?
19 Unknown Integer All the time 0.
20 TimeOfDayOverride Integer Set to -1 for everything but Orgrimmar and Dalaran arena. For those, the time of day will change to this.
21 ExpansionID Integer Vanilla: 0, BC: 1, WotLK: 2
22 Unknown Integer Another resettime? Is the same as the heroic one for some entries.


3.2?

Column Field Type Notes
1 ID Integer
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()")
4 IsBattleground Boolean Simple flag for battleground maps
5-21 Name Loc Name (displayed on World Map for example)
22 AreaTable iRefID iRefID to AreaTable.dbc
23-39 Description Loc Alliance
40-56 Description Loc Horde
57 LoadingScreen iRefID The LoadingScreen to Display
58 BattlefieldMapIconScale Float
59 ParentArea iRefID Points to column 1, -1 if none
60 X-Coord Float The X-Coord of the instance entrance
61 Y-Coord Float The Y-Coord of the instance entrance
62 TimeOfDayOverride Integer Set to -1 for everything but Orgrimmar and Dalaran arena. For those, the time of day will change to this.
63 ExpansionID Integer Vanilla: 0, BC: 1, WotLK: 2
64 ResetTimeOverride? Integer
65 NumberOfPlayers Integer Used for reset time, I guess.

Some columns are moved to MapDifficulty.dbc in 3.2.