Jump to content

antz

Community Manager
  • Posts

    2808
  • Joined

  • Last visited

  • Days Won

    90
  • Donations

    0.00 GBP 

Everything posted by antz

  1. antz

    animkitboneset

    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
  2. antz

    animkit

    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
  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 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
  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_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
  5. 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 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
  6. 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 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
  7. 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
  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 '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
  9. 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 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
  10. 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 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
  11. 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
  12. 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
  13. 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 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
  14. 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 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
  15. 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
  16. 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
  17. 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 MaNGOSZero 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
  18. 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 MaNGOSZero 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: 22 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) 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) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  19. 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 MaNGOSZero 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
  20. 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 MaNGOSZero 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
  21. 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 MaNGOSZero 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
  22. 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 'terraintypesounds' for MaNGOSZero The file contents is read and mapped into the struct terraintypesoundsEntry in the MaNGOS core. The field types and usage is defined in terraintypesoundsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 1 strong> Field Name Field Type Notes Id INT(11) Description of the fields Id INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  23. 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 'TransportAnimation' for MaNGOSZero This table contains definitions most likely used to play animations during characters being on a transport. The file contents is read and mapped into the struct transportanimationEntry in the MaNGOS core. The field types and usage is defined in transportanimationfmt 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 TransportId INT(11) TimeIndex INT(11) LocationX FLOAT The X coordinate. LocationY FLOAT The Y coordinate. LocationZ FLOAT The Z coordinate. AnimationDataId INT(11) References an animation ID from `AnimationData.dbc#AnimationDataID`. Description of the fields Id INT(11) Unique Id TransportId INT(11) TimeIndex INT(11) LocationX FLOAT The X coordinate. LocationY FLOAT The Y coordinate. LocationZ FLOAT The Z coordinate. AnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  24. antz

    TerrainType

    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 'TerrainType' for MaNGOSZero This table contains definitions for available terrain types and the use of sound and footsteps on them. The file contents is read and mapped into the struct terraintypeEntry in the MaNGOS core. The field types and usage is defined in terraintypefmt 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 TerrainDesc TEXT FootstepSprayRun INT(11) FootstepSprayWalk INT(11) SoundEntryId INT(11) Flags INT(11) Description of the fields Id INT(11) Unique Id TerrainDesc TEXT FootstepSprayRun INT(11) FootstepSprayWalk INT(11) SoundEntryId INT(11) Flags INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  25. antz

    TaxiPathNode

    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 'TaxiPathNode' for MaNGOSZero This table contains definitions for every point along a flight path. The file contents is read and mapped into the struct taxipathnodeEntry in the MaNGOS core. The field types and usage is defined in taxipathnodefmt 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 taxiPathId INT(11) NodeIndex INT(11) 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. Flags INT(11) delay INT(11) Description of the fields Id INT(11) Unique Id taxiPathId INT(11) NodeIndex INT(11) 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. Flags INT(11) delay INT(11) 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