NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. |
Description of the DBC file 'Map' for MaNGOSFour
The map table contains definitions for available maps. Think of continents and instances - these are their own maps - rather than specific zones.
The file contents is read and mapped into the struct mapEntry in the MaNGOS core.
The field types and usage is defined in mapfmt in the MaNGOS core.
The File is currently *NOT USED* by the MaNGOS core.
The Field definitions follow, No. of fields: 19 strong>
Field Name | Field Type | Notes |
---|---|---|
Id | INT(11) | Unique Id |
Directory | TEXT | |
InstanceType | INT(11) | |
Flags | INT(11) | |
isPvp | INT(11) | Is the Map a PVP map ? |
MapName | INT(11) | The name of the map. |
AreaTableId | INT(11) | An area ID from `AreaTable.dbc#ID`. |
hordeIntro | INT(11) | |
allianceIntro | TEXT | |
loadingscreenId | TEXT | The Loading screen to display when loading the map. |
minimapIconScale | FLOAT | |
ghost_entrance_mapId | INT(11) | |
ghost_entrance_x | FLOAT | |
ghost_entrance_y | FLOAT | |
TimeOfDayOverride | FLOAT | |
ExpansionId | FLOAT | |
MaxPlayers | INT(11) | |
numberOfPlayers | INT(11) | |
ParentMapId | INT(11) |
Description of the fields
Id INT(11)
Unique Id
Directory TEXT
InstanceType INT(11)
Flags INT(11)
isPvp INT(11)
Is the Map a PVP map ?
MapName INT(11)
The name of the map.
AreaTableId INT(11)
References an area ID from [AreaTable.dbc#AreaTableId].
hordeIntro INT(11)
allianceIntro TEXT
loadingscreenId TEXT
An ID of a screen in [Loadingscreens.dbc#id]
minimapIconScale FLOAT
ghost_entrance_mapId INT(11)
ghost_entrance_x FLOAT
ghost_entrance_y FLOAT
TimeOfDayOverride FLOAT
ExpansionId FLOAT
MaxPlayers INT(11)
numberOfPlayers INT(11)
ParentMapId INT(11)
auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Edited by Antz
Recommended Comments
There are no comments to display.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now