Jump to content

antz

Community Manager
  • Posts

    2819
  • Joined

  • Last visited

  • Days Won

    96
  • Donations

    0.00 GBP 

Everything posted by antz

  1. antz

    AreaPOI

    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 'AreaPOI' for MaNGOSTwo The points of interest table contains definitions for positions on the overhead map, including descriptions, icons and names. The file contents is read and mapped into the struct areapoiEntry in the MaNGOS core. The field types and usage is defined in areapoifmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 54 strong> Field Name Field Type Notes AreaPoiId INT(11) Unique Id Importance INT(11) See Below. NeutralNormalIcon INT(11) NeutralHalfDamageIcon INT(11) NeutralDestroyedIcon INT(11) HordeNormalIcon INT(11) HordeHalfDamageIcon INT(11) HordeDestroyedIcon INT(11) AllianceNormalIcon INT(11) AllianceHalfDamageIcon INT(11) AllianceDestroyedIcon INT(11) FactionId INT(11) References a faction template pointing to who owns the point of interest. LocationX FLOAT X coordinate of the point of interest LocationY FLOAT Y coordinate of the point of interest LocationZ FLOAT Z coordinate of the point of interest MapId INT(11) The map on which the area is located. Flags INT(11) See Below. AreaTableId INT(11) An area ID from `AreaTable.dbc#ID`. Name TEXT The name of the point of interest Name1 TEXT Localised Korean of the above Name2 TEXT Localised French of the above Name3 TEXT Localised German of the above Name4 TEXT Localised Chinese of the above Name5 TEXT Localised Taiwanese of the above Name6 TEXT Localised Spanish (Traditional) of the above Name7 TEXT Localised Spanish (Latin America) of the above Name8 TEXT Name9 TEXT Name10 TEXT Name11 TEXT Name12 TEXT Name13 TEXT Name14 TEXT Name15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description TEXT The description of the point of interest Description1 TEXT Localised Korean of the above Description2 TEXT Localised French of the above Description3 TEXT Localised German of the above Description4 TEXT Localised Chinese of the above Description5 TEXT Localised Taiwanese of the above Description6 TEXT Localised Spanish (Traditional) of the above Description7 TEXT Localised Spanish (Latin America) of the above Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. WorldStateId INT(11) References a world state for the point of interest. WorldMapLink TEXT Description of the fields AreaPoiId INT(11) Unique ID Importance INT(11) Determines if a point of interest is to be highlighted. Bits Value Meaning 00000000 0 **TODO** 00000001 1 **TODO** 00000010 2 **TODO** 00000100 4 **TODO** NeutralNormalIcon INT(11) NeutralHalfDamageIcon INT(11) NeutralDestroyedIcon INT(11) HordeNormalIcon INT(11) HordeHalfDamageIcon INT(11) HordeDestroyedIcon INT(11) AllianceNormalIcon INT(11) AllianceHalfDamageIcon INT(11) AllianceDestroyedIcon INT(11) FactionId INT(11) References the primary key of [FactionTemplate.dbc]. LocationX FLOAT X coordinate of the point of interest LocationY FLOAT Y coordinate of the point of interest LocationZ FLOAT Z coordinate of the point of interest MapId INT(11) References the primary key of [Map.dbc]. Flags INT(11) These flags determine where a point of interest will be shown. Bits Value Meaning 00000000 0 **TODO** 00000001 1 **TODO** 00000010 2 **TODO** 00000100 4 **TODO** 00001000 8 **TODO** 00010000 16 **TODO** 00100000 32 **TODO** 01000000 64 **TODO** 10000000 128 **TODO** AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. Name TEXT The name of the point of interest Name1 TEXT The name of the point of interest Name2 TEXT The name of the point of interest Name3 TEXT The name of the point of interest Name4 TEXT The name of the point of interest Name5 TEXT The name of the point of interest Name6 TEXT The name of the point of interest Name7 TEXT The name of the point of interest Name8 TEXT Name9 TEXT Name10 TEXT Name11 TEXT Name12 TEXT Name13 TEXT Name14 TEXT Name15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description TEXT The description of the point of interest Description1 TEXT The description of the point of interest Description2 TEXT The description of the point of interest Description3 TEXT The description of the point of interest Description4 TEXT The description of the point of interest Description5 TEXT The description of the point of interest Description6 TEXT The description of the point of interest Description7 TEXT The description of the point of interest Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. WorldStateId INT(11) References the primary key of [WorldStateUI.dbc]. WorldMapLink TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  2. antz

    areagroup

    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 'areagroup' for MaNGOSTwo The file contents is read and mapped into the struct areagroupEntry in the MaNGOS core. The field types and usage is defined in areagroupfmt 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 AreaGroupId INT(11) AreaId1 INT(11) AreaId2 INT(11) AreaId3 INT(11) AreaId4 INT(11) AreaId5 INT(11) AreaId6 INT(11) NextAreaGroupId INT(11) Description of the fields AreaGroupId INT(11) AreaId1 INT(11) AreaId2 INT(11) AreaId3 INT(11) AreaId4 INT(11) AreaId5 INT(11) AreaId6 INT(11) NextAreaGroupId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  3. antz

    AnimationData

    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 MaNGOSTwo 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: 8 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. FallbackAnimationDataId INT(11) The animation to return to after this animation is finished. PreviousAnimationDataId INT(11) The preceeding animation. BehaviorTier INT(11) 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 FallbackAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. PreviousAnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. BehaviorTier INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  4. 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_criteria' for MaNGOSTwo Records Achievement requirements The file contents is read and mapped into the struct achievementcriteriaEntry in the MaNGOS core. The field types and usage is defined in achievementcriteriafmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 31 strong> Field Name Field Type Notes AchievementCriteriaId INT(11) AchievementId INT(11) Type INT(11) AssetId INT(11) Quantity FLOAT StartEvent INT(11) StartAsset INT(11) FailEvent INT(11) FailAsset INT(11) Description TEXT Description1 TEXT Description2 TEXT Description3 TEXT Description4 TEXT Description5 TEXT Description6 TEXT Description7 TEXT Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Flags INT(11) TimerStartEvent INT(11) TimerAssetId INT(11) TimerTime INT(11) UiOrder INT(11) Description of the fields AchievementCriteriaId INT(11) AchievementId INT(11) Type INT(11) AssetId INT(11) Quantity FLOAT StartEvent INT(11) StartAsset INT(11) FailEvent INT(11) FailAsset INT(11) Description TEXT Description1 TEXT Description2 TEXT Description3 TEXT Description4 TEXT Description5 TEXT Description6 TEXT Description7 TEXT Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Flags INT(11) TimerStartEvent INT(11) TimerAssetId INT(11) TimerTime INT(11) UiOrder INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  5. 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 MaNGOSTwo 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: 20 strong> Field Name Field Type Notes AchievementCategoryId INT(11) ParentAchievementCategoryId INT(11) CategoryName TEXT CategoryName1 TEXT CategoryName2 TEXT CategoryName3 TEXT CategoryName4 TEXT CategoryName5 TEXT CategoryName6 TEXT CategoryName7 TEXT CategoryName8 TEXT CategoryName9 TEXT CategoryName10 TEXT CategoryName11 TEXT CategoryName12 TEXT CategoryName13 TEXT CategoryName14 TEXT CategoryName15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. UiOrder INT(11) Description of the fields AchievementCategoryId INT(11) ParentAchievementCategoryId INT(11) -1 if none. CategoryName TEXT CategoryName1 TEXT CategoryName2 TEXT CategoryName3 TEXT CategoryName4 TEXT CategoryName5 TEXT CategoryName6 TEXT CategoryName7 TEXT CategoryName8 TEXT CategoryName9 TEXT CategoryName10 TEXT CategoryName11 TEXT CategoryName12 TEXT CategoryName13 TEXT CategoryName14 TEXT CategoryName15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. UiOrder INT(11) Categories are sorted by this index. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  6. antz

    achievement

    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 MaNGOSTwo 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: 62 strong> Field Name Field Type Notes AchievementId INT(11) Faction FLOAT MapId INT(11) The map on which the area is located. PreviousAchievementId INT(11) Name TEXT Name1 TEXT Name2 TEXT Name3 TEXT Name4 TEXT Name5 TEXT Name6 TEXT Name7 TEXT Name8 TEXT Name9 TEXT Name10 TEXT Name11 TEXT Name12 TEXT Name13 TEXT Name14 TEXT Name15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description TEXT Description1 TEXT Description2 TEXT Description3 TEXT Description4 TEXT Description5 TEXT Description6 TEXT Description7 TEXT Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. CategoryId INT(11) RewardPoints INT(11) OrderInGroup INT(11) Flags INT(11) SpellIconId INT(11) Reward TEXT Reward1 TEXT Reward2 TEXT Reward3 TEXT Reward4 TEXT Reward5 TEXT Reward6 TEXT Reward7 TEXT Reward8 TEXT Reward9 TEXT Reward10 TEXT Reward11 TEXT Reward12 TEXT Reward13 TEXT Reward14 TEXT Reward15 TEXT TEXTCHECKSUM3 FLOAT A checksum value for the preceeding text fields. RequiredCount INT(11) ReferencedAchievement INT(11) Description of the fields AchievementId INT(11) Faction FLOAT -1: both, 0: Horde or 1: Alliance MapId INT(11) References the primary key of [Map.dbc]. Only set if achievement is related to a zone. PreviousAchievementId INT(11) If the Achievement belongs to a series, this is the ID of the previous one. 0 otherwise. Name TEXT Name1 TEXT Name2 TEXT Name3 TEXT Name4 TEXT Name5 TEXT Name6 TEXT Name7 TEXT Name8 TEXT Name9 TEXT Name10 TEXT Name11 TEXT Name12 TEXT Name13 TEXT Name14 TEXT Name15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. Description TEXT Description1 TEXT Description2 TEXT Description3 TEXT Description4 TEXT Description5 TEXT Description6 TEXT Description7 TEXT Description8 TEXT Description9 TEXT Description10 TEXT Description11 TEXT Description12 TEXT Description13 TEXT Description14 TEXT Description15 TEXT TEXTCHECKSUM2 FLOAT A checksum value for the preceeding text fields. CategoryId INT(11) RewardPoints INT(11) 0,5,10,15,20,25,30,50 OrderInGroup INT(11) 0-111 Flags INT(11) 0x100 are Realmfirst-Achievements, 0x300 are Raid-Realmfirst-Achievements SpellIconId INT(11) An icon to display. Reward TEXT Reward1 TEXT Reward2 TEXT Reward3 TEXT Reward4 TEXT Reward5 TEXT Reward6 TEXT Reward7 TEXT Reward8 TEXT Reward9 TEXT Reward10 TEXT Reward11 TEXT Reward12 TEXT Reward13 TEXT Reward14 TEXT Reward15 TEXT TEXTCHECKSUM3 FLOAT A checksum value for the preceeding text fields. RequiredCount INT(11) Number of things you have to get/fulfill to get this Achievement. For example if you have to get 25 tabards, there is a 25. ReferencedAchievement INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  7. antz

    ZoneMusic

    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 MaNGOSOne 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
  8. 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 MaNGOSOne 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
  9. antz

    WowError_Strings

    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 MaNGOSOne 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: 19 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. errorString8 TEXT errorString9 TEXT errorString10 TEXT errorString11 TEXT errorString12 TEXT errorString13 TEXT errorString14 TEXT errorString15 TEXT 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. errorString8 TEXT errorString9 TEXT errorString10 TEXT errorString11 TEXT errorString12 TEXT errorString13 TEXT errorString14 TEXT errorString15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  10. 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 'worldstatezonesounds' for MaNGOSOne The file contents is read and mapped into the struct worldstatezonesoundsEntry in the MaNGOS core. The field types and usage is defined in worldstatezonesoundsfmt 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 col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 TEXT col5 INT(11) col6 TEXT col7 TEXT Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 TEXT col5 INT(11) col6 TEXT col7 TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  11. antz

    WorldStateUI

    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 MaNGOSOne 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: 63 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. Col22 FLOAT Col23 INT(11) Col24 INT(11) Col25 TEXT DynamicIcon TEXT DynamicIcon1 TEXT DynamicIcon2 TEXT DynamicIcon3 TEXT DynamicIcon4 TEXT DynamicIcon5 TEXT DynamicIcon6 TEXT DynamicIcon7 TEXT DynamicIcon8 TEXT DynamicIcon9 TEXT DynamicIcon10 TEXT DynamicIcon11 TEXT DynamicIcon12 TEXT DynamicIcon13 TEXT DynamicIcon14 TEXT DynamicIcon15 TEXT TEXTCHECKSUM3 FLOAT A checksum value for the preceeding text fields. col43 TEXT col44 TEXT col45 TEXT col46 TEXT col47 TEXT col48 TEXT col49 TEXT col50 TEXT col51 TEXT col52 TEXT col53 TEXT col54 TEXT col55 TEXT col56 TEXT col57 TEXT TEXTCHECKSUM4 FLOAT A checksum value for the preceeding text fields. col59 TEXT col60 INT(11) col61 INT(11) col62 TEXT 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. Col22 FLOAT Col23 INT(11) Col24 INT(11) Col25 TEXT DynamicIcon TEXT DynamicIcon1 TEXT DynamicIcon2 TEXT DynamicIcon3 TEXT DynamicIcon4 TEXT DynamicIcon5 TEXT DynamicIcon6 TEXT DynamicIcon7 TEXT DynamicIcon8 TEXT DynamicIcon9 TEXT DynamicIcon10 TEXT DynamicIcon11 TEXT DynamicIcon12 TEXT DynamicIcon13 TEXT DynamicIcon14 TEXT DynamicIcon15 TEXT TEXTCHECKSUM3 FLOAT A checksum value for the preceeding text fields. col43 TEXT col44 TEXT col45 TEXT col46 TEXT col47 TEXT col48 TEXT col49 TEXT col50 TEXT col51 TEXT col52 TEXT col53 TEXT col54 TEXT col55 TEXT col56 TEXT col57 TEXT TEXTCHECKSUM4 FLOAT A checksum value for the preceeding text fields. col59 TEXT col60 INT(11) col61 INT(11) col62 TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  12. antz

    WorldSafeLocs

    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 MaNGOSOne 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: 22 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. AreaName8 TEXT AreaName9 TEXT AreaName10 TEXT AreaName11 TEXT AreaName12 TEXT AreaName13 TEXT AreaName14 TEXT AreaName15 TEXT 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. AreaName8 TEXT AreaName9 TEXT AreaName10 TEXT AreaName11 TEXT AreaName12 TEXT AreaName13 TEXT AreaName14 TEXT AreaName15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  13. antz

    worldmaptransforms

    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 'worldmaptransforms' for MaNGOSOne The file contents is read and mapped into the struct worldmaptransformsEntry in the MaNGOS core. The field types and usage is defined in worldmaptransformsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 9 strong> Field Name Field Type Notes Id INT(11) Unique Id MapId INT(11) The map on which the area is located. regionMinX FLOAT regionMinY FLOAT regionMaxX FLOAT regionMaxY FLOAT newMapId INT(11) regionOffsetX FLOAT regionOffsetY FLOAT Description of the fields Id INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. regionMinX FLOAT regionMinY FLOAT regionMaxX FLOAT regionMaxY FLOAT newMapId INT(11) regionOffsetX FLOAT regionOffsetY FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  14. antz

    WorldMapOverlay

    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 MaNGOSOne 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
  15. antz

    WorldMapContinent

    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 MaNGOSOne 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
  16. antz

    WorldMapArea

    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 MaNGOSOne 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: 9 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 col8 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 col8 FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  17. antz

    WMOAreaTable

    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 MaNGOSOne 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: 28 strong> Field Name Field Type Notes Id INT(11) Unique Id WMOId INT(11) NameSetId INT(11) WMOGroupId BIGINT(20) soundProviderPreferences INT(11) soundProviderPreferencesUnderwater FLOAT 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. AreaName8 TEXT AreaName9 TEXT AreaName10 TEXT AreaName11 TEXT AreaName12 TEXT AreaName13 TEXT AreaName14 TEXT AreaName15 TEXT 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 FLOAT 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. AreaName8 TEXT AreaName9 TEXT AreaName10 TEXT AreaName11 TEXT AreaName12 TEXT AreaName13 TEXT AreaName14 TEXT AreaName15 TEXT TEXTCHECKSUM1 FLOAT A checksum value for the preceeding text fields. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  18. antz

    weather

    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 'weather' for MaNGOSOne The file contents is read and mapped into the struct weatherEntry in the MaNGOS core. The field types and usage is defined in weatherfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 7 strong> Field Name Field Type Notes Id INT(11) Unique Id ambienceId INT(11) effectType INT(11) effectColor1 INT(11) effectColor2 INT(11) effectColor3 INT(11) effectTexture TEXT Description of the fields Id INT(11) Unique Id ambienceId INT(11) effectType INT(11) effectColor1 INT(11) effectColor2 INT(11) effectColor3 INT(11) effectTexture TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  19. antz

    WeaponSwingSounds2

    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 MaNGOSOne 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
  20. antz

    WeaponImpactSounds

    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 MaNGOSOne 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
  21. antz

    VocalUISounds

    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 'VocalUISounds' for MaNGOSOne This table contains definitions for UI error sounds for all the different races and genders. The file contents is read and mapped into the struct vocaluisoundsEntry in the MaNGOS core. The field types and usage is defined in vocaluisoundsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 7 strong> Field Name Field Type Notes Id INT(11) Unique Id voiceUIEnum INT(11) RaceId INT(11) References the race for which the style applies. NormalMaleSoundEntryId INT(11) NormalFemaleSoundEntryId INT(11) DrunkMaleSoundEntryId INT(11) DrunkFemaleSoundEntryId INT(11) Description of the fields Id INT(11) Unique Id voiceUIEnum INT(11) RaceId INT(11) References the primary key of [chrraces.dbc#ID]. NormalMaleSoundEntryId INT(11) NormalFemaleSoundEntryId INT(11) DrunkMaleSoundEntryId INT(11) DrunkFemaleSoundEntryId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  22. antz

    VideoHardware

    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 'VideoHardware' for MaNGOSOne The video hardware table most likely contains definitions for supported video hardware. Note: We have not found any matches for the contents of this file, not even BIOS checksums or Manufacturer ID's for graphics cards. The file contents is read and mapped into the struct videohardwareEntry in the MaNGOS core. The field types and usage is defined in videohardwarefmt 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 col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 TEXT col6 INT(11) col7 TEXT col8 TEXT col9 TEXT col10 INT(11) col11 TEXT col12 TEXT col13 INT(11) col14 INT(11) col15 INT(11) col16 INT(11) col17 TEXT col18 TEXT col19 TEXT col20 TEXT col21 INT(11) col22 TEXT Description of the fields Id INT(11) Unique Id col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 TEXT col6 INT(11) col7 TEXT col8 TEXT col9 TEXT col10 INT(11) col11 TEXT col12 TEXT col13 INT(11) col14 INT(11) col15 INT(11) col16 INT(11) col17 TEXT col18 TEXT col19 TEXT col20 TEXT col21 INT(11) col22 TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  23. antz

    UnitBloodLevels

    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 'UnitBloodLevels' for MaNGOSOne This table contains definitions for the levels of blood to be displayed on a creature. The file contents is read and mapped into the struct unitbloodlevelsEntry in the MaNGOS core. The field types and usage is defined in unitbloodlevelsfmt 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 Violencelevel1 TEXT Violencelevel2 INT(11) Violencelevel3 INT(11) Description of the fields Id INT(11) Unique Id Violencelevel1 TEXT Violencelevel2 INT(11) Violencelevel3 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  24. antz

    UnitBlood

    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 'UnitBlood' for MaNGOSOne This table contains definitions for the unit blood to be displayed on a creature. The file contents is read and mapped into the struct unitbloodEntry in the MaNGOS core. The field types and usage is defined in unitbloodfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 10 strong> Field Name Field Type Notes Id INT(11) Unique Id CombatBloodSpurtFront1 INT(11) CombatBloodSpurtFront2 INT(11) CombatBloodSpurtBack1 INT(11) CombatBloodSpurtBack2 INT(11) GroundBlood1 TEXT GroundBlood2 TEXT GroundBlood3 TEXT GroundBlood4 TEXT col9 TEXT Description of the fields Id INT(11) Unique Id CombatBloodSpurtFront1 INT(11) CombatBloodSpurtFront2 INT(11) CombatBloodSpurtBack1 INT(11) CombatBloodSpurtBack2 INT(11) GroundBlood1 TEXT GroundBlood2 TEXT GroundBlood3 TEXT GroundBlood4 TEXT col9 TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  25. antz

    UISoundLookups

    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 'UISoundLookups' for MaNGOSOne This table contains definitions for sounds used in various sections of the user interface. The file contents is read and mapped into the struct uisoundlookupsEntry in the MaNGOS core. The field types and usage is defined in uisoundlookupsfmt 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 soundEntryId INT(11) internalName TEXT Description of the fields Id INT(11) Unique Id soundEntryId INT(11) internalName TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use