This commit is contained in:
Anch
2022-03-12 17:17:13 +13:00
parent 0c930e9dbb
commit a3668b8b2f
10 changed files with 265 additions and 223 deletions
+9 -9
View File
@@ -18,29 +18,29 @@ AtlasLootWBBossButtons = {
"";
"";
"";
"DLethon";
"DEmeriss";
"DTaerar";
"DYsondre";
"WorldBossesCLASSIC";
"WorldBossesCLASSIC";
"WorldBossesCLASSIC";
"WorldBossesCLASSIC";
};
Azuregos = {
"WorldBossesClassic";
"WorldBossesCLASSIC";
};
Kazzak = {
"Kazzak60";
"WorldBossesCLASSIC";
};
Setis = {
"Setis";
"WorldBossesCLASSIC";
};
DoomLordKazzak = {
"WorldBossesBC";
"WorldBossesCLASSIC";
};
Doomwalker = {
"WorldBossesBC";
"WorldBossesTBC";
};
Skettis = {
+17
View File
@@ -493,6 +493,7 @@ function AtlasLoot_OnLoad()
AtlasLoot_SlashCommand(msg);
end
<<<<<<< Updated upstream
--Set defualt to classic as that seems to be where most players are.
local function getExpacByLevel()
if UnitLevel("player") > 60 then
@@ -502,6 +503,22 @@ function AtlasLoot_OnLoad()
end
end
AtlasLoot_Expac = ATLAS_EXPANSION[GetAccountExpansionLevel()] or getExpacByLevel();
=======
function AtlasLoot_SetExpac()
if GetAccountExpansionLevel() == 0 then
AtlasLoot_Expac = "CLASSIC";
AtlasLoot_Expac2 = "TBC";
AtlasLoot_Expac3 = "WRATH";
elseif GetAccountExpansionLevel() == 1 then
AtlasLoot_Expac = "TBC";
AtlasLoot_Expac2 = "CLASSIC";
AtlasLoot_Expac3 = "WRATH";
elseif GetAccountExpansionLevel() == 2 then
AtlasLoot_Expac = "WRATH";
AtlasLoot_Expac2 = "CLASSIC";
AtlasLoot_Expac3 = "TBC";
end
>>>>>>> Stashed changes
end
--[[
+22 -13
View File
@@ -289,16 +289,16 @@ AtlasLoot_DewDropDown = {
{ AL["Crafting"], "CRAFTINGMENU", "Table" },
},
[5] = {
{ AL["Sets/Collections"], "SETMENU"..AtlasLoot_Expac, "Table" },
{ AL["Sets/Collections"], "SETMENU"..AtlasLoot_Expac, "Submenu" },
},
[6] = {
{ AL["PvP Rewards"], "PVPMENU"..AtlasLoot_Expac, "Table" },
{ AL["PvP Rewards"], "PVPMENU"..AtlasLoot_Expac, "Submenu" },
},
[7] = {
{ AL["World Bosses"], "WorldBosses", "Submenu" },
{ AL["World Bosses"], "WorldBosses"..AtlasLoot_Expac, "Submenu" },
},
[8] = {
{ AL["Reputation Factions"], "REPMENU"..AtlasLoot_Expac, "Table" },
{ AL["Reputation Factions"], "REPMENU"..AtlasLoot_Expac, "Submenu" },
},
[9] = {
{ AL["World Events"], "WORLDEVENTMENU", "Table" },
@@ -306,6 +306,21 @@ AtlasLoot_DewDropDown = {
};
AtlasLoot_DewDropDown_SubTables = {
["REPMENU"..AtlasLoot_Expac] = {
{ "", "REPMENU"..AtlasLoot_Expac },
{ "", "REPMENU"..AtlasLoot_Expac2 },
{ "", "REPMENU"..AtlasLoot_Expac3 },
},
["PVPMENU"..AtlasLoot_Expac] = {
{ "", "PVPMENU"..AtlasLoot_Expac },
{ "", "PVPMENU"..AtlasLoot_Expac2 },
{ "", "PVPMENU"..AtlasLoot_Expac3 },
},
["SETMENU"..AtlasLoot_Expac] = {
{ "", "SETMENU"..AtlasLoot_Expac },
{ "", "SETMENU"..AtlasLoot_Expac2 },
{ "", "SETMENU"..AtlasLoot_Expac3 },
},
["BlackrockDepths"] = {
{ "", "BRDPyron" },
{ "", "BRDLordRoccor" },
@@ -915,15 +930,9 @@ AtlasLoot_DewDropDown_SubTables = {
{ "", "TheNexusKolurgStoutbeardHEROIC"},
{ "", "TheNexusKeristrasza" },
},
["WorldBosses"] = {
{ "", "WorldBossesClassic" },
{ "", "DEmeriss" },
{ "", "DLethon"},
{ "", "DTaerar" },
{ "", "DYsondre" },
{ "", "Kazzak60" },
{ "", "Setis" },
{ "", "WorldBossesBC"},
["WorldBosses"..AtlasLoot_Expac] = {
{ "", "WorldBosses"..AtlasLoot_Expac },
{ "", "WorldBosses"..AtlasLoot_Expac2 },
},
["ForgeofSouls"] = {
{ "", "FoSBronjahm" },
+8
View File
@@ -653,6 +653,14 @@ if AL then
AL["Level 40-49 Rewards"] = true;
AL["Level 60 Rewards"] = true;
-- Sets/PVP/Rep Menus
AL["Original WOW Collections"] = true;
AL["Burning Crusade Collections"] = true;
AL["Wrath of the Lich King Collections"] = true;
AL["Original WOW PvP Rewards"] = true;
AL["Burning Crusade PvP Rewards"] = true;
AL["Wrath of the Lich King PvP Rewards"] = true;
-- Brood of Nozdormu Paths
AL["Path of the Conqueror"] = true;
AL["Path of the Invoker"] = true;
+18 -2
View File
@@ -9,7 +9,12 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 4, "PVPMENU2", "INV_Jewelry_Necklace_21", "=ds="..AL["BG PvP Rewards"], ""};
{ 16, "PVPWeapons_A", "INV_Weapon_Bow_08", "=ds="..AL["PvP Weapons"], "=q5="..AL["Level 60"]};
{ 17, "PvP60Ench", "INV_Scroll_06", "=ds="..AL["PvP Enchants"], "=q5="..AL["Level 60"]};
Type = "Expansion"
<<<<<<< Updated upstream
=======
Prev = "PVPMENUWRATH";
Next = "PVPMENUTBC";
Back = "PVPMENU"..AtlasLoot_Expac;
>>>>>>> Stashed changes
};
AtlasLoot_Data["PVPMENUTBC"] = {
@@ -26,7 +31,13 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 18, "Arena2Weapons1", "INV_Weapon_Crossbow_11", "=ds="..AL["Arena Season 2 Weapons"], "=q5="..AL["Level 70"]};
{ 19, "Arena3Weapons1", "INV_Weapon_Crossbow_12", "=ds="..AL["Arena Season 3 Weapons"], "=q5="..AL["Level 70"]};
{ 20, "Arena4Weapons1", "inv_weapon_crossbow_26", "=ds="..AL["Arena Season 4 Weapons"], "=q5="..AL["Level 70"]};
<<<<<<< Updated upstream
Type = "Expansion"
=======
Prev = "PVPMENUCLASSIC";
Next = "PVPMENUWRATH";
Back = "PVPMENU"..AtlasLoot_Expac;
>>>>>>> Stashed changes
};
AtlasLoot_Data["PVPMENUWRATH"] = {
@@ -37,7 +48,12 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 6, "VentureBay1", "INV_Misc_Coin_16", "=ds="..BabbleZone["Grizzly Hills"], "=q5="..AL["Venture Bay"]};
{ 16, "PVP80NONSETEPICS", "inv_bracer_51", "=ds="..AL["PvP Non-Set Epics"], "=q5="..AL["Level 80"]};
{ 17, "WrathfulGladiatorWeapons1", "INV_Sword_86", "=ds="..AL["Wrathful Gladiator\'s Weapons"], "=q5="..AL["Level 80"] };
Type = "Expansion"
<<<<<<< Updated upstream
=======
Prev = "PVPMENUTBC";
Next = "PVPMENUCLASSIC";
Back = "PVPMENU"..AtlasLoot_Expac;
>>>>>>> Stashed changes
};
AtlasLoot_Data["PVPMENU2"] = {
+47 -36
View File
@@ -3,6 +3,7 @@ local BabbleInventory = AtlasLoot_GetLocaleLibBabble("LibBabble-Inventory-3.0")
local BabbleFaction = AtlasLoot_GetLocaleLibBabble("LibBabble-Faction-3.0")
local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
<<<<<<< Updated upstream
AtlasLoot_Data["REPMENUTBC"] = {
{ 1, "Aldor1", "INV_Jewelry_Talisman_08", "=ds="..BabbleFaction["The Aldor"], ""};
@@ -25,9 +26,10 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 23, "SunOffensive1", "inv_shield_48", "=ds="..BabbleFaction["Shattered Sun Offensive"], "=q5="..BabbleZone["Isle of Quel'Danas"]};
{ 24, "Thrallmar1", "INV_BannerPVP_01", "=ds="..BabbleFaction["Thrallmar"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Hellfire Peninsula"]};
{ 25, "VioletEye1", "spell_holy_mindsooth", "=ds="..BabbleFaction["The Violet Eye"], "=q5="..BabbleZone["Karazhan"]};
Type = "Expansion"
};
=======
>>>>>>> Stashed changes
AtlasLoot_Data["REPMENUCLASSIC"] = {
{ 1, "Argent1", "inv_jewelry_talisman_07", "=ds="..BabbleFaction["Argent Dawn"], "=q5="..BabbleZone["Eastern Plaguelands"]};
{ 2, "AQBroodRings", "inv_misc_head_dragon_bronze", "=ds="..BabbleFaction["Brood of Nozdormu"], "=q5="..BabbleZone["Temple of Ahn'Qiraj"].." / "..BabbleZone["Caverns of Time"]};
@@ -44,6 +46,7 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 20, "MiscFactions", "INV_Misc_Head_Centaur_01", "=ds="..BabbleFaction["Magram Clan Centaur"], "=q5="..BabbleZone["Desolace"]};
{ 21, "Thorium1", "INV_Ingot_Mithril", "=ds="..BabbleFaction["Thorium Brotherhood"], "=q5="..BabbleZone["Searing Gorge"]};
{ 22, "MiscFactions", "Ability_Mount_PinkTiger", "=ds="..BabbleFaction["Wintersaber Trainers"], "=q5="..BabbleFaction["Alliance"].." - "..BabbleZone["Winterspring"]};
<<<<<<< Updated upstream
Type = "Expansion"
};
@@ -79,45 +82,53 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 21, "MiscFactions", "INV_Misc_Head_Centaur_01", "=ds="..BabbleFaction["Magram Clan Centaur"], "=q5="..BabbleZone["Desolace"]};
{ 22, "Thorium1", "INV_Ingot_Mithril", "=ds="..BabbleFaction["Thorium Brotherhood"], "=q5="..BabbleZone["Searing Gorge"]};
{ 23, "MiscFactions", "Ability_Mount_PinkTiger", "=ds="..BabbleFaction["Wintersaber Trainers"], "=q5="..BabbleFaction["Alliance"].." - "..BabbleZone["Winterspring"]};
=======
Prev = "REPMENUWRATH";
Next = "REPMENUTBC";
>>>>>>> Stashed changes
Back = "REPMENU"..AtlasLoot_Expac;
};
AtlasLoot_Data["REPMENU_BURNINGCRUSADE"] = {
{ 2, "Aldor1", "INV_Jewelry_Talisman_08", "=ds="..BabbleFaction["The Aldor"], ""};
{ 3, "CExpedition1", "INV_Misc_Ammo_Arrow_02", "=ds="..BabbleFaction["Cenarion Expedition"], "=q5="..BabbleZone["Zangarmarsh"]};
{ 4, "HonorHold1", "INV_BannerPVP_02", "=ds="..BabbleFaction["Honor Hold"], "=q5="..BabbleFaction["Alliance"].." - "..BabbleZone["Hellfire Peninsula"]};
{ 5, "Kurenai1", "INV_Misc_Foot_Centaur", "=ds="..BabbleFaction["Kurenai"], "=q5="..BabbleFaction["Alliance"].." - "..BabbleZone["Nagrand"]};
{ 6, "Maghar1", "INV_Misc_Foot_Centaur", "=ds="..BabbleFaction["The Mag'har"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Nagrand"]};
{ 7, "Ogrila1", "inv_misc_apexis_crystal", "=ds="..BabbleFaction["Ogri'la"], "=q5="..BabbleZone["Blade's Edge Mountains"]};
{ 8, "Scryer1", "INV_Misc_Foot_Centaur", "=ds="..BabbleFaction["The Scryers"], ""};
{ 9, "Skyguard1", "INV_Misc_Ribbon_01", "=ds="..BabbleFaction["Sha'tari Skyguard"], "=q5="..BabbleZone["Terokkar Forest"].." / "..BabbleZone["Blade's Edge Mountains"]};
{ 10, "Sporeggar1", "inv_mushroom_11", "=ds="..BabbleFaction["Sporeggar"], "=q5="..BabbleZone["Zangarmarsh"]};
{ 11, "Tranquillien1", "INV_Misc_Bandana_03", "=ds="..BabbleFaction["Tranquillien"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Ghostlands"]};
{ 17, "Ashtongue1", "achievement_reputation_ashtonguedeathsworn", "=ds="..BabbleFaction["Ashtongue Deathsworn"], "=q5="..BabbleZone["Shadowmoon Valley"].." / "..BabbleZone["Black Temple"]};
{ 18, "Consortium1", "INV_Weapon_Shortblade_31", "=ds="..BabbleFaction["The Consortium"], ""};
{ 19, "KeepersofTime1", "Ability_Warrior_VictoryRush", "=ds="..BabbleFaction["Keepers of Time"], "=q5="..BabbleZone["Caverns of Time"]};
{ 20, "LowerCity1", "Spell_Holy_ChampionsBond", "=ds="..BabbleFaction["Lower City"], ""};
{ 21, "Netherwing1", "Ability_Mount_Netherdrakepurple", "=ds="..BabbleFaction["Netherwing"], "=q5="..BabbleZone["Shadowmoon Valley"]};
{ 22, "ScaleSands1", "INV_Misc_MonsterScales_13", "=ds="..BabbleFaction["The Scale of the Sands"], "=q5="..BabbleZone["Hyjal Summit"]};
{ 23, "Shatar1", "Ability_Warrior_ShieldMastery", "=ds="..BabbleFaction["The Sha'tar"], ""};
{ 24, "SunOffensive1", "inv_shield_48", "=ds="..BabbleFaction["Shattered Sun Offensive"], "=q5="..BabbleZone["Isle of Quel'Danas"]};
{ 25, "Thrallmar1", "INV_BannerPVP_01", "=ds="..BabbleFaction["Thrallmar"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Hellfire Peninsula"]};
{ 26, "VioletEye1", "spell_holy_mindsooth", "=ds="..BabbleFaction["The Violet Eye"], "=q5="..BabbleZone["Karazhan"]};
AtlasLoot_Data["REPMENUTBC"] = {
{ 1, "Aldor1", "INV_Jewelry_Talisman_08", "=ds="..BabbleFaction["The Aldor"], ""};
{ 2, "CExpedition1", "INV_Misc_Ammo_Arrow_02", "=ds="..BabbleFaction["Cenarion Expedition"], "=q5="..BabbleZone["Zangarmarsh"]};
{ 3, "HonorHold1", "INV_BannerPVP_02", "=ds="..BabbleFaction["Honor Hold"], "=q5="..BabbleFaction["Alliance"].." - "..BabbleZone["Hellfire Peninsula"]};
{ 4, "Kurenai1", "INV_Misc_Foot_Centaur", "=ds="..BabbleFaction["Kurenai"], "=q5="..BabbleFaction["Alliance"].." - "..BabbleZone["Nagrand"]};
{ 5, "Maghar1", "INV_Misc_Foot_Centaur", "=ds="..BabbleFaction["The Mag'har"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Nagrand"]};
{ 6, "Ogrila1", "inv_misc_apexis_crystal", "=ds="..BabbleFaction["Ogri'la"], "=q5="..BabbleZone["Blade's Edge Mountains"]};
{ 7, "Scryer1", "INV_Misc_Foot_Centaur", "=ds="..BabbleFaction["The Scryers"], ""};
{ 8, "Skyguard1", "INV_Misc_Ribbon_01", "=ds="..BabbleFaction["Sha'tari Skyguard"], "=q5="..BabbleZone["Terokkar Forest"].." / "..BabbleZone["Blade's Edge Mountains"]};
{ 9, "Sporeggar1", "inv_mushroom_11", "=ds="..BabbleFaction["Sporeggar"], "=q5="..BabbleZone["Zangarmarsh"]};
{ 10, "Tranquillien1", "INV_Misc_Bandana_03", "=ds="..BabbleFaction["Tranquillien"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Ghostlands"]};
{ 16, "Ashtongue1", "achievement_reputation_ashtonguedeathsworn", "=ds="..BabbleFaction["Ashtongue Deathsworn"], "=q5="..BabbleZone["Shadowmoon Valley"].." / "..BabbleZone["Black Temple"]};
{ 17, "Consortium1", "INV_Weapon_Shortblade_31", "=ds="..BabbleFaction["The Consortium"], ""};
{ 18, "KeepersofTime1", "Ability_Warrior_VictoryRush", "=ds="..BabbleFaction["Keepers of Time"], "=q5="..BabbleZone["Caverns of Time"]};
{ 19, "LowerCity1", "Spell_Holy_ChampionsBond", "=ds="..BabbleFaction["Lower City"], ""};
{ 20, "Netherwing1", "Ability_Mount_Netherdrakepurple", "=ds="..BabbleFaction["Netherwing"], "=q5="..BabbleZone["Shadowmoon Valley"]};
{ 21, "ScaleSands1", "INV_Misc_MonsterScales_13", "=ds="..BabbleFaction["The Scale of the Sands"], "=q5="..BabbleZone["Hyjal Summit"]};
{ 22, "Shatar1", "Ability_Warrior_ShieldMastery", "=ds="..BabbleFaction["The Sha'tar"], ""};
{ 23, "SunOffensive1", "inv_shield_48", "=ds="..BabbleFaction["Shattered Sun Offensive"], "=q5="..BabbleZone["Isle of Quel'Danas"]};
{ 24, "Thrallmar1", "INV_BannerPVP_01", "=ds="..BabbleFaction["Thrallmar"], "=q5="..BabbleFaction["Horde"].." - "..BabbleZone["Hellfire Peninsula"]};
{ 25, "VioletEye1", "spell_holy_mindsooth", "=ds="..BabbleFaction["The Violet Eye"], "=q5="..BabbleZone["Karazhan"]};
Prev = "REPMENUCLASSIC";
Next = "REPMENUWRATH";
Back = "REPMENU"..AtlasLoot_Expac;
};
AtlasLoot_Data["REPMENU_WOTLK"] = {
{ 2, "AllianceVanguard1", "spell_misc_hellifrepvphonorholdfavor", "=ds="..BabbleFaction["Alliance Vanguard"], "=q5="..BabbleFaction["Alliance"]};
{ 3, "WinterfinRetreat", "INV_Misc_Shell_04", "=ds="..BabbleFaction["Winterfin Retreat"], "=q5="..BabbleZone["Borean Tundra"]};
{ 4, "TheWyrmrestAccord", "achievement_reputation_wyrmresttemple", "=ds="..BabbleFaction["The Wyrmrest Accord"], "=q5="..BabbleZone["Dragonblight"]};
{ 5, "KnightsoftheEbonBlade", "achievement_reputation_knightsoftheebonblade", "=ds="..BabbleFaction["Knights of the Ebon Blade"], "=q5="..BabbleZone["Zul'Drak"].." / "..BabbleZone["Icecrown"]};
{ 6, "TheOracles", "inv_misc_head_murloc_01", "=ds="..BabbleFaction["The Oracles"], "=q5="..BabbleZone["Sholazar Basin"]};
{ 7, "TheSonsofHodir1", "Spell_Holy_DivinePurpose", "=ds="..BabbleFaction["The Sons of Hodir"], "=q5="..BabbleZone["The Storm Peaks"]};
{ 17, "HordeExpedition1", "spell_misc_hellifrepvpthrallmarfavor", "=ds="..BabbleFaction["Horde Expedition"], "=q5="..BabbleFaction["Horde"]};
{ 18, "TheKaluak", "INV_Fishingpole_03", "=ds="..BabbleFaction["The Kalu'ak"], "" };
{ 19, "KirinTor", "achievement_reputation_kirintor", "=ds="..BabbleFaction["Kirin Tor"], "=q5="..BabbleZone["Borean Tundra"].." / "..BabbleZone["Dalaran"]};
{ 20, "ArgentCrusade", "INV_Jewelry_Talisman_08", "=ds="..BabbleFaction["Argent Crusade"], "=q5="..BabbleZone["Zul'Drak"].." / "..BabbleZone["Icecrown"]};
{ 21, "FrenzyheartTribe", "ability_mount_whitedirewolf", "=ds="..BabbleFaction["Frenzyheart Tribe"], "=q5="..BabbleZone["Sholazar Basin"]};
{ 22, "AshenVerdict", "INV_Jewelry_Ring_85", "=ds="..BabbleFaction["The Ashen Verdict"], "=q5="..BabbleZone["Icecrown"]};
AtlasLoot_Data["REPMENUWRATH"] = {
{ 1, "AllianceVanguard1", "spell_misc_hellifrepvphonorholdfavor", "=ds="..BabbleFaction["Alliance Vanguard"], "=q5="..BabbleFaction["Alliance"]};
{ 2, "WinterfinRetreat", "INV_Misc_Shell_04", "=ds="..BabbleFaction["Winterfin Retreat"], "=q5="..BabbleZone["Borean Tundra"]};
{ 3, "TheWyrmrestAccord", "achievement_reputation_wyrmresttemple", "=ds="..BabbleFaction["The Wyrmrest Accord"], "=q5="..BabbleZone["Dragonblight"]};
{ 4, "KnightsoftheEbonBlade", "achievement_reputation_knightsoftheebonblade", "=ds="..BabbleFaction["Knights of the Ebon Blade"], "=q5="..BabbleZone["Zul'Drak"].." / "..BabbleZone["Icecrown"]};
{ 5, "TheOracles", "inv_misc_head_murloc_01", "=ds="..BabbleFaction["The Oracles"], "=q5="..BabbleZone["Sholazar Basin"]};
{ 6, "TheSonsofHodir1", "Spell_Holy_DivinePurpose", "=ds="..BabbleFaction["The Sons of Hodir"], "=q5="..BabbleZone["The Storm Peaks"]};
{ 7, "HordeExpedition1", "spell_misc_hellifrepvpthrallmarfavor", "=ds="..BabbleFaction["Horde Expedition"], "=q5="..BabbleFaction["Horde"]};
{ 16, "TheKaluak", "INV_Fishingpole_03", "=ds="..BabbleFaction["The Kalu'ak"], "" };
{ 17, "KirinTor", "achievement_reputation_kirintor", "=ds="..BabbleFaction["Kirin Tor"], "=q5="..BabbleZone["Borean Tundra"].." / "..BabbleZone["Dalaran"]};
{ 18, "ArgentCrusade", "INV_Jewelry_Talisman_08", "=ds="..BabbleFaction["Argent Crusade"], "=q5="..BabbleZone["Zul'Drak"].." / "..BabbleZone["Icecrown"]};
{ 19, "FrenzyheartTribe", "ability_mount_whitedirewolf", "=ds="..BabbleFaction["Frenzyheart Tribe"], "=q5="..BabbleZone["Sholazar Basin"]};
{ 20, "AshenVerdict", "INV_Jewelry_Ring_85", "=ds="..BabbleFaction["The Ashen Verdict"], "=q5="..BabbleZone["Icecrown"]};
Prev = "REPMENUTBC";
Next = "REPMENUCLASSIC";
Back = "REPMENU"..AtlasLoot_Expac;
};
};
+22
View File
@@ -10,7 +10,10 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
-- { #, "PVPMENU", "INV_Axe_02", "=ds="..AL["PvP Rewards"], ""};
AtlasLoot_Data["SETMENUCLASSIC"] = {
<<<<<<< Updated upstream
=======
>>>>>>> Stashed changes
{ 1, "SETSCLASSIC", "INV_Sword_43", "=ds="..AL["Classic Sets"], ""};
{ 3, 0, "INV_Box_01", "=q6="..AL["BoE World Epics"], ""};
{ 4, "WorldEpics1", "INV_Jewelry_Ring_15", "=ds="..AL["Level 30-39"], ""};
@@ -25,6 +28,11 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 21, "T1SET", "INV_Pants_Mail_03", "=ds="..AL["Tier 1 Sets"], ""};
{ 22, "T2SET", "INV_Pants_Mail_26", "=ds="..AL["Tier 2 Sets"], ""};
{ 23, "T3SET", "INV_Pants_Mail_38v3", "=ds="..AL["Tier 3 Sets"], ""};
<<<<<<< Updated upstream
=======
Prev = "SETMENUWRATH";
Next = "SETMENUTBC";
>>>>>>> Stashed changes
Back = "SETMENU"..AtlasLoot_Expac;
Type = "Expansion"
};
@@ -34,11 +42,20 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 3, "Heirloom", "INV_Sword_43", "=ds="..AL["Heirloom"], ""};
{ 4, "WorldEpics4", "INV_Sword_76", "=ds=".."World Epics", ""};
{ 5, "TBCSets", "INV_Weapon_Glave_01", "=ds="..AL["Burning Crusade Misc Sets"], ""};
<<<<<<< Updated upstream
{ 7, "Legendaries", "INV_Staff_Medivh", "=ds="..AL["Legendary Items"], ""};
=======
{ 6, "Legendaries", "INV_Staff_Medivh", "=ds="..AL["Legendary Items"], ""};
>>>>>>> Stashed changes
{ 16, "DS3SET", "INV_Helmet_15", "=ds="..AL["Dungeon 3 Sets"], ""};
{ 18, "T4SET", "inv_helmet_58", "=ds="..AL["Tier 4 Sets"], ""};
{ 19, "T5SET", "inv_helmet_92", "=ds="..AL["Tier 5 Sets"], ""};
{ 20, "T6SET", "inv_helmet_98", "=ds="..AL["Tier 6 Sets"], ""};
<<<<<<< Updated upstream
=======
Prev = "SETMENUCLASSIC";
Next = "SETMENUWRATH";
>>>>>>> Stashed changes
Back = "SETMENU"..AtlasLoot_Expac;
Type = "Expansion"
};
@@ -56,6 +73,11 @@ local BabbleZone = AtlasLoot_GetLocaleLibBabble("LibBabble-Zone-3.0")
{ 16, "T7T8SET", "INV_Chest_Chain_15", "=ds="..AL["Tier 7/8 Sets"], "=q5="..AL["10/25 Man"]};
{ 17, "T9SET", "inv_gauntlets_80", "=ds="..AL["Tier 9 Sets"], "=q5="..AL["10/25 Man"]};
{ 18, "T10SET", "INV_Chest_Chain_15", "=ds="..AL["Tier 10 Sets"], "=q5="..AL["10/25 Man"]};
<<<<<<< Updated upstream
=======
Prev = "SETMENUTBC";
Next = "SETMENUCLASSIC";
>>>>>>> Stashed changes
Back = "SETMENU"..AtlasLoot_Expac;
Type = "Expansion"
};
+22 -12
View File
@@ -1412,19 +1412,17 @@ end
--- World Bosses ---
--------------------
-- Azuregos
AtlasLoot_TableNames["WorldBossesClassic"] = { BabbleBoss["Azuregos"], "AtlasLootOriginalWoW" };
--Classic Kazzak
AtlasLoot_TableNames["Kazzak60"] = { BabbleBoss["Doom Lord Kazzak"].." (Classic)", "AtlasLootOriginalWoW" };
--Setis
AtlasLoot_TableNames["Setis"] = { "Setis", "AtlasLootOriginalWoW" };
-- Kazzak/Doomwalker
AtlasLoot_TableNames["WorldBossesBC"] = { BabbleBoss["Doom Lord Kazzak"].." / "..BabbleBoss["Doomwalker"], "AtlasLootBurningCrusade" };
-- Classic
AtlasLoot_TableNames["WorldBossesCLASSIC"] = { "World Bosses Classic", "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["WorldBossesClassicPhysDPS"] = { "World Boss Physical DPS Gear", "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["WorldBossesClassicCaster"] = { "World Boss Caster Gear", "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["WorldBossesClassicLeather"] = { "World Boss Leather Armor", "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["WorldBossesClassicMail"] = { "World Boss Mail Armor", "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["WorldBossesClassicTank"] = { "World Boss Tank Gear", "AtlasLootOriginalWoW" };
-- Kazzak/Doomwalker
AtlasLoot_TableNames["WorldBossesTBC"] = { BabbleBoss["Doom Lord Kazzak"].." / "..BabbleBoss["Doomwalker"], "AtlasLootOriginalWoW" };
-- Emerald Dragons
AtlasLoot_TableNames["DEmeriss"] = { BabbleBoss["Emeriss"], "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["DLethon"] = { BabbleBoss["Lethon"], "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["DTaerar"] = { BabbleBoss["Taerar"], "AtlasLootOriginalWoW" };
AtlasLoot_TableNames["DYsondre"] = { BabbleBoss["Ysondre"], "AtlasLootOriginalWoW" };
--------------
--- Events ---
@@ -1972,16 +1970,28 @@ end
AtlasLoot_TableNames["REPMENUCLASSIC"] = { AL["Factions - Original WoW"], "Menu" };
AtlasLoot_TableNames["REPMENUTBC"] = { AL["Factions - Burning Crusade"], "Menu" };
AtlasLoot_TableNames["REPMENUWRATH"] = { AL["Factions - Wrath of the Lich King"], "Menu" };
<<<<<<< Updated upstream
AtlasLoot_TableNames["SETMENUCLASSIC"] = { AL["Collections - Original WoW"], "Menu" };
AtlasLoot_TableNames["SETMENUTBC"] = { AL["Collections - Burning Crusade"], "Menu" };
AtlasLoot_TableNames["SETMENUWRATH"] = { AL["Collections - Wrath of the Lich King"], "Menu" };
=======
AtlasLoot_TableNames["SETMENUCLASSIC"] = { AL["Original WOW Collections"], "Menu" };
AtlasLoot_TableNames["SETMENUTBC"] = { AL["Burning Crusade Collections"], "Menu" };
AtlasLoot_TableNames["SETMENUWRATH"] = { AL["Wrath of the Lich King Collections"], "Menu" };
>>>>>>> Stashed changes
AtlasLoot_TableNames["MOUNTMENU"] = { AL["Mounts"], "Menu" };
AtlasLoot_TableNames["PETMENU"] = { AL["Vanity Pets"], "Menu" };
AtlasLoot_TableNames["PVPSET"] = { AL["PvP Armor Sets"]..": "..AL["Level 60"], "Menu" };
<<<<<<< Updated upstream
AtlasLoot_TableNames["PVPMENUCLASSIC"] = { AL["PVP - Original WoW"], "Menu" };
AtlasLoot_TableNames["PVPMENUTBC"] = { AL["PVP - Burning Crusade"], "Menu" };
AtlasLoot_TableNames["PVPMENUWRATH"] = { AL["PVP - Wrath of the Lich King"], "Menu" };
=======
AtlasLoot_TableNames["PVPMENUCLASSIC"] = { AL["Original WOW PvP Rewards"], "Menu" };
AtlasLoot_TableNames["PVPMENUTBC"] = { AL["Burning Crusade PvP Rewards"], "Menu" };
AtlasLoot_TableNames["PVPMENUWRATH"] = { AL["Wrath of the Lich King PvP Rewards"], "Menu" };
>>>>>>> Stashed changes
AtlasLoot_TableNames["PVPMENU2"] = { AL["PvP Rewards"], "Menu" };
AtlasLoot_TableNames["WINTERGRASPMENU"] = { BabbleZone["Wintergrasp"], "Menu" };
AtlasLoot_TableNames["PVP70RepSET"] = { AL["PvP Reputation Sets"]..": "..AL["Level 70"], "Menu" };