64df5f1f90
* update to release 7.3.1 * minor tweaks - tweaked the drop location text to display a bit more cleanly - added boss sigils to bc raid tables - added right click context menu to boss name list so you can open db to that boss (only has raids atm) - the All dungeon items list now wont precache past the normal loot * fixs and text display change - updated old locations to have new display - frame now sits on top when selected - fixed some incorrect ids * favorites button change/loot table updates - Changed how favorites buttons are saved you now alt right click them to save - Added missing new t0 sets to classic dungeon sets - Added missing new trash loot weapons to Black temple * minor changes/fixs - fixed t3 incorrect itemids - added heroic bloodforged * merg from main repo * bug fix and item removals - some quest tooltip was showing up incorrect - removed depreciated high risk patterns * swapped to using ItemButtonTemplate for popup window buttons * added all the new heirloom items * all the changes from main git up to 7.3.9 * update to version 7.3.15 * Revert "Merge branch 'main' into anch-main" This reverts commit 8db63dc268f910dcc1df31d50072735263eeda58, reversing changes made to f536a382a8fce401e0d8dcfaae8eb0a2c61f1e08.
109 lines
4.7 KiB
Lua
109 lines
4.7 KiB
Lua
--Invoke all libraries
|
|
local AL = LibStub("AceLocale-3.0"):GetLocale("AtlasLoot")
|
|
|
|
--Dungeon and Raid Menus
|
|
AtlasLoot_SubMenus["Dungeons and RaidsCLASSIC"] = {
|
|
Module = "AtlasLootOriginalWoW",
|
|
SubMenu = "Dungeons and RaidsCLASSIC",
|
|
{ "Raids:", "OldKeys", "Header" },
|
|
{ "", "ZulGurub", "", "Zul'Gurub" },
|
|
{ "", "MoltenCore", "", "Molten Core" },
|
|
{ "", "Onyxia60", "", "Onyxias Hort" },
|
|
{ "", "BlackwingLair", "", "Blackwing Lair" },
|
|
{ "", "RuinsofAQ", "", "Ruinen von Ahn'Qiraj" },
|
|
{ "", "TempleofAQ", "", "Tempel von Ahn'Qiraj" },
|
|
{ "", "Naxxramas60", "", "Naxxramas" },
|
|
{ "", "WorldBossesCLASSIC","", "World Bosses" },
|
|
---- Dungeons -----
|
|
{ "Dungeons:", "OldKeys", "Header" },
|
|
{ "", "BlackfathomDeeps", "", "Blackfathom Deeps" },
|
|
{ "", "BlackrockDepths", "", "Blackrock Depths" },
|
|
{ "", "LowerBlackrock", "", "Lower Blackrock Spire" },
|
|
{ "", "UpperBlackrock", "", "Upper Blackrock Spire" },
|
|
{ "", "TheDeadmines", "", "The Deadmines" },
|
|
{ "", "DireMaulNorth", "", "Dire Maul (North)", "Dire Maul" },
|
|
{ "", "DireMaulEast", "", "Dire Maul (East)", "Dire Maul" },
|
|
{ "", "DireMaulWest", "", "Dire Maul (West)", "Dire Maul" },
|
|
{ "", "Gnomeregan", "", "Gnomeregan" },
|
|
{ "", "Maraudon", "", "Maraudon" },
|
|
{ "", "RagefireChasm", "", "Ragefire Chasm" },
|
|
{ "", "RazorfenDowns", "", "Razorfen Downs" },
|
|
{ "", "RazorfenKraul", "", "Razorfen Kraul" },
|
|
{ "", "Scarlet Monastery", "", "Scarlet Monastery" },
|
|
{ "", "Scholomance", "", "Scholomance" },
|
|
{ "", "ShadowfangKeep", "", "Shadowfang Keep" },
|
|
{ "", "TheStockade", "", "The Stockade" },
|
|
{ "", "Stratholme", "", "Stratholme" },
|
|
{ "", "SunkenTemple", "", "Sunken Temple" },
|
|
{ "", "Uldaman", "", "Uldaman" },
|
|
{ "", "WailingCaverns", "", "Wailing Caverns" },
|
|
{ "", "ZulFarrak", "", "Zul'Farrak" },
|
|
}
|
|
|
|
AtlasLoot_SubMenus["Dungeons and RaidsTBC"] = {
|
|
Module = "AtlasLootBurningCrusade",
|
|
SubMenu = "Dungeons and RaidsTBC",
|
|
{ "Raids:", "BCKeys", "Header" },
|
|
{ "", "Karazhan", "", "Karazhan" },
|
|
{ "", "GruulsLair", "", "Gruul's Lair" },
|
|
{ "", "HCMagtheridon", "", "Magtheridon's Lair" },
|
|
{ "", "CFRSerpentshrine", "", "Serpentshrine Cavern" },
|
|
{ "", "TKEye", "", "The Eye" },
|
|
{ "", "ZulAman", "", "Zul'Aman" },
|
|
{ "", "CoTHyjal", "", "Hyjal Summit" },
|
|
{ "", "BlackTemple", "", "Black Temple" },
|
|
{ "", "SunwellPlateau", "", "Sunwell Plateau" },
|
|
{ "", "WorldBossesTBC","", "World Bosses" },
|
|
---- Dungeons -----
|
|
{ "Dungeons:", "BCKeys", "Header" },
|
|
{ "", "HCRamparts", "", "Hellfire Ramparts" },
|
|
{ "", "HCShatteredHalls", "", "The Shattered Halls" },
|
|
{ "", "HCFurnace", "", "The Blood Furnace" },
|
|
{ "", "TKBot", "", "The Botanica" },
|
|
{ "", "TKArc", "", "The Arcatraz" },
|
|
{ "", "TKMech", "", "The Mechanar" },
|
|
{ "", "AuchCrypts", "", "Auchenai Crypts" },
|
|
{ "", "AuchManaTombs", "", "Mana-Tombs" },
|
|
{ "", "AuchSethekk", "", "Sethekk Halls" },
|
|
{ "", "AuchShadowLab", "", "Shadow Labyrinth" },
|
|
{ "", "CoTOldHillsbrad", "", "Old Hillsbrad Foothills" },
|
|
{ "", "CoTBlackMorass", "", "The Black Morass" },
|
|
{ "", "CFRSlavePens", "", "The Slave Pens" },
|
|
{ "", "CFRSteamvault", "", "The Steamvault" },
|
|
{ "", "CFRUnderbog", "", "The Underbog" },
|
|
{ "", "MagistersTerrace", "", "Magisters' Terrace" },
|
|
}
|
|
|
|
AtlasLoot_SubMenus["Dungeons and RaidsWRATH"] = {
|
|
Module = "AtlasLootWotLK",
|
|
SubMenu = "Dungeons and RaidsWRATH",
|
|
{ "Raids:", "WrathKeys", "Header" },
|
|
{ "", "Naxxramas80", "Naxxramas" },
|
|
{ "", "Sartharion", "Sartharion" },
|
|
{ "", "Malygos", "Malygos" },
|
|
{ "", "VaultofArchavon", "Vault of Archavon" },
|
|
{ "", "Ulduar", "Ulduar" },
|
|
{ "", "TrialoftheCrusader", "Trial of the Crusader" },
|
|
{ "", "TrialoftheCrusader2", "Trial of the Crusader" },
|
|
{ "", "Onyxia80", "Onyxia" },
|
|
{ "", "IcecrownCitadel", "Icecrown Citadel" },
|
|
{ "", "Halion", "Halion" },
|
|
---- Dungeons -----
|
|
{ "Dungeons:", "WrathKeys", "Header" },
|
|
{ "", "Ahnkahet", "Ahnkahet" },
|
|
{ "", "AzjolNerub", "AzjolNerub" },
|
|
{ "", "CoTStratholme", "The Culling of Stratholme" },
|
|
{ "", "DrakTharonKeep", "DrakTharon Keep" },
|
|
{ "", "ForgeofSouls", "Forge of Souls" },
|
|
{ "", "Gundrak", "Gundrak" },
|
|
{ "", "HallsofLightning", "Halls of Lightning" },
|
|
{ "", "HallsofReflection", "Halls of Reflection" },
|
|
{ "", "HallsofStone", "Halls of Stone" },
|
|
{ "", "TheNexus", "The Nexus" },
|
|
{ "", "TheOculus", "The Oculus" },
|
|
{ "", "PitofSaron", "Pit of Saron" },
|
|
{ "", "TrialoftheChampion", "Trial of the Champion" },
|
|
{ "", "UtgardeKeep", "Utgarde Keep" },
|
|
{ "", "UtgardePinnacle", "Utgarde Pinnacle" },
|
|
{ "", "TheVioletHold", "The Violet Hold" },
|
|
} |