Jump to content

antz

Community Manager
  • Posts

    2813
  • Joined

  • Last visited

  • Days Won

    94
  • Donations

    0.00 GBP 

Everything posted by antz

  1. antz

    AttackAnimTypes

    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 'AttackAnimTypes' for MaNGOSThree The attack animation types table contains definitions for attack animation types. The file contents is read and mapped into the struct attackanimtypesEntry in the MaNGOS core. The field types and usage is defined in attackanimtypesfmt 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 AttackAnimTypesId INT(11) Unique Id Name TEXT The name of the animation type. Description of the fields AttackAnimTypesId INT(11) Unique ID Name TEXT The name of the animation type. ID 1 1H_Main_Swing 2 1H_Main_Pierce 3 2HL_Pierce 4 2HL_Swing 5 2HT_Swing 7 OffH_Swing 8 OffH_Pierce auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  2. antz

    AttackAnimKits

    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 'AttackAnimKits' for MaNGOSThree The attack animation kits table contains definitions for attack animation groups. The file contents is read and mapped into the struct attackanimkitsEntry in the MaNGOS core. The field types and usage is defined in attackanimkitsfmt 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 AttackAnimKitsId INT(11) Unique Id AnimationDataId INT(11) References an animation ID from `AnimationData.dbc#AnimationDataID`. AttackAnimTypeId INT(11) The ID of the attack animation type. Flags INT(11) See below. OffHandAttackFlag INT(11) TODO. seems to be a flag for OffHand attack animation. Description of the fields AttackAnimKitsId INT(11) Unique ID AnimationDataId INT(11) References an animation ID from [AnimationData.dbc#AnimationDataID]. AttackAnimTypeId INT(11) References the primary key of [AttackAnimTypes.dbc]. Flags INT(11) Determines what kind of weapon animation this is. Value Description 0 Main Hand 1 Offhand OffHandAttackFlag INT(11) TODO. seems to be a flag for OffHand attack animation. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  3. antz

    armorlocation

    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 'armorlocation' for MaNGOSThree The file contents is read and mapped into the struct armorlocationEntry in the MaNGOS core. The field types and usage is defined in armorlocationfmt 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 clothmodifier FLOAT leathermodifier FLOAT chainmodifier FLOAT platemodifier FLOAT modifier FLOAT Description of the fields Id INT(11) Unique Id clothmodifier FLOAT leathermodifier FLOAT chainmodifier FLOAT platemodifier FLOAT modifier FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  4. antz

    AreaTrigger

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AreaTrigger' for MaNGOSThree The area trigger table contains definitions for position which are supposed to trigger or monitor server side events. The file contents is read and mapped into the struct areatriggerEntry in the MaNGOS core. The field types and usage is defined in areatriggerfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 13 strong> Field Name Field Type Notes AreaTriggerId INT(11) Unique Id MapId INT(11) The map on which the area is located. LocationX FLOAT X coordinate for the trigger. LocationY FLOAT Y coordinate for the trigger. LocationZ FLOAT Z coordinate for the trigger. col5 INT(11) col6 INT(11) col7 INT(11) Radius FLOAT Box size of the area trigger. BoxLength FLOAT Length of the box if no radius is specified. BoxWidth FLOAT Width of the box if no radius is specified. BoxHeight FLOAT Height of the box if no radius is specified. BoxOrientation FLOAT Orientation of the box if no radius is specified. Description of the fields AreaTriggerId INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. LocationX FLOAT X coordinate for the trigger. LocationY FLOAT Y coordinate for the trigger. LocationZ FLOAT Z coordinate for the trigger. col5 INT(11) col6 INT(11) col7 INT(11) Radius FLOAT Box size of the area trigger. BoxLength FLOAT Length of the box if no radius is specified. BoxWidth FLOAT Width of the box if no radius is specified. BoxHeight FLOAT Height of the box if no radius is specified. BoxOrientation FLOAT Orientation of the box if no radius is specified. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  5. antz

    AreaTable

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'AreaTable' for MaNGOSThree The area table contains definitions for distinct areas in a zone. The file contents is read and mapped into the struct areatableEntry in the MaNGOS core. The field types and usage is defined in areatablefmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 26 strong> Field Name Field Type Notes AreaTableId INT(11) Unique Id MapId INT(11) The map on which the area is located. ParentAreaTableId INT(11) Reference to the parent Area if set. AreaBit INT(11) See below. Flags FLOAT See below. SoundPreferencesId INT(11) Sound settings when moving while in this area. SoundPreferencesIdUnderWater INT(11) Sound settings when moving in water in this area. SoundAmbienceId INT(11) Background sounds which play while in this area ie. birds, falling leaves etc. ZoneMusicId INT(11) The background music that plays when in this area. ZoneIntroMusicTableId INT(11) The music played upon entering the area. ExplorationLevel INT(11) The Suggested character level for exploring this area. AreaName TEXT The Name of the Area col12 INT(11) col13 INT(11) col14 TEXT col15 INT(11) col16 INT(11) col17 FLOAT col18 FLOAT col19 TEXT col20 INT(11) col21 TEXT col22 INT(11) col23 INT(11) col24 INT(11) LightId INT(11) References the type of lighting to be seen in this area. Description of the fields AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. MapId INT(11) References the primary key of [Map.dbc]. ParentAreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. AreaBit INT(11) We have not investigated the purpose of these bit flags. The current assumption is that these bit flags provide meta information for a zone, e.g. hinting at an instanced or non-instanced zone, or a dungeon, or battleground, etc. Flags FLOAT `flags` seem to directly relate to the state of a zone, e.g. is it a city, or is it a winter area, or can I duel there. Thus we assume these are interaction related flags. Bit Masks Value Enum Name Notes 0000 0000 0000 0001 1 AREA_FLAG_SNOW Seems to indicate zones which have winter maps with snow on the ground. 0000 0000 0000 0010 2 AREA_FLAG_UNK 0000 0000 0000 0100 4 AREA_FLAG_DEVELOPMENT Indicates a map only available during development. 0000 0000 0000 1000 8 AREA_FLAG_UNK2 0000 0000 0001 0000 16 AREA_FLAG_UNK3 0000 0000 0010 0000 32 AREA_FLAG_CITY_SLAVE 0000 0000 0100 0000 64 AREA_FLAG_ALLOW_DUELS 0000 0000 1000 0000 128 AREA_FLAG_UNK4 0000 0001 0000 0000 256 AREA_FLAG_CITY 0000 0010 0000 0000 512 AREA_FLAG_TEST SoundPreferencesId INT(11) References the primary key of [SoundProviderPreferences.dbc]. SoundPreferencesIdUnderWater INT(11) References the primary key of [SoundProviderPreferences.dbc]. SoundAmbienceId INT(11) References the primary key of [SoundAmbience.dbc]. ZoneMusicId INT(11) References the primary key of [ZoneMusic.dbc]. ZoneIntroMusicTableId INT(11) References the primary key of [ZoneIntroMusicTable.dbc]. ExplorationLevel INT(11) The Suggested character level for exploring this area. AreaName TEXT The Name of the Area. col12 INT(11) col13 INT(11) col14 TEXT col15 INT(11) col16 INT(11) col17 FLOAT col18 FLOAT col19 TEXT col20 INT(11) col21 TEXT col22 INT(11) col23 INT(11) col24 INT(11) LightId INT(11) References the primary key of [Light.dbc]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  6. 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 'areapoisortedworldstate' for MaNGOSThree The file contents is read and mapped into the struct areapoisortedworldstateEntry in the MaNGOS core. The field types and usage is defined in areapoisortedworldstatefmt 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 col0 INT(11) col1 INT(11) col2 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  7. 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 MaNGOSThree 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: 22 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. Name TEXT The name of the point of interest Description TEXT The description of the point of interest AreaTableId INT(11) An area ID from `AreaTable.dbc#ID`. WorldMapLink TEXT WorldStateId INT(11) References a world state for the point of interest. 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** Name TEXT The name of the point of interest Description TEXT The description of the point of interest AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. WorldMapLink TEXT WorldStateId INT(11) References the primary key of [WorldStateUI.dbc]. auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  8. 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 MaNGOSThree 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
  9. antz

    areaassignment

    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 'areaassignment' for MaNGOSThree The file contents is read and mapped into the struct areaassignmentEntry in the MaNGOS core. The field types and usage is defined in areaassignmentfmt 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 generatedId INT(11) MapId INT(11) The map on which the area is located. AreaId INT(11) ChunkX INT(11) ChunkY INT(11) Description of the fields generatedId INT(11) MapId INT(11) References the primary key of [Map.dbc]. AreaId INT(11) ChunkX INT(11) ChunkY 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 'animreplacementset' for MaNGOSThree The file contents is read and mapped into the struct animreplacementsetEntry in the MaNGOS core. The field types and usage is defined in animreplacementsetfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 2 strong> Field Name Field Type Notes Id INT(11) Unique Id execOrder INT(11) Description of the fields Id INT(11) Unique Id execOrder INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  11. antz

    animreplacement

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'animreplacement' for MaNGOSThree The file contents is read and mapped into the struct animreplacementEntry in the MaNGOS core. The field types and usage is defined in animreplacementfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 4 strong> Field Name Field Type Notes Id INT(11) Unique Id srcAnimId INT(11) dstAnimId INT(11) parentAnimReplacementSetId INT(11) Description of the fields Id INT(11) Unique Id srcAnimId INT(11) dstAnimId INT(11) parentAnimReplacementSetId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  12. antz

    animkitsegment

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'animkitsegment' for MaNGOSThree The file contents is read and mapped into the struct animkitsegmentEntry in the MaNGOS core. The field types and usage is defined in animkitsegmentfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 16 strong> Field Name Field Type Notes Id INT(11) Unique Id parentAnimKitId INT(11) animId INT(11) animStartTime INT(11) animKitConfigId INT(11) startCondition INT(11) startConditionParam INT(11) startConditionDelay INT(11) endCondition INT(11) endConditionParam INT(11) endConditionDelay INT(11) speed FLOAT segmentFlags INT(11) forcedVariation INT(11) overrideConfigFlags INT(11) loopToSegmentIndex FLOAT Description of the fields Id INT(11) Unique Id parentAnimKitId INT(11) animId INT(11) animStartTime INT(11) animKitConfigId INT(11) startCondition INT(11) startConditionParam INT(11) startConditionDelay INT(11) endCondition INT(11) endConditionParam INT(11) endConditionDelay INT(11) speed FLOAT segmentFlags INT(11) forcedVariation INT(11) overrideConfigFlags INT(11) loopToSegmentIndex FLOAT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  13. antz

    animkitpriority

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'animkitpriority' for MaNGOSThree The file contents is read and mapped into the struct animkitpriorityEntry in the MaNGOS core. The field types and usage is defined in animkitpriorityfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 2 strong> Field Name Field Type Notes Id INT(11) Unique Id priority INT(11) Description of the fields Id INT(11) Unique Id priority INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  14. NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'animkitconfigboneset' for MaNGOSThree The file contents is read and mapped into the struct animkitconfigbonesetEntry in the MaNGOS core. The field types and usage is defined in animkitconfigbonesetfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 4 strong> Field Name Field Type Notes Id INT(11) Unique Id parentAnimKitConfigId INT(11) animKitBoneSetId INT(11) animKitPriorityId INT(11) Description of the fields Id INT(11) Unique Id parentAnimKitConfigId INT(11) animKitBoneSetId INT(11) animKitPriorityId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  15. antz

    animkitconfig

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'animkitconfig' for MaNGOSThree The file contents is read and mapped into the struct animkitconfigEntry in the MaNGOS core. The field types and usage is defined in animkitconfigfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 2 strong> Field Name Field Type Notes Id INT(11) Unique Id configFlags INT(11) Description of the fields Id INT(11) Unique Id configFlags INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  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 'animkitbonesetalias' for MaNGOSThree The file contents is read and mapped into the struct animkitbonesetaliasEntry in the MaNGOS core. The field types and usage is defined in animkitbonesetaliasfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 3 strong> Field Name Field Type Notes Id INT(11) Unique Id boneDataId INT(11) animKitBoneSetId INT(11) Description of the fields Id INT(11) Unique Id boneDataId INT(11) animKitBoneSetId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  17. 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 MaNGOSThree 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
  18. 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 MaNGOSThree 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: 3 strong> Field Name Field Type Notes Id INT(11) Unique Id oneShotDuration INT(11) oneShotStopAnimKitId INT(11) Description of the fields Id INT(11) Unique Id oneShotDuration INT(11) oneShotStopAnimKitId INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  19. 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 MaNGOSThree 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
  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 'achievement_criteria' for MaNGOSThree 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
  21. 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 MaNGOSThree 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
  22. 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 MaNGOSThree 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: 14 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) 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) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  23. 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 MaNGOSTwo 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
  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 'ZoneIntroMusicTable' for MaNGOSTwo 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
  25. 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 MaNGOSTwo 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
×
×
  • 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