-
Posts
2813 -
Joined
-
Last visited
-
Days Won
94 -
Donations
0.00 GBP
Content Type
Bug Tracker
Wiki
Release Notes
Forums
Downloads
Blogs
Events
Everything posted by antz
-
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 'AreaTrigger' for MaNGOSFive The area trigger table contains definitions for position which are supposed to trigger or monitor server side events. The file contents is read and mapped into the struct areatriggerEntry in the MaNGOS core. The field types and usage is defined in areatriggerfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 17 strong> Field Name Field Type Notes AreaTriggerId INT(11) Unique Id MapId INT(11) The map on which the area is located. LocationX FLOAT X coordinate for the trigger. LocationY FLOAT Y coordinate for the trigger. LocationZ FLOAT Z coordinate for the trigger. col5 INT(11) col6 INT(11) col7 INT(11) Radius FLOAT Box size of the area trigger. BoxLength FLOAT Length of the box if no radius is specified. BoxWidth FLOAT Width of the box if no radius is specified. BoxHeight FLOAT Height of the box if no radius is specified. BoxOrientation FLOAT Orientation of the box if no radius is specified. col13 INT(11) col14 INT(11) col15 INT(11) col16 INT(11) Description of the fields AreaTriggerId INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. LocationX FLOAT X coordinate for the trigger. LocationY FLOAT Y coordinate for the trigger. LocationZ FLOAT Z coordinate for the trigger. col5 INT(11) col6 INT(11) col7 INT(11) Radius FLOAT Box size of the area trigger. BoxLength FLOAT Length of the box if no radius is specified. BoxWidth FLOAT Width of the box if no radius is specified. BoxHeight FLOAT Height of the box if no radius is specified. BoxOrientation FLOAT Orientation of the box if no radius is specified. col13 INT(11) col14 INT(11) col15 INT(11) col16 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'AreaTable' for MaNGOSFive The area table contains definitions for distinct areas in a zone. The file contents is read and mapped into the struct areatableEntry in the MaNGOS core. The field types and usage is defined in areatablefmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 29 strong> Field Name Field Type Notes AreaTableId INT(11) Unique Id MapId INT(11) The map on which the area is located. ParentAreaTableId INT(11) Reference to the parent Area if set. AreaBit INT(11) See below. Flags INT(11) See below. SoundPreferencesId INT(11) Sound settings when moving while in this area. SoundPreferencesIdUnderWater INT(11) Sound settings when moving in water in this area. SoundAmbienceId INT(11) Background sounds which play while in this area ie. birds, falling leaves etc. ZoneMusicId INT(11) The background music that plays when in this area. ZoneIntroMusicTableId INT(11) The music played upon entering the area. ExplorationLevel INT(11) The Suggested character level for exploring this area. AreaName TEXT The Name of the Area col12 INT(11) col13 INT(11) col14 TEXT col15 INT(11) col16 INT(11) col17 FLOAT col18 FLOAT col19 TEXT col20 INT(11) col21 TEXT col22 INT(11) col23 INT(11) col24 INT(11) col25 FLOAT col26 INT(11) col27 FLOAT col28 INT(11) Description of the fields AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. MapId INT(11) References the primary key of [Map.dbc]. ParentAreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. AreaBit INT(11) We have not investigated the purpose of these bit flags. The current assumption is that these bit flags provide meta information for a zone, e.g. hinting at an instanced or non-instanced zone, or a dungeon, or battleground, etc. Flags INT(11) `flags` seem to directly relate to the state of a zone, e.g. is it a city, or is it a winter area, or can I duel there. Thus we assume these are interaction related flags. Bit Masks Value Enum Name Notes 0000 0000 0000 0001 1 AREA_FLAG_SNOW Seems to indicate zones which have winter maps with snow on the ground. 0000 0000 0000 0010 2 AREA_FLAG_UNK 0000 0000 0000 0100 4 AREA_FLAG_DEVELOPMENT Indicates a map only available during development. 0000 0000 0000 1000 8 AREA_FLAG_UNK2 0000 0000 0001 0000 16 AREA_FLAG_UNK3 0000 0000 0010 0000 32 AREA_FLAG_CITY_SLAVE 0000 0000 0100 0000 64 AREA_FLAG_ALLOW_DUELS 0000 0000 1000 0000 128 AREA_FLAG_UNK4 0000 0001 0000 0000 256 AREA_FLAG_CITY 0000 0010 0000 0000 512 AREA_FLAG_TEST SoundPreferencesId INT(11) References the primary key of [SoundProviderPreferences.dbc]. SoundPreferencesIdUnderWater INT(11) References the primary key of [SoundProviderPreferences.dbc]. SoundAmbienceId INT(11) References the primary key of [SoundAmbience.dbc]. ZoneMusicId INT(11) References the primary key of [ZoneMusic.dbc]. ZoneIntroMusicTableId INT(11) References the primary key of [ZoneIntroMusicTable.dbc]. ExplorationLevel INT(11) The Suggested character level for exploring this area. AreaName TEXT The Name of the Area. col12 INT(11) col13 INT(11) col14 TEXT col15 INT(11) col16 INT(11) col17 FLOAT col18 FLOAT col19 TEXT col20 INT(11) col21 TEXT col22 INT(11) col23 INT(11) col24 INT(11) col25 FLOAT col26 INT(11) col27 FLOAT col28 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animreplacementset' for MaNGOSFive The file contents is read and mapped into the struct animreplacementsetEntry in the MaNGOS core. The field types and usage is defined in animreplacementsetfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 2 strong> Field Name Field Type Notes Id INT(11) Unique Id execOrder INT(11) Description of the fields Id INT(11) Unique Id execOrder INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animreplacement' for MaNGOSFive The file contents is read and mapped into the struct animreplacementEntry in the MaNGOS core. The field types and usage is defined in animreplacementfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 5 strong> Field Name Field Type Notes Id INT(11) Unique Id srcAnimId INT(11) dstAnimId INT(11) parentAnimReplacementSetId INT(11) Col4 INT(11) Description of the fields Id INT(11) Unique Id srcAnimId INT(11) dstAnimId INT(11) parentAnimReplacementSetId INT(11) Col4 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkitsegment' for MaNGOSFive The file contents is read and mapped into the struct animkitsegmentEntry in the MaNGOS core. The field types and usage is defined in animkitsegmentfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 17 strong> Field Name Field Type Notes Id INT(11) Unique Id parentAnimKitId INT(11) animId INT(11) animStartTime INT(11) animKitConfigId INT(11) startCondition INT(11) startConditionParam INT(11) startConditionDelay INT(11) endCondition INT(11) endConditionParam INT(11) endConditionDelay INT(11) speed FLOAT segmentFlags INT(11) forcedVariation INT(11) overrideConfigFlags INT(11) loopToSegmentIndex FLOAT Col16 FLOAT Description of the fields Id INT(11) Unique Id parentAnimKitId INT(11) animId INT(11) animStartTime INT(11) animKitConfigId INT(11) startCondition INT(11) startConditionParam INT(11) startConditionDelay INT(11) endCondition INT(11) endConditionParam INT(11) endConditionDelay INT(11) speed FLOAT segmentFlags INT(11) forcedVariation INT(11) overrideConfigFlags INT(11) loopToSegmentIndex FLOAT Col16 FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkitpriority' for MaNGOSFive The file contents is read and mapped into the struct animkitpriorityEntry in the MaNGOS core. The field types and usage is defined in animkitpriorityfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 2 strong> Field Name Field Type Notes Id INT(11) Unique Id priority INT(11) Description of the fields Id INT(11) Unique Id priority INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkitconfigboneset' for MaNGOSFive The file contents is read and mapped into the struct animkitconfigbonesetEntry in the MaNGOS core. The field types and usage is defined in animkitconfigbonesetfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 4 strong> Field Name Field Type Notes Id INT(11) Unique Id parentAnimKitConfigId INT(11) animKitBoneSetId INT(11) animKitPriorityId INT(11) Description of the fields Id INT(11) Unique Id parentAnimKitConfigId INT(11) animKitBoneSetId INT(11) animKitPriorityId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkitconfig' for MaNGOSFive The file contents is read and mapped into the struct animkitconfigEntry in the MaNGOS core. The field types and usage is defined in animkitconfigfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 2 strong> Field Name Field Type Notes Id INT(11) Unique Id configFlags INT(11) Description of the fields Id INT(11) Unique Id configFlags INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkitbonesetalias' for MaNGOSFive The file contents is read and mapped into the struct animkitbonesetaliasEntry in the MaNGOS core. The field types and usage is defined in animkitbonesetaliasfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 3 strong> Field Name Field Type Notes Id INT(11) Unique Id boneDataId INT(11) animKitBoneSetId INT(11) Description of the fields Id INT(11) Unique Id boneDataId INT(11) animKitBoneSetId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkitboneset' for MaNGOSFive The file contents is read and mapped into the struct animkitbonesetEntry in the MaNGOS core. The field types and usage is defined in animkitbonesetfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 6 strong> Field Name Field Type Notes Id INT(11) Unique Id name TEXT boneDataId INT(11) parentAnimKitBoneSetId INT(11) extraBoneCount INT(11) altAnimKitBoneSetId INT(11) Description of the fields Id INT(11) Unique Id name TEXT boneDataId INT(11) parentAnimKitBoneSetId INT(11) extraBoneCount INT(11) altAnimKitBoneSetId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'animkit' for MaNGOSFive The file contents is read and mapped into the struct animkitEntry in the MaNGOS core. The field types and usage is defined in animkitfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 4 strong> Field Name Field Type Notes Id INT(11) Unique Id oneShotDuration INT(11) oneShotStopAnimKitId INT(11) Col3 INT(11) Description of the fields Id INT(11) Unique Id oneShotDuration INT(11) oneShotStopAnimKitId INT(11) Col3 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'AnimationData' for MaNGOSFive The animation data table contains definitions for the different animations models can have. The file contents is read and mapped into the struct animationdataEntry in the MaNGOS core. The field types and usage is defined in animationdatafmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 6 strong> Field Name Field Type Notes AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Bodyflags INT(11) See Below. Flags INT(11) See Below. PreviousAnimationDataId INT(11) The preceeding animation. Description of the fields AnimationDataId INT(11) The ID of the animation to play. Name TEXT The Name of the animation. WeaponFlags INT(11) These flags describe if an animation should modify the weapon(s) state worn by a character. Animations can ignore weapons and sheathe/unsheathe them. Value Meaning 0 Weapon not affected by animation. 4 Sheathe weapons automatically. 16 Sheathe weapons automatically. 32 Unsheathe weapons. Bodyflags INT(11) TODO: Need to document the BodyFlags Flags INT(11) TODO: Need to document the Flags PreviousAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'achievement_category' for MaNGOSFive The classification of achievements [like: classic Old World, Mission, Battlefield, Honor Kill, fight, consumables ...] The file contents is read and mapped into the struct achievementcategoryEntry in the MaNGOS core. The field types and usage is defined in achievementcategoryfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 4 strong> Field Name Field Type Notes AchievementCategoryId INT(11) ParentAchievementCategoryId INT(11) CategoryName TEXT UiOrder INT(11) Description of the fields AchievementCategoryId INT(11) ParentAchievementCategoryId INT(11) -1 if none. CategoryName TEXT UiOrder INT(11) Categories are sorted by this index. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'achievement' for MaNGOSFive Records the details of the achievement-name, description, etc. The file contents is read and mapped into the struct achievementEntry in the MaNGOS core. The field types and usage is defined in achievementfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 15 strong> Field Name Field Type Notes ID INT(11) Faction FLOAT InstanceId FLOAT Supercedes INT(11) TitleLang INT(11) DescriptionLang INT(11) Category INT(11) Points INT(11) UiOrder INT(11) Flags INT(11) IconId INT(11) RewardLang INT(11) MinimumCriteria INT(11) SharesCriteria INT(11) CriteriaTree INT(11) Description of the fields ID INT(11) Faction FLOAT InstanceId FLOAT -1=all, 0=horde, 1=alliance Supercedes INT(11) TitleLang INT(11) DescriptionLang INT(11) Category INT(11) Points INT(11) UiOrder INT(11) Flags INT(11) IconId INT(11) RewardLang INT(11) MinimumCriteria INT(11) SharesCriteria INT(11) CriteriaTree INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'ZoneMusic' for MaNGOSZero The zone music table contains definitions for ambience sounds to be played during day and night time in various areas. The file contents is read and mapped into the struct zonemusicEntry in the MaNGOS core. The field types and usage is defined in zonemusicfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 8 strong> Field Name Field Type Notes Id INT(11) Unique Id SetName TEXT The name of the ambient sound. SilenceIntervalMinDay INT(11) The minimum amount of milliseconds to wait before replaying the ambience sound during day time. SilenceIntervalMinNight INT(11) The minimum amount of milliseconds to wait before replaying the ambience sound during night time. SilenceIntervalMaxDay INT(11) The maximum amount of milliseconds to wait before replaying the ambience sound during day time. SilenceIntervalMaxNight INT(11) The maximum amount of milliseconds to wait before replaying the ambience sound during night time. daySoundEntryId INT(11) The sound entry being played during day time. nightSoundEntryId INT(11) The sound entry being played during night time. Description of the fields Id INT(11) Unique ID SetName TEXT The name of the ambient sound. SilenceIntervalMinDay INT(11) The minimum amount of milliseconds to wait before replaying the ambience sound during day time. SilenceIntervalMinNight INT(11) The minimum amount of milliseconds to wait before replaying the ambience sound during night time. SilenceIntervalMaxDay INT(11) The maximum amount of milliseconds to wait before replaying the ambience sound during day time. SilenceIntervalMaxNight INT(11) The maximum amount of milliseconds to wait before replaying the ambience sound during night time. daySoundEntryId INT(11) References the primary key of [SoundEntries.dbc]. nightSoundEntryId INT(11) References the primary key of [SoundEntries.dbc]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'ZoneIntroMusicTable' for MaNGOSZero This table contains definitions for ambience sounds to be played upon entering various areas. The file contents is read and mapped into the struct zoneintromusictableEntry in the MaNGOS core. The field types and usage is defined in zoneintromusictablefmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 5 strong> Field Name Field Type Notes Id INT(11) Unique Id Name TEXT soundEntryId INT(11) Priority TEXT MinDelayMinutes INT(11) Description of the fields Id INT(11) Unique Id Name TEXT soundEntryId INT(11) Priority TEXT MinDelayMinutes INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WowError_Strings' for MaNGOSZero This table contains definitions for error messages used in the World of Warcraft crash reporting utility. Note: This file is not referenced from any other DBC files and does not reference any other DBC files. The file contents is read and mapped into the struct wowerrorstringsEntry in the MaNGOS core. The field types and usage is defined in wowerrorstringsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 11 strong> Field Name Field Type Notes Id INT(11) Unique Id errorName TEXT errorString TEXT errorString1 TEXT The Localised Korean version of the above. errorString2 TEXT The Localised French version of the above. errorString3 TEXT The Localised German version of the above. errorString4 TEXT The Localised Chinese version of the above. errorString5 TEXT The Localised Taiwanese version of the above. errorString6 TEXT The Localised Spanish (Traditional) version of the above. errorString7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description of the fields Id INT(11) Unique Id errorName TEXT errorString TEXT errorString1 TEXT The Localised Korean version of the above. errorString2 TEXT The Localised French version of the above. errorString3 TEXT The Localised German version of the above. errorString4 TEXT The Localised Chinese version of the above. errorString5 TEXT The Localised Taiwanese version of the above. errorString6 TEXT The Localised Spanish (Traditional) version of the above. errorString7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WorldStateUI' for MaNGOSZero This table contains definitions for PvE and PvP events in the world. The file contents is read and mapped into the struct worldstateuiEntry in the MaNGOS core. The field types and usage is defined in worldstateuifmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 39 strong> Field Name Field Type Notes Id INT(11) Unique Id MapId INT(11) The map on which the area is located. AreaId INT(11) icon TEXT stateVariable TEXT stateVariable1 TEXT The Localised Korean version of the above. stateVariable2 TEXT The Localised French version of the above. stateVariable3 TEXT The Localised German version of the above. stateVariable4 TEXT The Localised Chinese version of the above. stateVariable5 TEXT The Localised Taiwanese version of the above. stateVariable6 TEXT The Localised Spanish (Traditional) version of the above. stateVariable7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. ToolTip TEXT ToolTip1 TEXT The Localised Korean version of the above. ToolTip2 TEXT The Localised French version of the above. ToolTip3 TEXT The Localised German version of the above. ToolTip4 TEXT The Localised Chinese version of the above. ToolTip5 TEXT The Localised Taiwanese version of the above. ToolTip6 TEXT The Localised Spanish (Traditional) version of the above. ToolTip7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. State INT(11) WorldState INT(11) Type INT(11) DynamicIcon TEXT dynamicTooltip TEXT dynamicTooltip1 TEXT The Localised Korean version of the above. dynamicTooltip2 TEXT The Localised French version of the above. dynamicTooltip3 TEXT The Localised German version of the above. dynamicTooltip4 TEXT The Localised Chinese version of the above. dynamicTooltip5 TEXT The Localised Taiwanese version of the above. dynamicTooltip6 TEXT The Localised Spanish (Traditional) version of the above. dynamicTooltip7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM3 FLOAT A checksum value for the preceeding text fields. extendedUI TEXT Unknown1 INT(11) Unknown2 INT(11) Unknown3 INT(11) Description of the fields Id INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. AreaId INT(11) icon TEXT stateVariable TEXT stateVariable1 TEXT The Localised Korean version of the above. stateVariable2 TEXT The Localised French version of the above. stateVariable3 TEXT The Localised German version of the above. stateVariable4 TEXT The Localised Chinese version of the above. stateVariable5 TEXT The Localised Taiwanese version of the above. stateVariable6 TEXT The Localised Spanish (Traditional) version of the above. stateVariable7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. ToolTip TEXT ToolTip1 TEXT The Localised Korean version of the above. ToolTip2 TEXT The Localised French version of the above. ToolTip3 TEXT The Localised German version of the above. ToolTip4 TEXT The Localised Chinese version of the above. ToolTip5 TEXT The Localised Taiwanese version of the above. ToolTip6 TEXT The Localised Spanish (Traditional) version of the above. ToolTip7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. State INT(11) WorldState INT(11) Type INT(11) DynamicIcon TEXT dynamicTooltip TEXT dynamicTooltip1 TEXT The Localised Korean version of the above. dynamicTooltip2 TEXT The Localised French version of the above. dynamicTooltip3 TEXT The Localised German version of the above. dynamicTooltip4 TEXT The Localised Chinese version of the above. dynamicTooltip5 TEXT The Localised Taiwanese version of the above. dynamicTooltip6 TEXT The Localised Spanish (Traditional) version of the above. dynamicTooltip7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM3 FLOAT A checksum value for the preceeding text fields. extendedUI TEXT Unknown1 INT(11) Unknown2 INT(11) Unknown3 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WorldSafeLocs' for MaNGOSZero This table contains specifies coordinates where graveyards are located. The file contents is read and mapped into the struct worldsafelocsEntry in the MaNGOS core. The field types and usage is defined in worldsafelocsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 14 strong> Field Name Field Type Notes Id INT(11) Unique Id MapId INT(11) The map on which the area is located. LocationX FLOAT The X coordinate. LocationY FLOAT The Y coordinate. LocationZ FLOAT The Z coordinate. AreaName TEXT AreaName1 TEXT The Localised Korean version of the above. AreaName2 TEXT The Localised French version of the above. AreaName3 TEXT The Localised German version of the above. AreaName4 TEXT The Localised Chinese version of the above. AreaName5 TEXT The Localised Taiwanese version of the above. AreaName6 TEXT The Localised Spanish (Traditional) version of the above. AreaName7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description of the fields Id INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. LocationX FLOAT The X coordinate. LocationY FLOAT The Y coordinate. LocationZ FLOAT The Z coordinate. AreaName TEXT AreaName1 TEXT The Localised Korean version of the above. AreaName2 TEXT The Localised French version of the above. AreaName3 TEXT The Localised German version of the above. AreaName4 TEXT The Localised Chinese version of the above. AreaName5 TEXT The Localised Taiwanese version of the above. AreaName6 TEXT The Localised Spanish (Traditional) version of the above. AreaName7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WorldMapOverlay' for MaNGOSZero This table contains definitions for texture overlays used for a sections of an area on the world map. The file contents is read and mapped into the struct worldmapoverlayEntry in the MaNGOS core. The field types and usage is defined in worldmapoverlayfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 17 strong> Field Name Field Type Notes Id INT(11) Unique Id worldMapAreaId INT(11) AreaTableId1 INT(11) AreaTableId2 INT(11) AreaTableId3 INT(11) AreaTableId4 INT(11) LocationX FLOAT The X coordinate. LocationY FLOAT The Y coordinate. textureName TEXT textureWidth INT(11) textureHeight INT(11) offsetX INT(11) offsetY INT(11) hitRectTop INT(11) hitRectLeft INT(11) hitRectBottom INT(11) hitRectRight INT(11) Description of the fields Id INT(11) Unique Id worldMapAreaId INT(11) AreaTableId1 INT(11) AreaTableId2 INT(11) AreaTableId3 INT(11) AreaTableId4 INT(11) LocationX FLOAT The X coordinate. LocationY FLOAT The Y coordinate. textureName TEXT textureWidth INT(11) textureHeight INT(11) offsetX INT(11) offsetY INT(11) hitRectTop INT(11) hitRectLeft INT(11) hitRectBottom INT(11) hitRectRight INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WorldMapContinent' for MaNGOSZero This table contains definitions for texture overlays used for a continent on the world map. Note: Overlays are stored in Interface\WorldMap\MapName\MapNameHighlight.blp. The file contents is read and mapped into the struct worldmapcontinentEntry in the MaNGOS core. The field types and usage is defined in worldmapcontinentfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 13 strong> Field Name Field Type Notes Id INT(11) Unique Id MapId INT(11) The map on which the area is located. leftBoundary INT(11) rightBoundary INT(11) topBoundary INT(11) bottomBoundary INT(11) continentOffsetX FLOAT continentOffsetY FLOAT scale FLOAT taxiMinX FLOAT taxiMinY FLOAT taxiMaxX FLOAT taxiMaxY FLOAT Description of the fields Id INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. leftBoundary INT(11) rightBoundary INT(11) topBoundary INT(11) bottomBoundary INT(11) continentOffsetX FLOAT continentOffsetY FLOAT scale FLOAT taxiMinX FLOAT taxiMinY FLOAT taxiMaxX FLOAT taxiMaxY FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WorldMapArea' for MaNGOSZero This table contains definitions for texture overlays used for an area (aka. zone) on the world map. The file contents is read and mapped into the struct worldmapareaEntry in the MaNGOS core. The field types and usage is defined in worldmapareafmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 8 strong> Field Name Field Type Notes Id INT(11) Unique Id worldMapContinentId INT(11) AreaTableId INT(11) An area ID from `AreaTable.dbc#ID`. AreaName TEXT locationLeft FLOAT locationRight FLOAT locationTop FLOAT locationBottom FLOAT Description of the fields Id INT(11) Unique Id worldMapContinentId INT(11) AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. AreaName TEXT locationLeft FLOAT locationRight FLOAT locationTop FLOAT locationBottom FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WMOAreaTable' for MaNGOSZero This table contains definitions for connecting areas to the actual models. The file contents is read and mapped into the struct wmoareatableEntry in the MaNGOS core. The field types and usage is defined in wmoareatablefmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 20 strong> Field Name Field Type Notes Id INT(11) Unique Id WMOId INT(11) NameSetId INT(11) WMOGroupId BIGINT(20) soundProviderPreferences INT(11) soundProviderPreferencesUnderwater INT(11) soundAmbienceId INT(11) Background sounds which play while in this area ie. birds, falling leaves etc. zoneMusicId INT(11) The background music that plays when in this area. zoneIntroMusicTableId INT(11) The music played upon entering the area. Flags INT(11) AreaTableId INT(11) An area ID from `AreaTable.dbc#ID`. AreaName TEXT AreaName1 TEXT The Localised Korean version of the above. AreaName2 TEXT The Localised French version of the above. AreaName3 TEXT The Localised German version of the above. AreaName4 TEXT The Localised Chinese version of the above. AreaName5 TEXT The Localised Taiwanese version of the above. AreaName6 TEXT The Localised Spanish (Traditional) version of the above. AreaName7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description of the fields Id INT(11) Unique Id WMOId INT(11) NameSetId INT(11) WMOGroupId BIGINT(20) soundProviderPreferences INT(11) soundProviderPreferencesUnderwater INT(11) soundAmbienceId INT(11) References the primary key of [SoundAmbience.dbc]. zoneMusicId INT(11) References the primary key of [ZoneMusic.dbc]. zoneIntroMusicTableId INT(11) References the primary key of [ZoneIntroMusicTable.dbc]. Flags INT(11) AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. AreaName TEXT AreaName1 TEXT The Localised Korean version of the above. AreaName2 TEXT The Localised French version of the above. AreaName3 TEXT The Localised German version of the above. AreaName4 TEXT The Localised Chinese version of the above. AreaName5 TEXT The Localised Taiwanese version of the above. AreaName6 TEXT The Localised Spanish (Traditional) version of the above. AreaName7 TEXT The Localised Spanish (Latin America) version of the above. TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WeaponSwingSounds2' for MaNGOSZero This table contains definitions for which sound is played when a weapon swings. The file contents is read and mapped into the struct weaponswingsounds2Entry in the MaNGOS core. The field types and usage is defined in weaponswingsounds2fmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 4 strong> Field Name Field Type Notes Id INT(11) Unique Id SwingType INT(11) isCritical INT(11) soundEntryId INT(11) Description of the fields Id INT(11) Unique Id SwingType INT(11) isCritical INT(11) soundEntryId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
-
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 'WeaponImpactSounds' for MaNGOSZero This table contains definitions for which sound is played when a weapon hits. Note: Impact and critical sounds have multiple entries, and it is not yet known which purpose these serve. The file contents is read and mapped into the struct weaponimpactsoundsEntry in the MaNGOS core. The field types and usage is defined in weaponimpactsoundsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 23 strong> Field Name Field Type Notes Id INT(11) Unique Id WeaponSubclassId INT(11) ParrySoundType INT(11) impactSoundID1 INT(11) impactSoundID2 INT(11) impactSoundID3 INT(11) impactSoundID4 INT(11) impactSoundID5 INT(11) impactSoundID6 INT(11) impactSoundID7 INT(11) impactSoundID8 INT(11) impactSoundID9 INT(11) impactSoundID10 INT(11) critimpactSoundID1 INT(11) critimpactSoundID2 INT(11) critimpactSoundID3 INT(11) critimpactSoundID4 INT(11) critimpactSoundID5 INT(11) critimpactSoundID6 INT(11) critimpactSoundID7 INT(11) critimpactSoundID8 INT(11) critimpactSoundID9 INT(11) critimpactSoundID10 INT(11) Description of the fields Id INT(11) Unique Id WeaponSubclassId INT(11) ParrySoundType INT(11) impactSoundID1 INT(11) impactSoundID2 INT(11) impactSoundID3 INT(11) impactSoundID4 INT(11) impactSoundID5 INT(11) impactSoundID6 INT(11) impactSoundID7 INT(11) impactSoundID8 INT(11) impactSoundID9 INT(11) impactSoundID10 INT(11) critimpactSoundID1 INT(11) critimpactSoundID2 INT(11) critimpactSoundID3 INT(11) critimpactSoundID4 INT(11) critimpactSoundID5 INT(11) critimpactSoundID6 INT(11) critimpactSoundID7 INT(11) critimpactSoundID8 INT(11) critimpactSoundID9 INT(11) critimpactSoundID10 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
Contact Us
To contact us
click here
You can also email us at [email protected]
Privacy Policy | Terms & Conditions

You can also email us at [email protected]
Privacy Policy | Terms & Conditions
Copyright © getMaNGOS. All rights Reserved.
This website is in no way associated with or endorsed by Blizzard Entertainment®
This website is in no way associated with or endorsed by Blizzard Entertainment®