Jump to content

antz

Community Manager
  • Posts

    2808
  • Joined

  • Last visited

  • Days Won

    90
  • Donations

    0.00 GBP 

Everything posted by antz

  1. antz

    NPCSounds

    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 'NPCSounds' for MaNGOSFive The non-player creature sounds table contains definitions for which sounds a creature will make upon being clicked. The file contents is read and mapped into the struct npcsoundsEntry in the MaNGOS core. The field types and usage is defined in npcsoundsfmt 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 SoundEntries1 INT(11) SoundEntries2 INT(11) SoundEntries3 INT(11) SoundEntries4 INT(11) Description of the fields Id INT(11) Unique Id SoundEntries1 INT(11) SoundEntries2 INT(11) SoundEntries3 INT(11) SoundEntries4 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  2. antz

    movievariation

    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 'movievariation' for MaNGOSFive The file contents is read and mapped into the struct movievariationEntry in the MaNGOS core. The field types and usage is defined in movievariationfmt 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 Col1 INT(11) Col2 INT(11) col3 TEXT Description of the fields Id INT(11) Unique Id Col1 INT(11) Col2 INT(11) col3 TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  3. antz

    movie

    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 'movie' for MaNGOSFive This DBC contains all movies used by the client. The file contents is read and mapped into the struct movieEntry in the MaNGOS core. The field types and usage is defined in moviefmt 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 Col2 INT(11) col3 INT(11) col4 INT(11) Description of the fields Id INT(11) Unique Id Name TEXT Col2 INT(11) col3 INT(11) col4 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  4. antz

    Material

    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 'Material' for MaNGOSFive The material table contains definitions for sound to be made by specific materials. The file contents is read and mapped into the struct materialEntry in the MaNGOS core. The field types and usage is defined in materialfmt 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 Flags INT(11) FoleySound INT(11) SheathSound INT(11) UnSheathSound INT(11) Description of the fields Id INT(11) Unique Id Flags INT(11) FoleySound INT(11) SheathSound INT(11) UnSheathSound INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  5. antz

    mapdifficulty

    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 'mapdifficulty' for MaNGOSFive The file contents is read and mapped into the struct mapdifficultyEntry in the MaNGOS core. The field types and usage is defined in mapdifficultyfmt 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 MapId INT(11) The map on which the area is located. Dificulty INT(11) RequirementName TEXT RaidDuration INT(11) MaxPlayers INT(11) M_difficultyString TEXT Col7 INT(11) Description of the fields Id INT(11) Unique Id MapId INT(11) References the primary key of [Map.dbc]. Dificulty INT(11) RequirementName TEXT RaidDuration INT(11) MaxPlayers INT(11) M_difficultyString TEXT Col7 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  6. antz

    Map

    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 'Map' for MaNGOSFive The map table contains definitions for available maps. Think of continents and instances - these are their own maps - rather than specific zones. The file contents is read and mapped into the struct mapEntry in the MaNGOS core. The field types and usage is defined in mapfmt 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 Directory TEXT InstanceType INT(11) Flags INT(11) isPvp INT(11) Is the Map a PVP map ? MapName INT(11) The name of the map. AreaTableId INT(11) An area ID from `AreaTable.dbc#ID`. hordeIntro INT(11) allianceIntro TEXT loadingscreenId TEXT The Loading screen to display when loading the map. minimapIconScale FLOAT ghost_entrance_mapId INT(11) ghost_entrance_x FLOAT ghost_entrance_y FLOAT TimeOfDayOverride FLOAT ExpansionId FLOAT MaxPlayers INT(11) numberOfPlayers INT(11) ParentMapId INT(11) col19 TEXT col20 TEXT col21 INT(11) Description of the fields Id INT(11) Unique Id Directory TEXT InstanceType INT(11) Flags INT(11) isPvp INT(11) Is the Map a PVP map ? MapName INT(11) The name of the map. AreaTableId INT(11) References an area ID from [AreaTable.dbc#AreaTableId]. hordeIntro INT(11) allianceIntro TEXT loadingscreenId TEXT An ID of a screen in [Loadingscreens.dbc#id] minimapIconScale FLOAT ghost_entrance_mapId INT(11) ghost_entrance_x FLOAT ghost_entrance_y FLOAT TimeOfDayOverride FLOAT ExpansionId FLOAT MaxPlayers INT(11) numberOfPlayers INT(11) ParentMapId INT(11) col19 TEXT col20 TEXT col21 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  7. antz

    LockType

    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 'LockType' for MaNGOSFive The lock type table contains definitions for available lock types. The file contents is read and mapped into the struct locktypeEntry in the MaNGOS core. The field types and usage is defined in locktypefmt 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 The name of the lock type. resourceName TEXT The resource gathered by unlocking. Verb TEXT The action performed when using the lock. cursorName TEXT Description of the fields Id INT(11) Unique Id Name TEXT The name of the lock type. resourceName TEXT The resource gathered by unlocking. Verb TEXT The action performed when using the lock. cursorName TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  8. antz

    Lock

    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 'Lock' for MaNGOSFive The lock table contains definitions for available locks. The file contents is read and mapped into the struct lockEntry in the MaNGOS core. The field types and usage is defined in lockfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 33 strong> Field Name Field Type Notes Id INT(11) Unique Id Type1 INT(11) Type2 INT(11) Type3 INT(11) Type4 INT(11) Type5 INT(11) Type6 INT(11) Type7 INT(11) Type8 INT(11) Lock_Properties1 INT(11) Lock_Properties2 INT(11) Lock_Properties3 INT(11) Lock_Properties4 INT(11) Lock_Properties5 INT(11) Lock_Properties6 INT(11) Lock_Properties7 INT(11) Lock_Properties8 INT(11) Required_Skill1 INT(11) Required_Skill2 INT(11) Required_Skill3 INT(11) Required_Skill4 INT(11) Required_Skill5 INT(11) Required_Skill6 INT(11) Required_Skill7 INT(11) Required_Skill8 INT(11) Action1 INT(11) Action2 INT(11) Action3 INT(11) Action4 INT(11) Action5 INT(11) Action6 INT(11) Action7 INT(11) Action8 INT(11) Description of the fields Id INT(11) Unique Id Type1 INT(11) Type2 INT(11) Type3 INT(11) Type4 INT(11) Type5 INT(11) Type6 INT(11) Type7 INT(11) Type8 INT(11) Lock_Properties1 INT(11) Lock_Properties2 INT(11) Lock_Properties3 INT(11) Lock_Properties4 INT(11) Lock_Properties5 INT(11) Lock_Properties6 INT(11) Lock_Properties7 INT(11) Lock_Properties8 INT(11) Required_Skill1 INT(11) Required_Skill2 INT(11) Required_Skill3 INT(11) Required_Skill4 INT(11) Required_Skill5 INT(11) Required_Skill6 INT(11) Required_Skill7 INT(11) Required_Skill8 INT(11) Action1 INT(11) Action2 INT(11) Action3 INT(11) Action4 INT(11) Action5 INT(11) Action6 INT(11) Action7 INT(11) Action8 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  9. 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 'LoadingScreenTaxiSplines' for MaNGOSFive The loading screen taxi splines table contains definitions for paths used by boats and Zeppelins. The file contents is read and mapped into the struct loadingscreentaxisplinesEntry in the MaNGOS core. The field types and usage is defined in loadingscreentaxisplinesfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 24 strong> Field Name Field Type Notes Id INT(11) Unique Id taxiPathId INT(11) LocationX1 FLOAT LocationX2 FLOAT LocationX3 FLOAT LocationX4 FLOAT LocationX5 FLOAT LocationX6 FLOAT LocationX7 FLOAT LocationX8 FLOAT LocationY1 FLOAT LocationY2 FLOAT LocationY3 FLOAT LocationY4 FLOAT LocationY5 FLOAT LocationY6 FLOAT LocationY7 FLOAT LocationY8 FLOAT col18 INT(11) col19 INT(11) col20 INT(11) col21 INT(11) col22 INT(11) LegIndex INT(11) Description of the fields Id INT(11) Unique Id taxiPathId INT(11) LocationX1 FLOAT LocationX2 FLOAT LocationX3 FLOAT LocationX4 FLOAT LocationX5 FLOAT LocationX6 FLOAT LocationX7 FLOAT LocationX8 FLOAT LocationY1 FLOAT LocationY2 FLOAT LocationY3 FLOAT LocationY4 FLOAT LocationY5 FLOAT LocationY6 FLOAT LocationY7 FLOAT LocationY8 FLOAT col18 INT(11) col19 INT(11) col20 INT(11) col21 INT(11) col22 INT(11) LegIndex INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  10. antz

    LoadingScreens

    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 'LoadingScreens' for MaNGOSFive The loading screens table contains definitions for available zone loading screens. The file contents is read and mapped into the struct loadingscreensEntry in the MaNGOS core. The field types and usage is defined in loadingscreensfmt 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 name TEXT fileName TEXT hasWideScreen TEXT Description of the fields Id INT(11) Unique Id name TEXT fileName TEXT hasWideScreen TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  11. antz

    LiquidType

    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 'LiquidType' for MaNGOSFive The liquid type table contains definitions for which effects liquid types should have. The file contents is read and mapped into the struct liquidtypeEntry in the MaNGOS core. The field types and usage is defined in liquidtypefmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 51 strong> Field Name Field Type Notes Id INT(11) Unique Id name TEXT col2 INT(11) col3 INT(11) col4 INT(11) col5 INT(11) col6 FLOAT col7 FLOAT col8 FLOAT col9 FLOAT col10 INT(11) col11 FLOAT col12 TEXT col13 TEXT col14 INT(11) col15 TEXT col16 TEXT col17 TEXT col18 TEXT col19 TEXT col20 TEXT col21 TEXT col22 TEXT col23 FLOAT col24 FLOAT col25 FLOAT col26 FLOAT col27 TEXT col28 TEXT col29 TEXT col30 TEXT col31 INT(11) col32 INT(11) col33 TEXT col34 FLOAT col35 FLOAT col36 FLOAT col37 FLOAT col38 FLOAT col39 FLOAT col40 FLOAT col41 TEXT col42 INT(11) col43 INT(11) col44 INT(11) col45 INT(11) col46 INT(11) col47 INT(11) col48 INT(11) col49 INT(11) col50 INT(11) Description of the fields Id INT(11) Unique Id name TEXT col2 INT(11) col3 INT(11) col4 INT(11) col5 INT(11) col6 FLOAT col7 FLOAT col8 FLOAT col9 FLOAT col10 INT(11) col11 FLOAT col12 TEXT col13 TEXT col14 INT(11) col15 TEXT col16 TEXT col17 TEXT col18 TEXT col19 TEXT col20 TEXT col21 TEXT col22 TEXT col23 FLOAT col24 FLOAT col25 FLOAT col26 FLOAT col27 TEXT col28 TEXT col29 TEXT col30 TEXT col31 INT(11) col32 INT(11) col33 TEXT col34 FLOAT col35 FLOAT col36 FLOAT col37 FLOAT col38 FLOAT col39 FLOAT col40 FLOAT col41 TEXT col42 INT(11) col43 INT(11) col44 INT(11) col45 INT(11) col46 INT(11) col47 INT(11) col48 INT(11) col49 INT(11) col50 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  12. antz

    liquidobject

    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 'liquidobject' for MaNGOSFive The file contents is read and mapped into the struct liquidobjectEntry in the MaNGOS core. The field types and usage is defined in liquidobjectfmt 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 LiquidObjectId INT(11) col1 FLOAT col2 FLOAT LiquidTypeId INT(11) References the type of liquid to be found is this area. col4 INT(11) col5 INT(11) Description of the fields LiquidObjectId INT(11) col1 FLOAT col2 FLOAT LiquidTypeId INT(11) References the primary key of [LiquidType.dbc]. col4 INT(11) col5 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  13. antz

    liquidmaterial

    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 'liquidmaterial' for MaNGOSFive The file contents is read and mapped into the struct liquidmaterialEntry in the MaNGOS core. The field types and usage is defined in liquidmaterialfmt 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 LiquidVertexFormat INT(11) Flags INT(11) Description of the fields Id INT(11) Unique Id LiquidVertexFormat INT(11) Flags INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  14. antz

    LightSkybox

    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 'LightSkybox' for MaNGOSFive The light skybox table contains definitions for models used as sky box. The file contents is read and mapped into the struct lightskyboxEntry in the MaNGOS core. The field types and usage is defined in lightskyboxfmt 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 sRefPath TEXT Flags INT(11) Description of the fields Id INT(11) Unique Id sRefPath TEXT Flags INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  15. antz

    LightParams

    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 'LightParams' for MaNGOSFive The light params table contains definitions for settings which don't change with time for light, fog and water. The file contents is read and mapped into the struct lightparamsEntry in the MaNGOS core. The field types and usage is defined in lightparamsfmt 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 highlightSky INT(11) lightSkyboxId INT(11) cloudTypeId INT(11) glow FLOAT waterShallowAlpha FLOAT waterDeepAlpha FLOAT oceanShallowAlpha FLOAT oceanDeepAlpha FLOAT Flags BIGINT(20) Description of the fields Id INT(11) Unique Id highlightSky INT(11) lightSkyboxId INT(11) cloudTypeId INT(11) glow FLOAT waterShallowAlpha FLOAT waterDeepAlpha FLOAT oceanShallowAlpha FLOAT oceanDeepAlpha FLOAT Flags BIGINT(20) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  16. antz

    Light

    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 'Light' for MaNGOSFive The light table contains definitions for lights, fogs, sky color, water color, etc. The file contents is read and mapped into the struct lightEntry in the MaNGOS core. The field types and usage is defined in lightfmt 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 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. falloffStart FLOAT falloffEnd FLOAT SkyAndFog INT(11) WaterSettings INT(11) SunsetParams INT(11) OtherParams INT(11) DeathParams INT(11) col12 INT(11) col13 TEXT col14 INT(11) 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. falloffStart FLOAT falloffEnd FLOAT SkyAndFog INT(11) WaterSettings INT(11) SunsetParams INT(11) OtherParams INT(11) DeathParams INT(11) col12 INT(11) col13 TEXT col14 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  17. 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 'lfgdungeonsgroupingmap' for MaNGOSFive The file contents is read and mapped into the struct lfgdungeonsgroupingmapEntry in the MaNGOS core. The field types and usage is defined in lfgdungeonsgroupingmapfmt 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 INT(11) col2 INT(11) col3 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  18. antz

    LFGDungeons

    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 'LFGDungeons' for MaNGOSFive The looking for dungeon (LFG) group table contains definitions for areas in which characters can group up via the in-game LFG functionality. The file contents is read and mapped into the struct lfgdungeonsEntry in the MaNGOS core. The field types and usage is defined in lfgdungeonsfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 30 strong> Field Name Field Type Notes Id INT(11) Unique Id Name TEXT minLevel INT(11) MaxLevel INT(11) target_level INT(11) target_level_min INT(11) target_level_max INT(11) MapId INT(11) The map on which the area is located. Difficulty INT(11) flags INT(11) TypeId INT(11) Faction INT(11) TextureFilename TEXT expansionLevel INT(11) order_index INT(11) Group_id INT(11) description_lang TEXT col17 INT(11) col18 INT(11) col19 INT(11) col20 INT(11) col21 FLOAT col22 TEXT col23 TEXT col24 INT(11) col25 INT(11) col26 INT(11) col27 INT(11) col28 INT(11) col29 INT(11) Description of the fields Id INT(11) Unique Id Name TEXT minLevel INT(11) MaxLevel INT(11) target_level INT(11) target_level_min INT(11) target_level_max INT(11) MapId INT(11) References the primary key of [Map.dbc]. Difficulty INT(11) flags INT(11) TypeId INT(11) Faction INT(11) TextureFilename TEXT expansionLevel INT(11) order_index INT(11) Group_id INT(11) description_lang TEXT col17 INT(11) col18 INT(11) col19 INT(11) col20 INT(11) col21 FLOAT col22 TEXT col23 TEXT col24 INT(11) col25 INT(11) col26 INT(11) col27 INT(11) col28 INT(11) col29 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 'lfgdungeonexpansion' for MaNGOSFive The file contents is read and mapped into the struct lfgdungeonexpansionEntry in the MaNGOS core. The field types and usage is defined in lfgdungeonexpansionfmt 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 Lfg_id INT(11) Expansion_level INT(11) Random_id INT(11) Hard_level_min INT(11) Hard_level_max INT(11) Target_level_min INT(11) Target_level_max INT(11) Description of the fields Id INT(11) Unique Id Lfg_id INT(11) Expansion_level INT(11) Random_id INT(11) Hard_level_min INT(11) Hard_level_max INT(11) Target_level_min INT(11) Target_level_max INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  20. antz

    keychain

    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 'keychain' for MaNGOSFive The file contents is read and mapped into the struct keychainEntry in the MaNGOS core. The field types and usage is defined in keychainfmt in the MaNGOS core. The File is currently *NOT USED* by the MaNGOS core. The Field definitions follow, No. of fields: 33 strong> Field Name Field Type Notes Id INT(11) Unique Id col01 FLOAT col02 FLOAT col03 FLOAT col04 FLOAT col05 FLOAT col06 FLOAT col07 FLOAT col08 FLOAT col09 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 Description of the fields Id INT(11) Unique Id col01 FLOAT col02 FLOAT col03 FLOAT col04 FLOAT col05 FLOAT col06 FLOAT col07 FLOAT col08 FLOAT col09 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 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 'journalencounteritem' for MaNGOSFive The file contents is read and mapped into the struct journalencounteritemEntry in the MaNGOS core. The field types and usage is defined in journalencounteritemfmt 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 col0 INT(11) col1 INT(11) col2 INT(11) col3 FLOAT col4 FLOAT col5 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 FLOAT col4 FLOAT col5 INT(11) 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 'journalencountercreature' for MaNGOSFive The file contents is read and mapped into the struct journalencountercreatureEntry in the MaNGOS core. The field types and usage is defined in journalencountercreaturefmt 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 TEXT col6 TEXT Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 INT(11) col5 TEXT col6 TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  23. antz

    ItemVisuals

    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 'ItemVisuals' for MaNGOSFive The item visuals table contains definitions for sets of item enchantment effects. The file contents is read and mapped into the struct itemvisualsEntry in the MaNGOS core. The field types and usage is defined in itemvisualsfmt 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 itemVisualEffect1 INT(11) itemVisualEffect2 INT(11) itemVisualEffect3 INT(11) itemVisualEffect4 INT(11) itemVisualEffect5 INT(11) Description of the fields Id INT(11) Unique Id itemVisualEffect1 INT(11) itemVisualEffect2 INT(11) itemVisualEffect3 INT(11) itemVisualEffect4 INT(11) itemVisualEffect5 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  24. antz

    ItemVisualEffects

    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 'ItemVisualEffects' for MaNGOSFive The item visual effects table contains definitions for models used to display visual effects on items. The file contents is read and mapped into the struct itemvisualeffectsEntry in the MaNGOS core. The field types and usage is defined in itemvisualeffectsfmt 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 Model TEXT Description of the fields Id INT(11) Unique Id Model TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  25. antz

    ItemSubClassMask

    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 'ItemSubClassMask' for MaNGOSFive The item sub class mask table contains definitions for grouping weapons and armour into sub classes. The file contents is read and mapped into the struct itemsubclassmaskEntry in the MaNGOS core. The field types and usage is defined in itemsubclassmaskfmt 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 ClassId INT(11) col1 INT(11) col2 INT(11) Name TEXT Description of the fields ClassId INT(11) col1 INT(11) col2 INT(11) Name TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
×
×
  • Create New...

Important Information

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