From 75a1071536eef93759cd0e78348387bcd0907cfb Mon Sep 17 00:00:00 2001 From: Lexie <6937574+Lexiebean@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:26:02 +1100 Subject: [PATCH] SWV Trash Issue #69 nice --- Core/AtlasLoot.lua | 1 + Core/ButtonRegistry.lua | 11 +++++++++-- Instances/instances.en.lua | 11 +++++++++++ TableRegister/loottables.en.lua | 2 ++ 4 files changed, 23 insertions(+), 2 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 9e2da93..777eb14 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -2558,6 +2558,7 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Damian"], "SWVDamian" }, { AL["Volkan Cruelblade"], "SWVVolkanCruelblade" }, { AL["Arc'tiras / Vault Armory Equipment"], "SWVVaultArmoryEquipment" }, + { AL["Trash Mobs"], "SWVTrash" }, }, ["BlackwingLair"] = { { AL["Razorgore the Untamed"], "BWLRazorgore" }, diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 0b764f5..897f3c0 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -559,8 +559,8 @@ AtlasLoot_ButtonRegistry = { -- Prev_Title = AL["Antnormi"]; --}; ["SWVAszoshGrimflame"] = { - Prev_Page = "SWVVaultArmoryEquipment"; - Prev_Title = AL["Arc'tiras / Vault Armory Equipment"]; + Prev_Page = "SWVTrash"; + Prev_Title = AL["Trash Mobs"]; Title = AL["Aszosh Grimflame"]; Next_Page = "SWVThamGrarr"; Next_Title = AL["Tham'Grarr"]; @@ -597,6 +597,13 @@ AtlasLoot_ButtonRegistry = { Title = AL["Arc'tiras / Vault Armory Equipment"]; Prev_Page = "SWVVolkanCruelblade"; Prev_Title = AL["Volkan Cruelblade"]; + Next_Page = "SWVTrash"; + Next_Title = AL["Trash Mobs"]; + }; + ["SWVTrash"] = { + Title = AL["Trash Mobs"]; + Prev_Page = "SWVVaultArmoryEquipment"; + Prev_Title = AL["Arc'tiras / Vault Armory Equipment"]; Next_Page = "SWVAszoshGrimflame"; Next_Title = AL["Aszosh Grimflame"]; }; diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index a44b129..cecce8a 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -665,6 +665,7 @@ AtlasLootBossButtons = { "SWVVolkanCruelblade"; "SWVArctiras"; "SWVVaultArmoryEquipment"; + "SWVTrash"; }; HateforgeQuarry = { ""; @@ -3242,6 +3243,16 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "" }, { 51217, "INV_misc_ribbon_01", "=q2=Fashion Coin", "=ds=#e27#", "80%" }, }; + SWVTrash = { + { 61592, "INV_Bracer_16", "=q3=Arcanic Bracers", "=ds=#s8#, #a3#", "0.0013%" }, + { 61590, "inv_helmet_02", "=q3=Helmet of the Elite Guard", "=ds=#s1#, #a4#", "0.0013%" }, + { 61591, "inv_pants_04", "=q3=Leggings of the Elite Guard", "=ds=#s11#, #a4#", "0.0013%" }, + { 61593, "INV_Misc_Cape_19", "=q3=Shadow Silk Cloak", "=ds=#s4#", "0.0013%" }, + { 0, "", "", "" }, + { 61563, "INV_Misc_Book_06", "=q3=Grimoire of Grells", "=ds=#s14#", "0.0013%" }, + { 61594, "INV_Sword_51", "=q3=Magus Blade", "=ds=#h3#, #w10#", "0.0013%" }, + { 61595, "INV_Spear_05", "=q3=Sharpened Iron Bar", "=ds=#h2#, #w7#", "0.0013%" }, + }; HQHighForemanBargulBlackhammer = { { 60566, "INV_helmet_11", "=q3=Visor of Command", "=ds=#s1#, #a3#", "20%" }, { 60569, "INV_jewelry_necklace_06", "=q3=Taskmaster's Tag", "=ds=#s2#", "20%" }, diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index 1858a48..5b1e4e2 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -396,6 +396,7 @@ AtlasLoot_TableNames = { ["SWVDamian"] = { AL["Damian"], "AtlasLootItems" }, ["SWVVolkanCruelblade"] = { AL["Volkan Cruelblade"], "AtlasLootItems" }, ["SWVVaultArmoryEquipment"] = { AL["Arc'tiras / Vault Armory Equipment"], "AtlasLootItems" }, + ["SWVTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, --Temple of Ahn'Qiraj ["AQ40Skeram"] = { AL["The Prophet Skeram"], "AtlasLootItems" }, ["AQ40Trio"] = { AL["The Bug Family"], "AtlasLootItems" }, @@ -1132,6 +1133,7 @@ AtlasLoot_TableNamesBoss = { ["SWVDamian"] = { AL["Damian"], "AtlasLootItems" }, ["SWVVolkanCruelblade"] = { AL["Volkan Cruelblade"], "AtlasLootItems" }, ["SWVVaultArmoryEquipment"] = { AL["Arc'tiras / Vault Armory Equipment"], "AtlasLootItems" }, + ["SWVTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, }, ["The Deadmines"] = { ["DMRhahkZor"] = { AL["Rhahk'Zor"], "AtlasLootItems" },