diff options
Diffstat (limited to 'docs/map.md')
| -rw-r--r-- | docs/map.md | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/docs/map.md b/docs/map.md index 5dd2f35..56f5a1d 100644 --- a/docs/map.md +++ b/docs/map.md @@ -14,26 +14,26 @@ This DBC contains the maps list. ## Structure -| Column | Field | Type | Notes | -|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| 1 | ID | Integer | | -| 2 | InternalName | String | reference to World\\Map\\ \[...\] \\ | -| 3 | Flags | Integer | 0x100 - CAN\_CHANGE\_PLAYER\_DIFFICULTY | -| 4 | Type | Integer | 0: none, 1: party, 2: raid, 3: pvp, 4: arena, >=5: none (official from "IsInInstance()") | -| 5 | IsBattleground | Integer | Boolean (1 = True, 0 = False) | -| 6-22 | Name | String | [Localization](http://archive.trinitycore.info/index.php?title=Localization.dbc_tc2&action=edit&redlink=1 "Localization.dbc tc2 (page does not exist)"); displayed on World Map for example | -| 23 | [AreaTableID](http://archive.trinitycore.info/AreaTable.dbc_tc2 "AreaTable.dbc tc2") | Integer | Ref-ID; | -| 24-40 | MapDescriptionA | String | [Localization](http://archive.trinitycore.info/index.php?title=Localization.dbc_tc2&action=edit&redlink=1 "Localization.dbc tc2 (page does not exist)") | -| 41-57 | MapDescriptionH | String | [Localization](http://archive.trinitycore.info/index.php?title=Localization.dbc_tc2&action=edit&redlink=1 "Localization.dbc tc2 (page does not exist)") | -| 58 | [LoadingScreen](http://archive.trinitycore.info/index.php?title=LoadingScreens.dbc_tc2&action=edit&redlink=1 "LoadingScreens.dbc tc2 (page does not exist)") | Integer | Ref-ID; The LoadingScreen to Display | -| 59 | BGMapIconScale | Float | | -| 60 | GhostEntranceMap | Integer | Ref-ID; Points to column 1, -1 if none | -| 61 | GhostEntranceX | Float | The X-Coord of the instance entrance | -| 62 | GhostEntranceY | Float | The Y-Coord of the instance entrance | -| 63 | TimeOfDayOverride | Integer | Set to -1 for everything but Orgrimmar and Dalaran arena. For those, the time of day will change to this. | -| 64 | Expansion | Integer | Classic: 0; BC: 1; WotLK: 2 | -| 65 | RaidOffset | Integer | Instance-Reset? | -| 66 | MaxPlayers | Integer | | +| Column | Field | Type | Notes | +|--------|--------------------------------------------------------------------------------------------------------------------------------------------------------------|---------|-----------------------------------------------------------------------------------------------------------| +| 1 | ID | Integer | | +| 2 | InternalName | String | reference to World\\Map\\ \[...\] \\ | +| 3 | Flags | Integer | 0x100 - CAN\_CHANGE\_PLAYER\_DIFFICULTY | +| 4 | Type | Integer | 0: none, 1: party, 2: raid, 3: pvp, 4: arena, >=5: none (official from "IsInInstance()") | +| 5 | IsBattleground | Integer | Boolean (1 = True, 0 = False) | +| 6-22 | Name | String | [Localization](https://wowdev.wiki/Localization); displayed on World Map for example | +| 23 | [AreaTableID](https://wowdev.wiki/DB/AreaTable) | Integer | Ref-ID; | +| 24-40 | MapDescriptionA | String | [Localization](https://wowdev.wiki/Localization) | +| 41-57 | MapDescriptionH | String | [Localization](https://wowdev.wiki/Localization) | +| 58 | [LoadingScreen](https://wowdev.wiki/DB/LoadingScreens) | Integer | Ref-ID; The LoadingScreen to Display | +| 59 | BGMapIconScale | Float | | +| 60 | GhostEntranceMap | Integer | Ref-ID; Points to column 1, -1 if none | +| 61 | GhostEntranceX | Float | The X-Coord of the instance entrance | +| 62 | GhostEntranceY | Float | The Y-Coord of the instance entrance | +| 63 | TimeOfDayOverride | Integer | Set to -1 for everything but Orgrimmar and Dalaran arena. For those, the time of day will change to this. | +| 64 | Expansion | Integer | Classic: 0; BC: 1; WotLK: 2 | +| 65 | RaidOffset | Integer | Instance-Reset? | +| 66 | MaxPlayers | Integer | | ## Content @@ -171,7 +171,7 @@ This DBC contains the maps list. | 673 | 0 | Transport: Orgrim's Hammer (Icecrown Citadel Raid) | 0 | 2 | 0 | | 712 | 0 | Transport: The Skybreaker (IC Dungeon) | 0 | 2 | 0 | | 713 | 0 | Transport: Orgrim's Hammer (IC Dungeon) | 0 | 2 | 0 | -| 718 | 0 | Trasnport: The Mighty Wind (Icecrown Citadel Raid) | 0 | 2 | 0 | +| 718 | 0 | Transport: The Mighty Wind (Icecrown Citadel Raid) | 0 | 2 | 0 | | 723 | 0 | Stormwind | 0 | 0 | 0 | | 724 | 2 | The Ruby Sanctum | 0 | 2 | 0 | |
