Jump to content

antz

Community Manager
  • Posts

    2819
  • Joined

  • Last visited

  • Days Won

    96
  • Donations

    0.00 GBP 

Everything posted by antz

  1. 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 MaNGOSFour 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: 23 strong> Field Name Field Type Notes AchievementCriteriaId INT(11) AchievementId INT(11) Type INT(11) AssetId INT(11) Quantity FLOAT col5 TEXT start_event INT(11) start_asset INT(11) fail_event INT(11) fail_asset INT(11) DescriptionId0 INT(11) DescriptionId1 INT(11) DescriptionId2 INT(11) DescriptionId3 INT(11) DescriptionId4 INT(11) DescriptionId5 INT(11) DescriptionId6 INT(11) DescriptionId7 INT(11) DescriptionId8 INT(11) Flags INT(11) TimerStartEvent INT(11) TimerAssetId INT(11) TimerTime INT(11) Description of the fields AchievementCriteriaId INT(11) AchievementId INT(11) Type INT(11) AssetId INT(11) Quantity FLOAT col5 TEXT start_event INT(11) start_asset INT(11) fail_event INT(11) fail_asset INT(11) DescriptionId0 INT(11) DescriptionId1 INT(11) DescriptionId2 INT(11) DescriptionId3 INT(11) DescriptionId4 INT(11) DescriptionId5 INT(11) DescriptionId6 INT(11) DescriptionId7 INT(11) DescriptionId8 INT(11) Flags INT(11) TimerStartEvent INT(11) TimerAssetId INT(11) TimerTime INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  2. 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 MaNGOSFour 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
  3. 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 MaNGOSFour 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 AchievementId INT(11) Faction FLOAT MapId INT(11) The map on which the area is located. PreviousAchievementId INT(11) Name TEXT Description TEXT CategoryId INT(11) RewardPoints INT(11) OrderInGroup INT(11) Flags INT(11) SpellIconId INT(11) Reward TEXT RequiredCount INT(11) ReferencedAchievement INT(11) col14 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 Description TEXT 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 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) col14 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  4. 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 MaNGOSThree 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
  5. antz

    zonelightpoint

    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 'zonelightpoint' for MaNGOSThree The file contents is read and mapped into the struct zonelightpointEntry in the MaNGOS core. The field types and usage is defined in zonelightpointfmt 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 col0 INT(11) col1 INT(11) col2 FLOAT col3 FLOAT col4 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 FLOAT col3 FLOAT col4 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  6. antz

    zonelight

    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 'zonelight' for MaNGOSThree The file contents is read and mapped into the struct zonelightEntry in the MaNGOS core. The field types and usage is defined in zonelightfmt 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 col0 INT(11) col1 TEXT col2 INT(11) col3 INT(11) Description of the fields col0 INT(11) col1 TEXT col2 INT(11) col3 INT(11) 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 MaNGOSThree 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 MaNGOSThree 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: 3 strong> Field Name Field Type Notes Id INT(11) Unique Id errorName TEXT errorString TEXT Description of the fields Id INT(11) Unique Id errorName TEXT errorString TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  9. antz

    world_pvp_area

    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 'world_pvp_area' for MaNGOSThree The file contents is read and mapped into the struct worldpvpareaEntry in the MaNGOS core. The field types and usage is defined in worldpvpareafmt 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 col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 INT(11) col6 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 INT(11) col6 INT(11) 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 MaNGOSThree 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: 9 strong> Field Name Field Type Notes col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 INT(11) col6 INT(11) col7 INT(11) col8 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 INT(11) col6 INT(11) col7 INT(11) col8 INT(11) 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 MaNGOSThree 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: 17 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 col4 INT(11) col5 TEXT col6 TEXT col7 TEXT col8 TEXT col9 INT(11) col10 INT(11) col11 TEXT col12 TEXT col13 TEXT col14 INT(11) col15 INT(11) col16 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 col4 INT(11) col5 TEXT col6 TEXT col7 TEXT col8 TEXT col9 INT(11) col10 INT(11) col11 TEXT col12 TEXT col13 TEXT col14 INT(11) col15 INT(11) col16 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 MaNGOSThree 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: 6 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 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 auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  13. 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 MaNGOSThree 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: 12 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 newDungeonMapId INT(11) col10 FLOAT col11 INT(11) 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 newDungeonMapId INT(11) col10 FLOAT col11 INT(11) 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 MaNGOSThree 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: 15 strong> Field Name Field Type Notes Id INT(11) Unique Id mapAreaId INT(11) AreaTableId1 INT(11) AreaTableId2 INT(11) AreaTableId3 INT(11) AreaTableId4 INT(11) 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 mapAreaId INT(11) AreaTableId1 INT(11) AreaTableId2 INT(11) AreaTableId3 INT(11) AreaTableId4 INT(11) 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. 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 MaNGOSThree 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: 14 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 col13 INT(11) 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 col13 INT(11) 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 MaNGOSThree 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: 14 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 col9 FLOAT col10 FLOAT col11 INT(11) col12 INT(11) col13 INT(11) 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 col9 FLOAT col10 FLOAT col11 INT(11) col12 INT(11) col13 INT(11) 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 MaNGOSThree 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: 15 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 col12 INT(11) col13 INT(11) col14 INT(11) 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 col12 INT(11) col13 INT(11) col14 INT(11) 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 MaNGOSThree 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: 8 strong> Field Name Field Type Notes Id INT(11) Unique Id ambienceId INT(11) effectType INT(11) transitionSkyBox 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) transitionSkyBox INT(11) effectColor1 INT(11) effectColor2 INT(11) effectColor3 INT(11) effectTexture TEXT 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 'WeaponSwingSounds2' for MaNGOSThree 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. 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 MaNGOSThree 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 MaNGOSThree 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 MaNGOSThree 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. 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 'vehicleuiindseat' for MaNGOSThree The file contents is read and mapped into the struct vehicleuiindseatEntry in the MaNGOS core. The field types and usage is defined in vehicleuiindseatfmt 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 VehicleUIIndicatorId INT(11) VirtualSeatIndex INT(11) XPos FLOAT YPos FLOAT Description of the fields Id INT(11) Unique Id VehicleUIIndicatorId INT(11) VirtualSeatIndex INT(11) XPos FLOAT YPos FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  24. 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 'vehicleuiindicator' for MaNGOSThree The file contents is read and mapped into the struct vehicleuiindicatorEntry in the MaNGOS core. The field types and usage is defined in vehicleuiindicatorfmt 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 Backgroundtexture TEXT Description of the fields Id INT(11) Unique Id Backgroundtexture TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  25. antz

    vehicleseat

    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 'vehicleseat' for MaNGOSThree The file contents is read and mapped into the struct vehicleseatEntry in the MaNGOS core. The field types and usage is defined in vehicleseatfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 66 strong> Field Name Field Type Notes Id INT(11) Unique Id Flags FLOAT AttachmentId INT(11) Col3 FLOAT Col4 FLOAT Col5 FLOAT Col6 FLOAT Col7 FLOAT Col8 FLOAT Col9 FLOAT Col10 FLOAT Col11 FLOAT Col12 FLOAT Col13 FLOAT Col14 FLOAT Col15 FLOAT Col16 FLOAT Col17 FLOAT Col18 FLOAT Col19 FLOAT Col20 FLOAT Col21 FLOAT Col22 FLOAT Col23 FLOAT Col24 FLOAT Col25 FLOAT Col26 FLOAT Col27 FLOAT Col28 FLOAT Col29 FLOAT Col30 FLOAT Col31 FLOAT Col32 FLOAT Col33 FLOAT Col34 FLOAT Col35 FLOAT Col36 FLOAT Col37 FLOAT Col38 FLOAT Col39 FLOAT Col40 FLOAT Col41 INT(11) Col42 INT(11) Col43 INT(11) Col44 FLOAT Col45 FLOAT Col46 FLOAT Col47 FLOAT Col48 FLOAT Col49 FLOAT Col50 FLOAT Col51 FLOAT Col52 FLOAT Col53 FLOAT Col54 FLOAT Col55 FLOAT Col56 FLOAT Col57 FLOAT col58 INT(11) col59 INT(11) col60 INT(11) col61 INT(11) col62 INT(11) col63 INT(11) col64 INT(11) col65 INT(11) Description of the fields Id INT(11) Unique Id Flags FLOAT AttachmentId INT(11) Col3 FLOAT Col4 FLOAT Col5 FLOAT Col6 FLOAT Col7 FLOAT Col8 FLOAT Col9 FLOAT Col10 FLOAT Col11 FLOAT Col12 FLOAT Col13 FLOAT Col14 FLOAT Col15 FLOAT Col16 FLOAT Col17 FLOAT Col18 FLOAT Col19 FLOAT Col20 FLOAT Col21 FLOAT Col22 FLOAT Col23 FLOAT Col24 FLOAT Col25 FLOAT Col26 FLOAT Col27 FLOAT Col28 FLOAT Col29 FLOAT Col30 FLOAT Col31 FLOAT Col32 FLOAT Col33 FLOAT Col34 FLOAT Col35 FLOAT Col36 FLOAT Col37 FLOAT Col38 FLOAT Col39 FLOAT Col40 FLOAT Col41 INT(11) Col42 INT(11) Col43 INT(11) Col44 FLOAT Col45 FLOAT Col46 FLOAT Col47 FLOAT Col48 FLOAT Col49 FLOAT Col50 FLOAT Col51 FLOAT Col52 FLOAT Col53 FLOAT Col54 FLOAT Col55 FLOAT Col56 FLOAT Col57 FLOAT col58 INT(11) col59 INT(11) col60 INT(11) col61 INT(11) col62 INT(11) col63 INT(11) col64 INT(11) col65 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