Jump to content

antz

Community Manager
  • Posts

    2813
  • Joined

  • Last visited

  • Days Won

    94
  • Donations

    0.00 GBP 

Everything posted by antz

  1. antz

    script_binding

    NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the 'script_binding' table for MaNGOSOne 'SD2 Script Names and Binding' Table Notes This table uses the 'MyISAM' DB Engine The Field definitions follow: Field Name Field Type Nullable Key Default Value Attributes Notes type tinyint(2) unsigned NO MUL NULL The Type of Scripted Object Type ScriptName char(64) NO PRI {Blank String} Script name, to be unique across all types bind mediumint(10) NO PRI NULL Bound to entry (>0) or GUID ( data tinyint(2) unsigned YES '0' Misc data; Effect number for spellscripts Description of the fields type tinyint(2) unsigned Enum Value Description SCRIPTED_UNIT 0 CreatureScript SCRIPTED_GAMEOBJECT 1 GameObjectScript SCRIPTED_ITEM 2 ItemScript SCRIPTED_AREATRIGGER 3 AreaTriggerScript SCRIPTED_SPELL 4 SpellScript SCRIPTED_AURASPELL 5 AuraScript SCRIPTED_MAPEVENT 6 MapEventScript SCRIPTED_MAP 7 ZoneScript SCRIPTED_BATTLEGROUND 8 BattleGroundScript SCRIPTED_PVP_ZONE 9 OutdoorPvPScript SCRIPTED_INSTANCE 10 InstanceScript SCRIPTED_CONDITION 11 ConditionScript SCRIPTED_ACHIEVEMENT 12 AchievementScript ScriptName char(64) The Name of the script bind mediumint(10) The ID to link to. data tinyint(2) unsigned Notes: Misc data; Effect number for spellscripts auto-generated by the getMaNGOS.eu MAGNET dbdocs module
  2. antz

    spell_area

    NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the 'spell_area' table for MaNGOSTwo This table holds information on what spells are applied to npcs/players in some areas. Table Notes This table uses the 'MyISAM' DB Engine The Field definitions follow: Field Name Field Type Nullable Key Default Value Attributes Notes spell mediumint(8) unsigned NO PRI '0' Spell ID [See Spell.dbc]. area mediumint(8) unsigned NO PRI '0' Area ID [See AreaTable.dbc]. quest_start mediumint(8) unsigned NO PRI '0' Quest ID [See quest_template.entry]. quest_start_active tinyint(1) unsigned NO PRI '0' Flag for quest_start. quest_end mediumint(8) unsigned NO '0' Quest ID [See quest_template.entry]. condition_id mediumint(8) unsigned NO '0' Condition ID [See conditions.condition_entry]. aura_spell mediumint(8) NO PRI '0' Spell ID [See Spell.dbc]. racemask mediumint(8) unsigned NO PRI '0' Race mask value. gender tinyint(1) unsigned NO PRI '2' The gender of characters to which the spell is applied. autocast tinyint(1) unsigned NO '0' Autocast flag. Description of the fields spell mediumint(8) unsigned Spell ID, see Spell.dbc. The spell is either cast on the character or allows the character to cast. area mediumint(8) unsigned Area ID, see AreaTable.dbc. If equals to 0, is not limited to any zone. quest_start mediumint(8) unsigned Quest ID [See quest_template.entry] that should be either active or rewarded. quest_start_active tinyint(1) unsigned If set, this flag allows the quest mentioned in the quest_start field to be rewarded, not only be active. quest_end mediumint(8) unsigned Quest ID [See quest_template.entry] of the quest that should not be rewarded. condition_id mediumint(8) unsigned Condition ID [See conditions.condition_entry] of the condition which should be fulfilled. aura_spell mediumint(8) Spell ID [See Spell.dbc] of the aura spell which the character should already have applied (if positive) or do not have (if negative). racemask mediumint(8) unsigned Race mask value. The entries may be combined by simple adding. Race Mask Value (hex) Mask Value (dec) Human 0x1 1 Orc 0x2 2 Dwarf 0x4 4 Night Elf 0x8 8 Undead 0x10 16 Tauren 0x20 32 Gnome 0x40 64 Troll 0x80 128 Goblin 0x100 256 Blood Elf 0x200 512 Dranei 0x400 1024 gender tinyint(1) unsigned The gender of characters to which the spell is applied. The following table list available values. Gender of the creature Value Gender 0 Male 1 Female 2 Both autocast tinyint(1) unsigned If set, this flag requires the spell to be cast on the character as they enter the area. If unset, the spell is enabled for the character to cast. auto-generated by the getMaNGOS.eu MAGNET dbdocs module
  3. antz

    spell_area

    NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the 'spell_area' table for MaNGOSFour This table holds information on what spells are applied to npcs/players in some areas. Table Notes This table uses the 'MyISAM' DB Engine The Field definitions follow: Field Name Field Type Nullable Key Default Value Attributes Notes spell mediumint(8) unsigned NO PRI '0' Spell ID [See Spell.dbc]. area mediumint(8) unsigned NO PRI '0' Area ID [See AreaTable.dbc]. quest_start mediumint(8) unsigned NO PRI '0' Quest ID [See quest_template.entry]. quest_start_active tinyint(1) unsigned NO PRI '0' Flag for quest_start. quest_end mediumint(8) unsigned NO '0' Quest ID [See quest_template.entry]. condition_id mediumint(8) unsigned NO '0' Condition ID [See conditions.condition_entry]. aura_spell mediumint(8) NO PRI '0' Spell ID [See Spell.dbc]. racemask mediumint(8) unsigned NO PRI '0' Race mask value. gender tinyint(1) unsigned NO PRI '2' The gender of characters to which the spell is applied. autocast tinyint(1) unsigned NO '0' Autocast flag. Description of the fields spell mediumint(8) unsigned Spell ID, see Spell.dbc. The spell is either cast on the character or allows the character to cast. area mediumint(8) unsigned Area ID, see AreaTable.dbc. If equals to 0, is not limited to any zone. quest_start mediumint(8) unsigned Quest ID [See quest_template.entry] that should be either active or rewarded. quest_start_active tinyint(1) unsigned If set, this flag allows the quest mentioned in the quest_start field to be rewarded, not only be active. quest_end mediumint(8) unsigned Quest ID [See quest_template.entry] of the quest that should not be rewarded. condition_id mediumint(8) unsigned Condition ID [See conditions.condition_entry] of the condition which should be fulfilled. aura_spell mediumint(8) Spell ID [See Spell.dbc] of the aura spell which the character should already have applied (if positive) or do not have (if negative). racemask mediumint(8) unsigned Race mask value. The entries may be combined by simple adding. Race Mask Value (hex) Mask Value (dec) Human 0x1 1 Orc 0x2 2 Dwarf 0x4 4 Night Elf 0x8 8 Undead 0x10 16 Tauren 0x20 32 Gnome 0x40 64 Troll 0x80 128 Goblin 0x100 256 Blood Elf 0x200 512 Dranei 0x400 1024 gender tinyint(1) unsigned The gender of characters to which the spell is applied. The following table list available values. Gender of the creature Value Gender 0 Male 1 Female 2 Both autocast tinyint(1) unsigned If set, this flag requires the spell to be cast on the character as they enter the area. If unset, the spell is enabled for the character to cast. auto-generated by the getMaNGOS.eu MAGNET dbdocs module
  4. NOTE: This page is auto-generated from the MAGNET DBDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the 'achievement_criteria_requirement' table for MaNGOSFour This table contains what needs to be done to complete an achievement criteria. Table Notes This table uses the 'MyISAM' DB Engine The Field definitions follow: Field Name Field Type Nullable Key Default Value Attributes Notes criteria_id mediumint(8) NO PRI NULL Matching ID from achievement_criteria.dbc type tinyint(3) unsigned NO PRI '0' The Type of Criteria value1 mediumint(8) unsigned NO '0' value2 mediumint(8) unsigned NO '0' Description of the fields criteria_id mediumint(8) Column 0 (ID) of [See achievement_criteria.dbc] This DBC contains the achievement_id on 2nd column and will be later extracted to show relations. type tinyint(3) unsigned The Type of Criteria Type Id Critieria Name Value1 Value2 0 TYPE_NONE 1 TYPE_T_CREATURE Target creature_template.entry 2 TYPE_T_PLAYER_CLASS_RACE Target Player Class Target Player Race 3 TYPE_T_PLAYER_LESS_HEALTH Target Health percentage 4 TYPE_T_PLAYER_DEAD Team value the source player and target dead player must both meet 5 TYPE_S_AURA Spell Id Effect Index 6 TYPE_S_AREA Area Id from [See AreaTable.dbc] 7 TYPE_T_AURA Spell Id Effect Index 8 TYPE_VALUE Min Value. Value provided with achievement update must be not less that limit 9 TYPE_T_LEVEL Target Min Level 10 TYPE_T_GENDER Gender: 0=Male, 1=Female 11 TYPE_DISABLED Used to prevent achievement criteria to complete if not all requirements are implemented and listed in this table 12 TYPE_MAP_DIFFICULTY Map Difficulty, Refer to Table Below 13 TYPE_MAP_PLAYER_COUNT Count. For criteria 'with less than %u people in the zone' 14 TYPE_T_TEAM Team: HORDE = 67, ALLIANCE = 469 15 TYPE_S_DRUNK An entry from the Drunken State table below 16 TYPE_HOLIDAY Holiday ID which must be active from (See Holiday.dbc) and game_event 17 TYPE_BG_LOSS_TEAM_SCORE min_score max_score 18 TYPE_INSTANCE_SCRIPT Make instance script call for check current criteria requirements fit 19 TYPE_S_EQUIPED_ITEM_LVL Item Level Item Quality 20 TYPE_REQUIRE_NTH_BIRTHDAY nth-birthday 21 TYPE_REQUIRE_KNOWN_TITLE title_id Map Difficulty Table Description Value DUNGEON_DIFFICULTY_NORMAL 0 DUNGEON_DIFFICULTY_HEROIC 1 RAID_DIFFICULTY_10MAN_NORMAL 0 RAID_DIFFICULTY_25MAN_NORMAL 1 RAID_DIFFICULTY_10MAN_HEROIC 2 RAID_DIFFICULTY_25MAN_HEROIC 3 Drunken State Table Drunken Name Value DRUNKEN_SOBER 0 DRUNKEN_TIPSY 1 DRUNKEN_DRUNK 2 DRUNKEN_SMASHED 3 value1 mediumint(8) unsigned The meaning of this field is based on the Type, see the table above. value2 mediumint(8) unsigned The meaning of this field is based on the Type, see the table above. auto-generated by the getMaNGOS.eu MAGNET dbdocs module
  5. antz

    Realmd

    The realms is common across all the cores, so you can use a version from any core. However, the furthest I was able to get to was the create character screen.
  6. I know several years ago that I user worked on getting mangos to compile and build on a raspberry pi. - At the time we implemented any changes suggested to help him. But I can't recall whether he ever got it fully running.
  7. We use an online tool called Magnet to update the translations, or failing that you can apply updates directly to the GitHub repos. Any help is gladly appreciated.
  8. 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 MaNGOSFive 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
  9. 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 MaNGOSFive 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
  10. 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 MaNGOSFive 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
  11. NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'ZoneIntroMusicTable' for MaNGOSFive 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
  12. 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 MaNGOSFive 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
  13. 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 MaNGOSFive 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: 8 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 FLOAT 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 FLOAT 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 'worldstatezonesounds' for MaNGOSFive 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 TEXT col5 INT(11) col6 TEXT col7 TEXT col8 INT(11) Description of the fields col0 INT(11) col1 INT(11) col2 INT(11) col3 INT(11) col4 TEXT col5 INT(11) col6 TEXT col7 TEXT col8 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  15. 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 MaNGOSFive 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
  16. 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 MaNGOSFive 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: 7 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. col5 FLOAT 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. col5 FLOAT AreaName TEXT 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 'worldmaptransforms' for MaNGOSFive 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: 15 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) col12 TEXT col13 INT(11) col14 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) col12 TEXT col13 INT(11) col14 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  18. antz

    WorldMapContinent

    NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'WorldMapContinent' for MaNGOSFive 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: 15 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) col14 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) col14 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  19. 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 MaNGOSFive 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 INT(11) 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 INT(11) col11 INT(11) col12 INT(11) col13 INT(11) auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  20. 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 MaNGOSFive 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
  21. 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 MaNGOSFive 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: 13 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) col7 INT(11) col8 INT(11) col9 INT(11) col10 INT(11) col11 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) col7 INT(11) col8 INT(11) col9 INT(11) col10 INT(11) col11 INT(11) effectTexture TEXT auto-generated by the getMaNGOS.eu MAGNET dbcdocs module
  22. NOTE: This page is auto-generated from the MAGNET DBCDocs module, Any changes made directly to this page will be lost when it is regenerated. Description of the DBC file 'WeaponSwingSounds2' for MaNGOSFive 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
  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 'WeaponImpactSounds' for MaNGOSFive 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
  24. 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 MaNGOSFive 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
  25. 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 MaNGOSFive 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
×
×
  • 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