From 8cf089c15b5e00808c6b582b512ab22594348b66 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Sun, 24 Aug 2025 20:24:10 +0300 Subject: [PATCH] Dragonmaw Retreat, Stormwrought Ruins, MC extersion loot --- Core/AtlasLoot.lua | 31 +- Core/ButtonRegistry.lua | 242 +++- Core/Dungeons.lua | 296 ++--- Core/Tooltip.lua | 1 + Instances/instances.en.lua | 1933 ++++++++++++++----------------- Locale/locale.en.lua | 34 + TableRegister/loottables.en.lua | 52 + 7 files changed, 1366 insertions(+), 1223 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index b7541d1..d9de68c 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -2184,6 +2184,7 @@ AtlasLoot_HewdropDown = { {{ AL["[22-30] Shadowfang Keep"], "ShadowfangKeep", "Submenu" },}, {{ AL["[23-32] Blackfathom Deeps"], "BlackfathomDeeps", "Submenu" },}, {{ AL["[22-30] The Stockade"], "TheStockade", "Submenu" },}, + {{ AL["[26-35] Dragonmaw Retreat"], "DragonmawRetreat", "Submenu" },}, {{ AL["[29-38] Gnomeregan"], "Gnomeregan", "Submenu" },}, {{ AL["[29-38] Razorfen Kraul"], "RazorfenKraul", "Submenu" },}, {{ AL["[32-38] The Crescent Grove"], "TheCrescentGrove", "Submenu" },}, @@ -2193,6 +2194,7 @@ AtlasLoot_HewdropDown = { { AL["[32-41] Scarlet Monastery (Armory)"], "SMArmory", "Submenu" }, { AL["[35-45] Scarlet Monastery (Cathedral)"], "SMCathedral", "Submenu" }, },}, + {{ AL["[32-44] Stormwrought Ruins"], "StormwroughtRuins", "Submenu" },}, {{ AL["[36-46] Razorfen Downs"], "RazorfenDowns", "Submenu" },}, {{ AL["[40-51] Uldaman"], "Uldaman", "Submenu" },}, {{ AL["[42-50] Gilneas City"], "GilneasCity", "Submenu" },}, @@ -2484,13 +2486,16 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Trash Mobs"], "GnTrash" }, }, ["MoltenCore"] = { + { AL["Incindis"], "MCIncindis" }, { AL["Lucifron"], "MCLucifron" }, { AL["Magmadar"], "MCMagmadar" }, - { AL["Gehennas"], "MCGehennas" }, + -- { AL["Gehennas"], "MCGehennas" }, { AL["Garr"], "MCGarr" }, { AL["Shazzrah"], "MCShazzrah" }, { AL["Baron Geddon"], "MCGeddon" }, { AL["Golemagg the Incinerator"], "MCGolemagg" }, + { AL["Basalthar & Smoldaris"], "MCTwins" }, + { AL["Sorcerer-Thane Thaurissan"], "MCThaurissan" }, { AL["Sulfuron Harbinger"], "MCSulfuron" }, { AL["Majordomo Executus"], "MCMajordomo" }, { AL["Ragnaros"], "MCRagnaros" }, @@ -2889,6 +2894,30 @@ AtlasLoot_HewdropDown_SubTables = { { WHITE.."[61]"..DEFAULT.." "..AL["Crusader Larsarius"] .." "..WHITE.."("..AL["Eastern Plaguelands"] ..")", "CrusaderLarsarius" }, { WHITE.."[61]"..DEFAULT.." "..AL["Shadeflayer Goliath"] .." "..WHITE.."("..AL["Hyjal"] ..")", "ShadeflayerGoliath" }, }, + ["DragonmawRetreat"] = { + { AL["Gowlfang"], "DMRGowlfang" }, + { AL["Cavernweb Broodmother"], "DMRBroodmother" }, + { AL["Web Master Torkon"], "DMRWebMaster" }, + { AL["Garlok Flamekeeper"], "DMRGarlok" }, + { AL["Halgan Redbrand"], "DMRHalgan" }, + { AL["Elder Hollowblood"], "DMRElderHollowblood" }, + { AL["Searistrasz"], "DMRSearistrasz" }, + { AL["Zuluhed the Whacked"], "DMRZuluhed" }, + }, + ["StormwroughtRuins"] = { + { AL["Oronok Torn-Heart"], "SWROronok" }, + { AL["Dagar the Glutton"], "SWRDagar" }, + { AL["Duke Balor the IV"], "SWRDukeBalor" }, + { AL["Librarian Theodorus"], "SWRLibrarian" }, + { AL["Chieftain Stormsong"], "SWRChieftain" }, + { AL["Deathlord Tidebane"], "SWRDeathlord" }, + { AL["Subjugator Halthas Shadecrest"], "SWRSubjugator" }, + { AL["Mycellakos"], "SWRMycellakos" }, + { AL["Eldermaw the Primordial"], "SWREldermaw" }, + { AL["Lady Drazare"], "SWRLadyDrazare" }, + { AL["Remains of the Innocent"], "SWRRemains" }, + { AL["Mergothid"], "SWRMergothid" }, + }, }; -------------------------------------------------------------------------------- diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index fc1d955..a1d4cd3 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -1,14 +1,5 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); --- Colours stored for code readability -local GREY = "|cff999999"; -local RED = "|cffff0000"; -local WHITE = "|cffFFFFFF"; -local GREEN = "|cff1eff00"; -local PURPLE = "|cff9F3FFF"; -local BLUE = "|cff0070dd"; -local ORANGE = "|cffFF8400"; - AtlasLoot_ButtonRegistry = { --WoW Instances ["DUNGEONSMENU1"] = { @@ -21,6 +12,178 @@ AtlasLoot_ButtonRegistry = { Prev_Page = "DUNGEONSMENU1"; Prev_Title = AL["Dungeons & Raids"]; }; + ["DMRGowlfang"] = { + Title = AL["Gowlfang"], + Next_Page = "DMRBroodmother", + Next_Title = AL["Cavernweb Broodmother"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRBroodmother"] = { + Title = AL["Cavernweb Broodmother"], + Prev_Page = "DMRGowlfang", + Prev_Title = AL["Gowlfang"], + Next_Page = "DMRWebMaster", + Next_Title = AL["Web Master Torkon"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRWebMaster"] = { + Title = AL["Web Master Torkon"], + Prev_Page = "DMRBroodmother", + Prev_Title = AL["Cavernweb Broodmother"], + Next_Page = "DMRGarlok", + Next_Title = AL["Garlok Flamekeeper"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRGarlok"] = { + Title = AL["Garlok Flamekeeper"], + Prev_Page = "DMRWebMaster", + Prev_Title = AL["Web Master Torkon"], + Next_Page = "DMRHalgan", + Next_Title = AL["Halgan Redbrand"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRHalgan"] = { + Title = AL["Halgan Redbrand"], + Prev_Page = "DMRGarlok", + Prev_Title = AL["Garlok Flamekeeper"], + Next_Page = "DMRElderHollowblood", + Next_Title = AL["Elder Hollowblood"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRElderHollowblood"] = { + Title = AL["Elder Hollowblood"], + Prev_Page = "DMRHalgan", + Prev_Title = AL["Halgan Redbrand"], + Next_Page = "DMRSearistrasz", + Next_Title = AL["Searistrasz"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRSearistrasz"] = { + Title = AL["Searistrasz"], + Prev_Page = "DMRElderHollowblood", + Prev_Title = AL["Elder Hollowblood"], + Next_Page = "DMRZuluhed", + Next_Title = AL["Zuluhed the Whacked"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["DMRZuluhed"] = { + Title = AL["Zuluhed the Whacked"], + Prev_Page = "DMRSearistrasz", + Prev_Title = AL["Searistrasz"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWROronok"] = { + Title = AL["Oronok Torn-Heart"], + Next_Page = "SWRDagar", + Next_Title = AL["Dagar the Glutton"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRDagar"] = { + Title = AL["Dagar the Glutton"], + Prev_Page = "SWROronok", + Prev_Title = AL["Oronok Torn-Heart"], + Next_Page = "SWRDukeBalor", + Next_Title = AL["Duke Balor the IV"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRDukeBalor"] = { + Title = AL["Duke Balor the IV"], + Prev_Page = "SWRDagar", + Prev_Title = AL["Dagar the Glutton"], + Next_Page = "SWRLibrarian", + Next_Title = AL["Librarian Theodorus"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRLibrarian"] = { + Title = AL["Librarian Theodorus"], + Prev_Page = "SWRDukeBalor", + Prev_Title = AL["Duke Balor the IV"], + Next_Page = "SWRChieftain", + Next_Title = AL["Chieftain Stormsong"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRChieftain"] = { + Title = AL["Chieftain Stormsong"], + Prev_Page = "SWRLibrarian", + Prev_Title = AL["Librarian Theodorus"], + Next_Page = "SWRDeathlord", + Next_Title = AL["Deathlord Tidebane"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRDeathlord"] = { + Title = AL["Deathlord Tidebane"], + Prev_Page = "SWRChieftain", + Prev_Title = AL["Chieftain Stormsong"], + Next_Page = "SWRSubjugator", + Next_Title = AL["Subjugator Halthas Shadecrest"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRSubjugator"] = { + Title = AL["Subjugator Halthas Shadecrest"], + Prev_Page = "SWRDeathlord", + Prev_Title = AL["Deathlord Tidebane"], + Next_Page = "SWRMycellakos", + Next_Title = AL["Mycellakos"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRMycellakos"] = { + Title = AL["Mycellakos"], + Prev_Page = "SWRSubjugator", + Prev_Title = AL["Subjugator Halthas Shadecrest"], + Next_Page = "SWREldermaw", + Next_Title = AL["Eldermaw the Primordial"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWREldermaw"] = { + Title = AL["Eldermaw the Primordial"], + Prev_Page = "SWRMycellakos", + Prev_Title = AL["Mycellakos"], + Next_Page = "SWRLadyDrazare", + Next_Title = AL["Lady Drazare"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRLadyDrazare"] = { + Title = AL["Lady Drazare"], + Prev_Page = "SWREldermaw", + Prev_Title = AL["Eldermaw the Primordial"], + Next_Page = "SWRRemains", + Next_Title = AL["Remains of the Innocent"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRRemains"] = { + Title = AL["Remains of the Innocent"], + Prev_Page = "SWRLadyDrazare", + Prev_Title = AL["Lady Drazare"], + Next_Page = "SWRMergothid", + Next_Title = AL["Mergothid"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; + ["SWRMergothid"] = { + Title = AL["Mergothid"], + Prev_Page = "SWRRemains", + Prev_Title = AL["Remains of the Innocent"], + Back_Page = "DUNGEONSMENU1", + Back_Title = AL["Dungeons & Raids"], + }; ["HQHighForemanBargulBlackhammer"] = { Title = AL["High Foreman Bargul Blackhammer"]; Next_Page = "HQEngineerFiggles"; @@ -1062,37 +1225,46 @@ AtlasLoot_ButtonRegistry = { Back_Page = "DUNGEONSMENU1"; Back_Title = AL["Dungeons & Raids"]; }; + ["MCIncindis"] = { + Title = AL["Incindis"]; + Next_Page = "MCLucifron"; + Next_Title = AL["Lucifron"]; + Back_Page = "DUNGEONSMENU2"; + Back_Title = AL["Dungeons & Raids"]; + }; ["MCLucifron"] = { Title = AL["Lucifron"]; Next_Page = "MCMagmadar"; Next_Title = AL["Magmadar"]; + Prev_Page = "MCIncindis"; + Prev_Title = AL["Incindis"]; Back_Page = "DUNGEONSMENU2"; Back_Title = AL["Dungeons & Raids"]; }; ["MCMagmadar"] = { Title = AL["Magmadar"]; - Next_Page = "MCGehennas"; - Next_Title = AL["Gehennas"]; + Next_Page = "MCGarr"; + Next_Title = AL["Garr"]; Prev_Page = "MCLucifron"; Prev_Title = AL["Lucifron"]; Back_Page = "DUNGEONSMENU2"; Back_Title = AL["Dungeons & Raids"]; }; - ["MCGehennas"] = { - Title = AL["Gehennas"]; - Next_Page = "MCGarr"; - Next_Title = AL["Garr"]; - Prev_Page = "MCMagmadar"; - Prev_Title = AL["Magmadar"]; - Back_Page = "DUNGEONSMENU2"; - Back_Title = AL["Dungeons & Raids"]; - }; + -- ["MCGehennas"] = { + -- Title = AL["Gehennas"]; + -- Next_Page = "MCGarr"; + -- Next_Title = AL["Garr"]; + -- Prev_Page = "MCMagmadar"; + -- Prev_Title = AL["Magmadar"]; + -- Back_Page = "DUNGEONSMENU2"; + -- Back_Title = AL["Dungeons & Raids"]; + -- }; ["MCGarr"] = { Title = AL["Garr"]; Next_Page = "MCShazzrah"; Next_Title = AL["Shazzrah"]; - Prev_Page = "MCGehennas"; - Prev_Title = AL["Gehennas"]; + Prev_Page = "MCMagmadar"; + Prev_Title = AL["Magmadar"]; Back_Page = "DUNGEONSMENU2"; Back_Title = AL["Dungeons & Raids"]; }; @@ -1116,19 +1288,37 @@ AtlasLoot_ButtonRegistry = { }; ["MCGolemagg"] = { Title = AL["Golemagg the Incinerator"]; - Next_Page = "MCSulfuron"; - Next_Title = AL["Sulfuron Harbinger"]; + Next_Page = "MCTwins"; + Next_Title = AL["Basalthar & Smoldaris"]; Prev_Page = "MCGeddon"; Prev_Title = AL["Baron Geddon"]; Back_Page = "DUNGEONSMENU2"; Back_Title = AL["Dungeons & Raids"]; }; + ["MCTwins"] = { + Title = AL["Basalthar & Smoldaris"]; + Next_Page = "MCThaurissan"; + Next_Title =AL["Sorcerer-Thane Thaurissan"]; + Prev_Page = "MCGolemagg"; + Prev_Title = AL["Golemagg the Incinerator"]; + Back_Page = "DUNGEONSMENU2"; + Back_Title = AL["Dungeons & Raids"]; + }; + ["MCThaurissan"] = { + Title = AL["Sorcerer-Thane Thaurissan"]; + Next_Page = "MCSulfuron"; + Next_Title = AL["Sulfuron Harbinger"]; + Prev_Page = "MCTwins"; + Prev_Title = AL["Basalthar & Smoldaris"]; + Back_Page = "DUNGEONSMENU2"; + Back_Title = AL["Dungeons & Raids"]; + }; ["MCSulfuron"] = { Title = AL["Sulfuron Harbinger"]; Next_Page = "MCMajordomo"; Next_Title = AL["Majordomo Executus"]; - Prev_Page = "MCGolemagg"; - Prev_Title = AL["Golemagg the Incinerator"]; + Prev_Page = "MCThaurissan"; + Prev_Title = AL["Sorcerer-Thane Thaurissan"]; Back_Page = "DUNGEONSMENU2"; Back_Title = AL["Dungeons & Raids"]; }; diff --git a/Core/Dungeons.lua b/Core/Dungeons.lua index 9a71518..1260d63 100644 --- a/Core/Dungeons.lua +++ b/Core/Dungeons.lua @@ -41,150 +41,150 @@ function AtlasLoot_DungeonsMenu1() AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); AtlasLootMenuItem_6.lootpage="SWStTargorr"; AtlasLootMenuItem_6:Show(); - --Gnomer - AtlasLootMenuItem_7_Name:SetText(AL["[29-38] Gnomeregan"]); - AtlasLootMenuItem_7_Extra:SetText(AL["Dun Morogh"]); + -- Dragonmaw Retreat + AtlasLootMenuItem_7_Name:SetText(AL["[26-35] Dragonmaw Retreat"]); + AtlasLootMenuItem_7_Extra:SetText(AL["Wetlands"]); AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_7.lootpage="GnGrubbis"; + AtlasLootMenuItem_7.lootpage="DMRGowlfang"; AtlasLootMenuItem_7:Show(); - --RFK - AtlasLootMenuItem_8_Name:SetText(AL["[29-38] Razorfen Kraul"]); - AtlasLootMenuItem_8_Extra:SetText(AL["Barrens"]); + --Gnomer + AtlasLootMenuItem_8_Name:SetText(AL["[29-38] Gnomeregan"]); + AtlasLootMenuItem_8_Extra:SetText(AL["Dun Morogh"]); AtlasLootMenuItem_8_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_8.lootpage="RFKAggem"; + AtlasLootMenuItem_8.lootpage="GnGrubbis"; AtlasLootMenuItem_8:Show(); - --Crescent Grove - AtlasLootMenuItem_9_Name:SetText(AL["[32-38] The Crescent Grove"]); - AtlasLootMenuItem_9_Extra:SetText(AL["Ashenvale"]); + --RFK + AtlasLootMenuItem_9_Name:SetText(AL["[29-38] Razorfen Kraul"]); + AtlasLootMenuItem_9_Extra:SetText(AL["Barrens"]); AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_9.lootpage="TCGGrovetenderEngryss"; + AtlasLootMenuItem_9.lootpage="RFKAggem"; AtlasLootMenuItem_9:Show(); - --SM GY - AtlasLootMenuItem_10_Name:SetText(AL["[27-36] Scarlet Monastery (Graveyard)"]); - AtlasLootMenuItem_10_Extra:SetText(AL["Tirisfal Glades"]); + --Crescent Grove + AtlasLootMenuItem_10_Name:SetText(AL["[32-38] The Crescent Grove"]); + AtlasLootMenuItem_10_Extra:SetText(AL["Ashenvale"]); AtlasLootMenuItem_10_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_10.lootpage="SMVishas"; + AtlasLootMenuItem_10.lootpage="TCGGrovetenderEngryss"; AtlasLootMenuItem_10:Show(); - --SM Library - AtlasLootMenuItem_11_Name:SetText(AL["[28-39] Scarlet Monastery (Library)"]); + --SM GY + AtlasLootMenuItem_11_Name:SetText(AL["[27-36] Scarlet Monastery (Graveyard)"]); AtlasLootMenuItem_11_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_11.lootpage="SMHoundmasterLoksey"; + AtlasLootMenuItem_11.lootpage="SMVishas"; AtlasLootMenuItem_11:Show(); - --SM Armory - AtlasLootMenuItem_12_Name:SetText(AL["[32-41] Scarlet Monastery (Armory)"]); + --SM Library + AtlasLootMenuItem_12_Name:SetText(AL["[28-39] Scarlet Monastery (Library)"]); AtlasLootMenuItem_12_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_12_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_12.lootpage="SMHerod"; + AtlasLootMenuItem_12.lootpage="SMHoundmasterLoksey"; AtlasLootMenuItem_12:Show(); - --SM Cathedral - AtlasLootMenuItem_13_Name:SetText(AL["[35-45] Scarlet Monastery (Cathedral)"]); + --SM Armory + AtlasLootMenuItem_13_Name:SetText(AL["[32-41] Scarlet Monastery (Armory)"]); AtlasLootMenuItem_13_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_13.lootpage="SMFairbanks"; + AtlasLootMenuItem_13.lootpage="SMHerod"; AtlasLootMenuItem_13:Show(); - --RFD - AtlasLootMenuItem_14_Name:SetText(AL["[36-46] Razorfen Downs"]); - AtlasLootMenuItem_14_Extra:SetText(AL["Barrens"]); + --SM Cathedral + AtlasLootMenuItem_14_Name:SetText(AL["[35-45] Scarlet Monastery (Cathedral)"]); + AtlasLootMenuItem_14_Extra:SetText(AL["Tirisfal Glades"]); AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_14.lootpage="RFDTutenkash"; + AtlasLootMenuItem_14.lootpage="SMFairbanks"; AtlasLootMenuItem_14:Show(); - --Uldaman - AtlasLootMenuItem_15_Name:SetText(AL["[40-51] Uldaman"]); - AtlasLootMenuItem_15_Extra:SetText(AL["Badlands"]); + -- Stormwrought Ruins + AtlasLootMenuItem_15_Name:SetText(AL["[32-44] Stormwrought Ruins"]); + AtlasLootMenuItem_15_Extra:SetText(AL["Balor"]); AtlasLootMenuItem_15_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_15.lootpage="UldBaelog"; + AtlasLootMenuItem_15.lootpage="SWROronok"; AtlasLootMenuItem_15:Show(); - --Gilneas - AtlasLootMenuItem_16_Name:SetText(AL["[42-50] Gilneas City"]); - AtlasLootMenuItem_16_Extra:SetText(AL["Gilneas"]); + --RFD + AtlasLootMenuItem_16_Name:SetText(AL["[36-46] Razorfen Downs"]); + AtlasLootMenuItem_16_Extra:SetText(AL["Barrens"]); AtlasLootMenuItem_16_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_16.lootpage="GCMatthiasHoltz"; + AtlasLootMenuItem_16.lootpage="RFDTutenkash"; AtlasLootMenuItem_16:Show(); - --Mara - AtlasLootMenuItem_17_Name:SetText(AL["[45-55] Maraudon"]); - AtlasLootMenuItem_17_Extra:SetText(AL["Desolace"]); + --Uldaman + AtlasLootMenuItem_17_Name:SetText(AL["[40-51] Uldaman"]); + AtlasLootMenuItem_17_Extra:SetText(AL["Badlands"]); AtlasLootMenuItem_17_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_17.lootpage="MaraNoxxion"; + AtlasLootMenuItem_17.lootpage="UldBaelog"; AtlasLootMenuItem_17:Show(); - --ZF - AtlasLootMenuItem_18_Name:SetText(AL["[44-54] Zul'Farrak"]); - AtlasLootMenuItem_18_Extra:SetText(AL["Tanaris"]); + --Gilneas + AtlasLootMenuItem_18_Name:SetText(AL["[42-50] Gilneas City"]); + AtlasLootMenuItem_18_Extra:SetText(AL["Gilneas"]); AtlasLootMenuItem_18_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_18.lootpage="ZFAntusul"; + AtlasLootMenuItem_18.lootpage="GCMatthiasHoltz"; AtlasLootMenuItem_18:Show(); - --ST - AtlasLootMenuItem_19_Name:SetText(AL["[50-60] The Sunken Temple"]); - AtlasLootMenuItem_19_Extra:SetText(AL["Swamp of Sorrows"]); + --Mara + AtlasLootMenuItem_19_Name:SetText(AL["[45-55] Maraudon"]); + AtlasLootMenuItem_19_Extra:SetText(AL["Desolace"]); AtlasLootMenuItem_19_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_19.lootpage="STBalconyMinibosses"; + AtlasLootMenuItem_19.lootpage="MaraNoxxion"; AtlasLootMenuItem_19:Show(); - --HFQ - AtlasLootMenuItem_20_Name:SetText(AL["[50-60] Hateforge Quarry"]); - AtlasLootMenuItem_20_Extra:SetText(AL["Burning Steppes"]); + --ZF + AtlasLootMenuItem_20_Name:SetText(AL["[44-54] Zul'Farrak"]); + AtlasLootMenuItem_20_Extra:SetText(AL["Tanaris"]); AtlasLootMenuItem_20_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_20.lootpage="HQHighForemanBargulBlackhammer"; + AtlasLootMenuItem_20.lootpage="ZFAntusul"; AtlasLootMenuItem_20:Show(); - --BRD - AtlasLootMenuItem_21_Name:SetText(AL["[52-60] Blackrock Depths"]); - AtlasLootMenuItem_21_Extra:SetText(AL["Burning Steppes"]); + --ST + AtlasLootMenuItem_21_Name:SetText(AL["[50-60] The Sunken Temple"]); + AtlasLootMenuItem_21_Extra:SetText(AL["Swamp of Sorrows"]); AtlasLootMenuItem_21_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_21.lootpage="BRDLordRoccor"; + AtlasLootMenuItem_21.lootpage="STBalconyMinibosses"; AtlasLootMenuItem_21:Show(); - --DME - AtlasLootMenuItem_22_Name:SetText(AL["[55-60] Dire Maul (East)"]); - AtlasLootMenuItem_22_Extra:SetText(AL["Feralas"]); + --HFQ + AtlasLootMenuItem_22_Name:SetText(AL["[50-60] Hateforge Quarry"]); + AtlasLootMenuItem_22_Extra:SetText(AL["Burning Steppes"]); AtlasLootMenuItem_22_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_22.lootpage="DMEPusillin"; + AtlasLootMenuItem_22.lootpage="HQHighForemanBargulBlackhammer"; AtlasLootMenuItem_22:Show(); - --DMW - AtlasLootMenuItem_23_Name:SetText(AL["[57-60] Dire Maul (West)"]); - AtlasLootMenuItem_23_Extra:SetText(AL["Feralas"]); + --BRD + AtlasLootMenuItem_23_Name:SetText(AL["[52-60] Blackrock Depths"]); + AtlasLootMenuItem_23_Extra:SetText(AL["Burning Steppes"]); AtlasLootMenuItem_23_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_23.lootpage="DMWTendrisWarpwood"; + AtlasLootMenuItem_23.lootpage="BRDLordRoccor"; AtlasLootMenuItem_23:Show(); - --DMN - AtlasLootMenuItem_24_Name:SetText(AL["[57-60] Dire Maul (North)"]); + --DME + AtlasLootMenuItem_24_Name:SetText(AL["[55-60] Dire Maul (East)"]); AtlasLootMenuItem_24_Extra:SetText(AL["Feralas"]); AtlasLootMenuItem_24_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_24.lootpage="DMNGuardMoldar"; + AtlasLootMenuItem_24.lootpage="DMEPusillin"; AtlasLootMenuItem_24:Show(); - --Scholo - AtlasLootMenuItem_25_Name:SetText(AL["[58-60] Scholomance"]); - AtlasLootMenuItem_25_Extra:SetText(AL["Western Plaguelands"]); + --DMW + AtlasLootMenuItem_25_Name:SetText(AL["[57-60] Dire Maul (West)"]); + AtlasLootMenuItem_25_Extra:SetText(AL["Feralas"]); AtlasLootMenuItem_25_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_25.lootpage="SCHOLOKirtonostheHerald"; + AtlasLootMenuItem_25.lootpage="DMWTendrisWarpwood"; AtlasLootMenuItem_25:Show(); - --Strat - AtlasLootMenuItem_26_Name:SetText(AL["[58-60] Stratholme"]); - AtlasLootMenuItem_26_Extra:SetText(AL["Eastern Plaguelands"]); + --DMN + AtlasLootMenuItem_26_Name:SetText(AL["[57-60] Dire Maul (North)"]); + AtlasLootMenuItem_26_Extra:SetText(AL["Feralas"]); AtlasLootMenuItem_26_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_26.lootpage="STRATSkull"; + AtlasLootMenuItem_26.lootpage="DMNGuardMoldar"; AtlasLootMenuItem_26:Show(); - --LBRS - AtlasLootMenuItem_27_Name:SetText(AL["[55-60] Lower Blackrock Spire"]); - AtlasLootMenuItem_27_Extra:SetText(AL["Burning Steppes"]); + --Scholo + AtlasLootMenuItem_27_Name:SetText(AL["[58-60] Scholomance"]); + AtlasLootMenuItem_27_Extra:SetText(AL["Western Plaguelands"]); AtlasLootMenuItem_27_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_27.lootpage="LBRSSpirestoneButcher"; + AtlasLootMenuItem_27.lootpage="SCHOLOKirtonostheHerald"; AtlasLootMenuItem_27:Show(); - --UBRS - AtlasLootMenuItem_28_Name:SetText(AL["[58-60] Upper Blackrock Spire"]); - AtlasLootMenuItem_28_Extra:SetText(AL["Burning Steppes"]); + --Strat + AtlasLootMenuItem_28_Name:SetText(AL["[58-60] Stratholme"]); + AtlasLootMenuItem_28_Extra:SetText(AL["Eastern Plaguelands"]); AtlasLootMenuItem_28_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_28.lootpage="UBRSEmberseer"; + AtlasLootMenuItem_28.lootpage="STRATSkull"; AtlasLootMenuItem_28:Show(); - --Kara crypt - AtlasLootMenuItem_29_Name:SetText(AL["[58-60] Karazhan Crypt"]); - AtlasLootMenuItem_29_Extra:SetText(AL["Deadwind Pass"]); + --LBRS + AtlasLootMenuItem_29_Name:SetText(AL["[55-60] Lower Blackrock Spire"]); + AtlasLootMenuItem_29_Extra:SetText(AL["Burning Steppes"]); AtlasLootMenuItem_29_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_29.lootpage="KCMarrowspike"; - AtlasLootMenuItem_29:Show() - --CoT:BM - AtlasLootMenuItem_30_Name:SetText(AL["[60] Caverns of Time: Black Morass"]); - AtlasLootMenuItem_30_Extra:SetText(AL["Tanaris"]); + AtlasLootMenuItem_29.lootpage="LBRSSpirestoneButcher"; + AtlasLootMenuItem_29:Show(); + --UBRS + AtlasLootMenuItem_30_Name:SetText(AL["[58-60] Upper Blackrock Spire"]); + AtlasLootMenuItem_30_Extra:SetText(AL["Burning Steppes"]); AtlasLootMenuItem_30_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_30.lootpage="COTBMChronar"; - AtlasLootMenuItem_30:Show() + AtlasLootMenuItem_30.lootpage="UBRSEmberseer"; + AtlasLootMenuItem_30:Show(); end function AtlasLoot_DungeonsMenu2() @@ -192,70 +192,82 @@ function AtlasLoot_DungeonsMenu2() AtlasLootCharDB.LastBoss = "DUNGEONSMENU2" AtlasLootCharDB.LastBossText = AL["Dungeons & Raids"] AtlasLootItemsFrame_PREV:Show() - --SWV - AtlasLootMenuItem_1_Name:SetText(AL["[60] Stormwind Vault"]); - AtlasLootMenuItem_1_Extra:SetText(AL["Stormwind"]); + --Kara crypt + AtlasLootMenuItem_1_Name:SetText(AL["[58-60] Karazhan Crypt"]); + AtlasLootMenuItem_1_Extra:SetText(AL["Deadwind Pass"]); AtlasLootMenuItem_1_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); - AtlasLootMenuItem_1.lootpage="SWVAszoshGrimflame"; - AtlasLootMenuItem_1:Show(); - --ZG - AtlasLootMenuItem_3_Name:SetText(AL["[RAID] Zul'Gurub"]); - AtlasLootMenuItem_3_Extra:SetText(AL["Stranglethorn Vale"]); - AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_3.lootpage="ZGJeklik"; + AtlasLootMenuItem_1.lootpage="KCMarrowspike"; + AtlasLootMenuItem_1:Show() + --CoT:BM + AtlasLootMenuItem_2_Name:SetText(AL["[60] Caverns of Time: Black Morass"]); + AtlasLootMenuItem_2_Extra:SetText(AL["Tanaris"]); + AtlasLootMenuItem_2_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); + AtlasLootMenuItem_2.lootpage="COTBMChronar"; + AtlasLootMenuItem_2:Show() + --SWV + AtlasLootMenuItem_3_Name:SetText(AL["[60] Stormwind Vault"]); + AtlasLootMenuItem_3_Extra:SetText(AL["Stormwind"]); + AtlasLootMenuItem_3_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalIronForge"); + AtlasLootMenuItem_3.lootpage="SWVAszoshGrimflame"; AtlasLootMenuItem_3:Show(); - --AQ20 - AtlasLootMenuItem_4_Name:SetText(AL["[RAID] Ruins of Ahn'Qiraj"]); - AtlasLootMenuItem_4_Extra:SetText(AL["Silithus"]); - AtlasLootMenuItem_4_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_4.lootpage="AQ20Kurinnaxx"; - AtlasLootMenuItem_4:Show(); - --MC - AtlasLootMenuItem_5_Name:SetText(AL["[RAID] Molten Core"]); - AtlasLootMenuItem_5_Extra:SetText(AL["Burning Steppes"]); + --ZG + AtlasLootMenuItem_5_Name:SetText(AL["[RAID] Zul'Gurub"]); + AtlasLootMenuItem_5_Extra:SetText(AL["Stranglethorn Vale"]); AtlasLootMenuItem_5_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_5.lootpage="MCLucifron"; + AtlasLootMenuItem_5.lootpage="ZGJeklik"; AtlasLootMenuItem_5:Show(); - --Ony - AtlasLootMenuItem_6_Name:SetText(AL["[RAID] Onyxia's Lair"]); - AtlasLootMenuItem_6_Extra:SetText(AL["Dustwallow Marsh"]); + --AQ20 + AtlasLootMenuItem_6_Name:SetText(AL["[RAID] Ruins of Ahn'Qiraj"]); + AtlasLootMenuItem_6_Extra:SetText(AL["Silithus"]); AtlasLootMenuItem_6_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_6.lootpage="Onyxia"; + AtlasLootMenuItem_6.lootpage="AQ20Kurinnaxx"; AtlasLootMenuItem_6:Show(); - --LKH - AtlasLootMenuItem_7_Name:SetText(AL["[RAID] Lower Karazhan Halls"]); - AtlasLootMenuItem_7_Extra:SetText(AL["Deadwind Pass"]); + --MC + AtlasLootMenuItem_7_Name:SetText(AL["[RAID] Molten Core"]); + AtlasLootMenuItem_7_Extra:SetText(AL["Burning Steppes"]); AtlasLootMenuItem_7_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_7.lootpage="LKHRolfen"; + AtlasLootMenuItem_7.lootpage="MCIncindis"; AtlasLootMenuItem_7:Show(); - --BWL - AtlasLootMenuItem_8_Name:SetText(AL["[RAID] Blackwing Lair"]); - AtlasLootMenuItem_8_Extra:SetText(AL["Burning Steppes"]); + --Ony + AtlasLootMenuItem_8_Name:SetText(AL["[RAID] Onyxia's Lair"]); + AtlasLootMenuItem_8_Extra:SetText(AL["Dustwallow Marsh"]); AtlasLootMenuItem_8_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_8.lootpage="BWLRazorgore"; + AtlasLootMenuItem_8.lootpage="Onyxia"; AtlasLootMenuItem_8:Show(); - --ES - AtlasLootMenuItem_9_Name:SetText(AL["[RAID] Emerald Sanctum"]); - AtlasLootMenuItem_9_Extra:SetText(AL["Hyjal"]); + --LKH + AtlasLootMenuItem_9_Name:SetText(AL["[RAID] Lower Karazhan Halls"]); + AtlasLootMenuItem_9_Extra:SetText(AL["Deadwind Pass"]); AtlasLootMenuItem_9_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_9.lootpage="ESErennius"; + AtlasLootMenuItem_9.lootpage="LKHRolfen"; AtlasLootMenuItem_9:Show(); - --AQ40 - AtlasLootMenuItem_10_Name:SetText(AL["[RAID] Temple of Ahn'Qiraj"]); - AtlasLootMenuItem_10_Extra:SetText(AL["Silithus"]); + --BWL + AtlasLootMenuItem_10_Name:SetText(AL["[RAID] Blackwing Lair"]); + AtlasLootMenuItem_10_Extra:SetText(AL["Burning Steppes"]); AtlasLootMenuItem_10_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_10.lootpage="AQ40Skeram"; + AtlasLootMenuItem_10.lootpage="BWLRazorgore"; AtlasLootMenuItem_10:Show(); - --Naxx - AtlasLootMenuItem_11_Name:SetText(AL["[RAID] Naxxramas"]); - AtlasLootMenuItem_11_Extra:SetText(AL["Eastern Plaguelands"]); + --ES + AtlasLootMenuItem_11_Name:SetText(AL["[RAID] Emerald Sanctum"]); + AtlasLootMenuItem_11_Extra:SetText(AL["Hyjal"]); AtlasLootMenuItem_11_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_11.lootpage="NAXPatchwerk"; + AtlasLootMenuItem_11.lootpage="ESErennius"; AtlasLootMenuItem_11:Show(); - --UKH - AtlasLootMenuItem_12_Name:SetText(AL["[RAID] Upper Karazhan Halls"]); - AtlasLootMenuItem_12_Extra:SetText(AL["Deadwind Pass"]); + --AQ40 + AtlasLootMenuItem_12_Name:SetText(AL["[RAID] Temple of Ahn'Qiraj"]); + AtlasLootMenuItem_12_Extra:SetText(AL["Silithus"]); AtlasLootMenuItem_12_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); - AtlasLootMenuItem_12.lootpage="UKHGnarlmoon"; + AtlasLootMenuItem_12.lootpage="AQ40Skeram"; AtlasLootMenuItem_12:Show(); + --Naxx + AtlasLootMenuItem_13_Name:SetText(AL["[RAID] Naxxramas"]); + AtlasLootMenuItem_13_Extra:SetText(AL["Eastern Plaguelands"]); + AtlasLootMenuItem_13_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); + AtlasLootMenuItem_13.lootpage="NAXPatchwerk"; + AtlasLootMenuItem_13:Show(); + --UKH + AtlasLootMenuItem_14_Name:SetText(AL["[RAID] Upper Karazhan Halls"]); + AtlasLootMenuItem_14_Extra:SetText(AL["Deadwind Pass"]); + AtlasLootMenuItem_14_Icon:SetTexture("Interface\\Icons\\Spell_Arcane_PortalOrgrimmar"); + AtlasLootMenuItem_14.lootpage="UKHGnarlmoon"; + AtlasLootMenuItem_14:Show(); end \ No newline at end of file diff --git a/Core/Tooltip.lua b/Core/Tooltip.lua index 4f48e09..7b88d43 100644 --- a/Core/Tooltip.lua +++ b/Core/Tooltip.lua @@ -6122,6 +6122,7 @@ AtlasLoot_Data["AtlasLootSources"] = { [56094] = AL["Jewelcrafting"]..": "..AL["Goldsmithing"].." ("..AL["Skill:"].." 285+)", [56095] = AL["Jewelcrafting"].." ("..AL["Skill:"].." 230+)", [56096] = AL["Jewelcrafting"].." ("..AL["Skill:"].." 300)", + [58401] = AL["Lower Karazhan Halls"].." - "..AL["Lord Blackwald II"].." (1.2%)", [60001] = AL["Survival"].." ("..AL["Skill:"].." 50+)", [60003] = AL["Temple of Ahn'Qiraj"].." - "..AL["C'Thun"].." (8%)", [60004] = AL["Blood Ring"].." - "..AL["Exalted"], diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index ee03530..47870ec 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -1,6 +1,8 @@ -------------------------------------------------------------------------------- -- AtlasBossButtons (default english) -------------------------------------------------------------------------------- +local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); + AtlasLootBossButtons = { BlackfathomDeeps = { ""; @@ -977,7 +979,31 @@ AtlasLootBossButtons = { "ESSolnius1"; "ESHardMode"; "ESTrash"; - } + }; + DragonmawRetreat = { + "DMRGowlfang", + "DMRBroodmother", + "DMRWebMaster", + "DMRGarlok", + "DMRHalgan", + "DMRElderHollowblood", + "DMRSearistrasz", + "DMRZuluhed", + }; + StormwroughtRuins = { + "SWROronok", + "SWRDagar", + "SWRDukeBalor", + "SWRLibrarian", + "SWRChieftain", + "SWRDeathlord", + "SWRSubjugator", + "SWRMycellakos", + "SWREldermaw", + "SWRLadyDrazare", + "SWRMergothid", + "SWRRemains", + }; }; -------------------------------------------------------------------------------- -- ItemIDs (default english) @@ -1017,42 +1043,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21986, "INV_BRD_Banner", "=q1=Banner of Provocation", "=ds=#m36#" }, }; BWLRazorgore = { --https://database.turtle-wow.org/?npc=12435 - { 16926, "INV_Bracer_09", "=q4=Bindings of Transcendence", "=ds=#s8#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47209,"=ds=#s8#, #a1# =q7=#db17#"}, - }, - }, + { 16926, "INV_Bracer_09", "=q4=Bindings of Transcendence", "=ds=#s8#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47209,"=ds=#s8#, #a1# =q7=#db17#"},},}, }, - { 16918, "INV_Bracer_09", "=q4=Netherwind Bindings", "=ds=#s8#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47089,"=ds=#s8#, #a1# =q7=#db17#"}, - }, - }, + { 16918, "INV_Bracer_09", "=q4=Netherwind Bindings", "=ds=#s8#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47089,"=ds=#s8#, #a1# =q7=#db17#"},},}, }, - { 16934, "INV_Bracer_07", "=q4=Nemesis Bracers", "=ds=#s8#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47287,"=ds=#s8#, #a1# =q7=#db17#"}, - }, - }, + { 16934, "INV_Bracer_07", "=q4=Nemesis Bracers", "=ds=#s8#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47287,"=ds=#s8#, #a1# =q7=#db17#"},},}, }, { 16911, "INV_Bracer_02", "=q4=Bloodfang Bracers", "=ds=#s8#, #a2# =q12=#c6#", "11%" }, - { 16904, "INV_Bracer_03", "=q4=Stormrage Bracers", "=ds=#s8#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47349,"=ds=#s8#, #a2# =q7=#db17#"},{47357,"=ds=#s8#, #a2# =q7=#db17#"}, - }, - }, + { 16904, "INV_Bracer_03", "=q4=Stormrage Bracers", "=ds=#s8#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47349,"=ds=#s8#, #a2# =q7=#db17#"},{47357,"=ds=#s8#, #a2# =q7=#db17#"},},}, }, { 16935, "INV_Bracer_17", "=q4=Dragonstalker's Bracers", "=ds=#s8#, #a3# =q14=#c2#", "11%" }, - { 16943, "INV_Bracer_16", "=q4=Bindings of Ten Storms", "=ds=#s8#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47139,"=ds=#s8#, #a3# =q7=#db17#"},{47147,"=ds=#s8#, #a3# =q7=#db17#"}, - }, - }, + { 16943, "INV_Bracer_16", "=q4=Bindings of Ten Storms", "=ds=#s8#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47139,"=ds=#s8#, #a3# =q7=#db17#"},{47147,"=ds=#s8#, #a3# =q7=#db17#"},},}, }, - { 16951, "INV_Bracer_18", "=q4=Judgement Bindings", "=ds=#s8#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47019,"=ds=#s8#, #a4# =q7=#db17#"},{47027,"=ds=#s8#, #a4# =q7=#db17#"}, - }, - }, + { 16951, "INV_Bracer_18", "=q4=Judgement Bindings", "=ds=#s8#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47019,"=ds=#s8#, #a4# =q7=#db17#"},{47027,"=ds=#s8#, #a4# =q7=#db17#"},},}, }, - { 16959, "INV_Bracer_19", "=q4=Bracelets of Wrath", "=ds=#s8#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47251,"=ds=#s8#, #a4# =q7=#db17#"}, - }, - }, + { 16959, "INV_Bracer_19", "=q4=Bracelets of Wrath", "=ds=#s8#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47251,"=ds=#s8#, #a4# =q7=#db17#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1069,42 +1081,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19334, "INV_Sword_50", "=q4=The Untamed Blade", "=ds=#h2#, #w10#", "10%" }, }; BWLVaelastrasz = { --https://database.turtle-wow.org/?npc=13020 - { 16925, "INV_Belt_22", "=q4=Belt of Transcendence", "=ds=#s10#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47211,"=ds=#s10#, #a1# =q7=#db18#"}, - }, - }, + { 16925, "INV_Belt_22", "=q4=Belt of Transcendence", "=ds=#s10#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47211,"=ds=#s10#, #a1# =q7=#db18#"},},}, }, - { 16818, "INV_Belt_22", "=q4=Netherwind Belt", "=ds=#s10#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47091,"=ds=#s10#, #a1# =q7=#db18#"}, - }, - }, + { 16818, "INV_Belt_22", "=q4=Netherwind Belt", "=ds=#s10#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47091,"=ds=#s10#, #a1# =q7=#db18#"},},}, }, - { 16933, "INV_Belt_13", "=q4=Nemesis Belt", "=ds=#s10#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47289,"=ds=#s10#, #a1# =q7=#db18#"}, - }, - }, + { 16933, "INV_Belt_13", "=q4=Nemesis Belt", "=ds=#s10#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47289,"=ds=#s10#, #a1# =q7=#db18#"},},}, }, { 16910, "INV_Belt_23", "=q4=Bloodfang Belt", "=ds=#s10#, #a2# =q12=#c6#", "11%" }, - { 16903, "INV_Belt_06", "=q4=Stormrage Belt", "=ds=#s10#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47351,"=ds=#s10#, #a2# =q7=#db18#"},{47359,"=ds=#s10#, #a2# =q7=#db18#"}, - }, - }, + { 16903, "INV_Belt_06", "=q4=Stormrage Belt", "=ds=#s10#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47351,"=ds=#s10#, #a2# =q7=#db18#"},{47359,"=ds=#s10#, #a2# =q7=#db18#"},},}, }, { 16936, "INV_Belt_28", "=q4=Dragonstalker's Belt", "=ds=#s10#, #a3# =q14=#c2#", "11%" }, - { 16944, "INV_Belt_14", "=q4=Belt of Ten Storms", "=ds=#s10#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47141,"=ds=#s10#, #a3# =q7=#db18#"},{47149,"=ds=#s10#, #a3# =q7=#db18#"}, - }, - }, + { 16944, "INV_Belt_14", "=q4=Belt of Ten Storms", "=ds=#s10#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47141,"=ds=#s10#, #a3# =q7=#db18#"},{47149,"=ds=#s10#, #a3# =q7=#db18#"},},}, }, - { 16952, "INV_Belt_27", "=q4=Judgement Belt", "=ds=#s10#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47021,"=ds=#s10#, #a4# =q7=#db18#"},{47029,"=ds=#s10#, #a4# =q7=#db18#"}, - }, - }, + { 16952, "INV_Belt_27", "=q4=Judgement Belt", "=ds=#s10#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47021,"=ds=#s10#, #a4# =q7=#db18#"},{47029,"=ds=#s10#, #a4# =q7=#db18#"},},}, }, - { 16960, "INV_Belt_09", "=q4=Waistband of Wrath", "=ds=#s10#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47253,"=ds=#s10#, #a4# =q7=#db18#"}, - }, - }, + { 16960, "INV_Belt_09", "=q4=Waistband of Wrath", "=ds=#s10#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47253,"=ds=#s10#, #a4# =q7=#db18#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1121,42 +1119,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19346, "INV_Weapon_Shortblade_29", "=q4=Dragonfang Blade", "=ds=#h1#, #w4#", "10%" }, }; BWLLashlayer = { --https://database.turtle-wow.org/?npc=12017 - { 16919, "INV_Boots_07", "=q4=Boots of Transcendence", "=ds=#s12#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47213,"=ds=#s12#, #a1# =q7=#db19#"}, - }, - }, + { 16919, "INV_Boots_07", "=q4=Boots of Transcendence", "=ds=#s12#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47213,"=ds=#s12#, #a1# =q7=#db19#"},},}, }, - { 16912, "INV_Boots_07", "=q4=Netherwind Boots", "=ds=#s12#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47093,"=ds=#s12#, #a1# =q7=#db19#"}, - }, - }, + { 16912, "INV_Boots_07", "=q4=Netherwind Boots", "=ds=#s12#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47093,"=ds=#s12#, #a1# =q7=#db19#"},},}, }, - { 16927, "INV_Boots_05", "=q4=Nemesis Boots", "=ds=#s12#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47291,"=ds=#s12#, #a1# =q7=#db19#"}, - }, - }, + { 16927, "INV_Boots_05", "=q4=Nemesis Boots", "=ds=#s12#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47291,"=ds=#s12#, #a1# =q7=#db19#"},},}, }, { 16906, "INV_Boots_08", "=q4=Bloodfang Boots", "=ds=#s12#, #a2# =q12=#c6#", "11%" }, - { 16898, "INV_Boots_08", "=q4=Stormrage Boots", "=ds=#s12#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47353,"=ds=#s12#, #a2# =q7=#db19#"},{47361,"=ds=#s12#, #a2# =q7=#db19#"}, - }, - }, + { 16898, "INV_Boots_08", "=q4=Stormrage Boots", "=ds=#s12#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47353,"=ds=#s12#, #a2# =q7=#db19#"},{47361,"=ds=#s12#, #a2# =q7=#db19#"},},}, }, { 16941, "INV_Boots_Plate_07", "=q4=Dragonstalker's Greaves", "=ds=#s12#, #a3# =q14=#c2#", "11%" }, - { 16949, "INV_Boots_Plate_06", "=q4=Greaves of Ten Storms", "=ds=#s12#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47143,"=ds=#s12#, #a3# =q7=#db19#"},{47151,"=ds=#s12#, #a3# =q7=#db19#"}, - }, - }, + { 16949, "INV_Boots_Plate_06", "=q4=Greaves of Ten Storms", "=ds=#s12#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47143,"=ds=#s12#, #a3# =q7=#db19#"},{47151,"=ds=#s12#, #a3# =q7=#db19#"},},}, }, - { 16957, "INV_Boots_Plate_09", "=q4=Judgement Sabatons", "=ds=#s12#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47023,"=ds=#s12#, #a4# =q7=#db19#"},{47031,"=ds=#s12#, #a4# =q7=#db19#"}, - }, - }, + { 16957, "INV_Boots_Plate_09", "=q4=Judgement Sabatons", "=ds=#s12#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47023,"=ds=#s12#, #a4# =q7=#db19#"},{47031,"=ds=#s12#, #a4# =q7=#db19#"},},}, }, - { 16965, "INV_Boots_Plate_04", "=q4=Sabatons of Wrath", "=ds=#s12#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47255,"=ds=#s12#, #a4# =q7=#db19#"}, - }, - }, + { 16965, "INV_Boots_Plate_04", "=q4=Sabatons of Wrath", "=ds=#s12#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47255,"=ds=#s12#, #a4# =q7=#db19#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1173,42 +1157,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19351, "INV_Sword_49", "=q4=Maladath, Runed Blade of the Black Flight", "=ds=#h1#, #w10#", "10%" }, }; BWLFiremaw = { --https://database.turtle-wow.org/?npc=11983 - { 16920, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1# =q9=#c5#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47210,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16920, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1# =q9=#c5#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47210,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16913, "INV_Gauntlets_14", "=q4=Netherwind Gloves", "=ds=#s9#, #a1# =q10=#c3#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47090,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16913, "INV_Gauntlets_14", "=q4=Netherwind Gloves", "=ds=#s9#, #a1# =q10=#c3#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47090,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16928, "INV_Gauntlets_19", "=q4=Nemesis Gloves", "=ds=#s9#, #a1# =q11=#c8#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47288,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16928, "INV_Gauntlets_19", "=q4=Nemesis Gloves", "=ds=#s9#, #a1# =q11=#c8#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47288,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 16907, "INV_Gauntlets_21", "=q4=Bloodfang Gloves", "=ds=#s9#, #a2# =q12=#c6#", "7%" }, - { 16899, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2# =q13=#c1#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47350,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47358,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16899, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2# =q13=#c1#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47350,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47358,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 16940, "INV_Gauntlets_10", "=q4=Dragonstalker's Gauntlets", "=ds=#s9#, #a3# =q14=#c2#", "7%" }, - { 16948, "INV_Gauntlets_11", "=q4=Gauntlets of Ten Storms", "=ds=#s9#, #a3# =q15=#c7#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47140,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47148,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16948, "INV_Gauntlets_11", "=q4=Gauntlets of Ten Storms", "=ds=#s9#, #a3# =q15=#c7#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47140,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47148,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16956, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47020,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47028,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16956, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47020,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47028,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16964, "INV_Gauntlets_10", "=q4=Gauntlets of Wrath", "=ds=#s9#, #a4# =q17=#c9#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47252,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16964, "INV_Gauntlets_10", "=q4=Gauntlets of Wrath", "=ds=#s9#, #a4# =q17=#c9#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47252,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1232,42 +1202,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19395, "INV_Misc_Gem_Topaz_02", "=q4=Rejuvenating Gem", "=ds=#s14#", "7%" }, }; BWLEbonroc = { --https://database.turtle-wow.org/?npc=14601 - { 16920, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1# =q9=#c5#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47210,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16920, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1# =q9=#c5#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47210,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16913, "INV_Gauntlets_14", "=q4=Netherwind Gloves", "=ds=#s9#, #a1# =q10=#c3#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47090,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16913, "INV_Gauntlets_14", "=q4=Netherwind Gloves", "=ds=#s9#, #a1# =q10=#c3#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47090,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16928, "INV_Gauntlets_19", "=q4=Nemesis Gloves", "=ds=#s9#, #a1# =q11=#c8#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47288,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16928, "INV_Gauntlets_19", "=q4=Nemesis Gloves", "=ds=#s9#, #a1# =q11=#c8#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47288,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 16907, "INV_Gauntlets_21", "=q4=Bloodfang Gloves", "=ds=#s9#, #a2# =q12=#c6#", "7%" }, - { 16899, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2# =q13=#c1#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47350,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47358,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16899, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2# =q13=#c1#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47350,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47358,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 16940, "INV_Gauntlets_10", "=q4=Dragonstalker's Gauntlets", "=ds=#s9#, #a3# =q14=#c2#", "7%" }, - { 16948, "INV_Gauntlets_11", "=q4=Gauntlets of Ten Storms", "=ds=#s9#, #a3# =q15=#c7#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47140,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47148,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16948, "INV_Gauntlets_11", "=q4=Gauntlets of Ten Storms", "=ds=#s9#, #a3# =q15=#c7#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47140,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47148,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16956, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47020,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47028,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16956, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47020,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47028,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16964, "INV_Gauntlets_10", "=q4=Gauntlets of Wrath", "=ds=#s9#, #a4# =q17=#c9#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47252,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16964, "INV_Gauntlets_10", "=q4=Gauntlets of Wrath", "=ds=#s9#, #a4# =q17=#c9#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47252,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1290,42 +1246,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19395, "INV_Misc_Gem_Topaz_02", "=q4=Rejuvenating Gem", "=ds=#s14#", "7%" }, }; BWLFlamegor = { --https://database.turtle-wow.org/?npc=11981 - { 16920, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1# =q9=#c5#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47210,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16920, "INV_Gauntlets_14", "=q4=Handguards of Transcendence", "=ds=#s9#, #a1# =q9=#c5#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47210,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16913, "INV_Gauntlets_14", "=q4=Netherwind Gloves", "=ds=#s9#, #a1# =q10=#c3#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47090,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16913, "INV_Gauntlets_14", "=q4=Netherwind Gloves", "=ds=#s9#, #a1# =q10=#c3#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47090,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16928, "INV_Gauntlets_19", "=q4=Nemesis Gloves", "=ds=#s9#, #a1# =q11=#c8#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47288,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16928, "INV_Gauntlets_19", "=q4=Nemesis Gloves", "=ds=#s9#, #a1# =q11=#c8#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47288,"=ds=#s10#, #a1# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 16907, "INV_Gauntlets_21", "=q4=Bloodfang Gloves", "=ds=#s9#, #a2# =q12=#c6#", "7%" }, - { 16899, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2# =q13=#c1#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47350,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47358,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16899, "INV_Gauntlets_25", "=q4=Stormrage Handguards", "=ds=#s9#, #a2# =q13=#c1#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47350,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47358,"=ds=#s10#, #a2# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 16940, "INV_Gauntlets_10", "=q4=Dragonstalker's Gauntlets", "=ds=#s9#, #a3# =q14=#c2#", "7%" }, - { 16948, "INV_Gauntlets_11", "=q4=Gauntlets of Ten Storms", "=ds=#s9#, #a3# =q15=#c7#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47140,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47148,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16948, "INV_Gauntlets_11", "=q4=Gauntlets of Ten Storms", "=ds=#s9#, #a3# =q15=#c7#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47140,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47148,"=ds=#s10#, #a3# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16956, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47020,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47028,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16956, "INV_Gauntlets_29", "=q4=Judgement Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47020,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},{47028,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, - { 16964, "INV_Gauntlets_10", "=q4=Gauntlets of Wrath", "=ds=#s9#, #a4# =q17=#c9#", "7%", "", "", "", "", "", "", "", "", "", "", {{ - {47252,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"}, - }, - }, + { 16964, "INV_Gauntlets_10", "=q4=Gauntlets of Wrath", "=ds=#s9#, #a4# =q17=#c9#", "7%", "", "", "", "", "", "", "", "", "", "", { + {{47252,"=ds=#s10#, #a4# =q7=#db20#=ds=, =q7=#db21#=ds=, =q7=#db22#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1349,42 +1291,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19431, "INV_Misc_ArmorKit_10", "=q4=Styleen's Impeding Scarab", "=ds=#s14#", "17%" }, }; BWLChromaggus = { --https://database.turtle-wow.org/?npc=14020 - { 16924, "INV_Shoulder_02", "=q4=Pauldrons of Transcendence", "=ds=#s3#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47207,"=ds=#s3#, #a1# =q7=#db23#"}, - }, - }, + { 16924, "INV_Shoulder_02", "=q4=Pauldrons of Transcendence", "=ds=#s3#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47207,"=ds=#s3#, #a1# =q7=#db23#"},},}, }, - { 16917, "INV_Shoulder_32", "=q4=Netherwind Mantle", "=ds=#s3#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47087,"=ds=#s3#, #a1# =q7=#db23#"}, - }, - }, + { 16917, "INV_Shoulder_32", "=q4=Netherwind Mantle", "=ds=#s3#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47087,"=ds=#s3#, #a1# =q7=#db23#"},},}, }, - { 16932, "INV_Shoulder_19", "=q4=Nemesis Spaulders", "=ds=#s3#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47285,"=ds=#s3#, #a1# =q7=#db23#"}, - }, - }, + { 16932, "INV_Shoulder_19", "=q4=Nemesis Spaulders", "=ds=#s3#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47285,"=ds=#s3#, #a1# =q7=#db23#"},},}, }, { 16832, "INV_Shoulder_23", "=q4=Bloodfang Spaulders", "=ds=#s3#, #a2# =q12=#c6#", "11%" }, - { 16902, "INV_Shoulder_07", "=q4=Stormrage Pauldrons", "=ds=#s3#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47347,"=ds=#s3#, #a2# =q7=#db23#"},{47355,"=ds=#s3#, #a2# =q7=#db23#"}, - }, - }, + { 16902, "INV_Shoulder_07", "=q4=Stormrage Pauldrons", "=ds=#s3#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47347,"=ds=#s3#, #a2# =q7=#db23#"},{47355,"=ds=#s3#, #a2# =q7=#db23#"},},}, }, { 16937, "INV_Shoulder_10", "=q4=Dragonstalker's Spaulders", "=ds=#s3#, #a3# =q14=#c2#", "11%" }, - { 16945, "INV_Shoulder_33", "=q4=Epaulets of Ten Storms", "=ds=#s3#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47137,"=ds=#s3#, #a3# =q7=#db23#"},{47145,"=ds=#s3#, #a3# =q7=#db23#"}, - }, - }, + { 16945, "INV_Shoulder_33", "=q4=Epaulets of Ten Storms", "=ds=#s3#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47137,"=ds=#s3#, #a3# =q7=#db23#"},{47145,"=ds=#s3#, #a3# =q7=#db23#"},},}, }, - { 16953, "INV_Shoulder_37", "=q4=Judgement Spaulders", "=ds=#s3#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47017,"=ds=#s3#, #a4# =q7=#db23#"},{47025,"=ds=#s3#, #a4# =q7=#db23#"}, - }, - }, + { 16953, "INV_Shoulder_37", "=q4=Judgement Spaulders", "=ds=#s3#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47017,"=ds=#s3#, #a4# =q7=#db23#"},{47025,"=ds=#s3#, #a4# =q7=#db23#"},},}, }, - { 16961, "INV_Shoulder_34", "=q4=Pauldrons of Wrath", "=ds=#s3#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47249,"=ds=#s3#, #a4# =q7=#db23#"}, - }, - }, + { 16961, "INV_Shoulder_34", "=q4=Pauldrons of Wrath", "=ds=#s3#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47249,"=ds=#s3#, #a4# =q7=#db23#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1408,42 +1336,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19352, "INV_Sword_51", "=q4=Chromatically Tempered Sword", "=ds=#h1#, #w10#", "10%" }, }; BWLNefarian = { --https://database.turtle-wow.org/?npc=11583 - { 16923, "INV_Chest_Cloth_03", "=q4=Robes of Transcendence", "=ds=#s5#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47208,"=ds=#s5#, #a1# =q7=#db24#"}, - }, - }, + { 16923, "INV_Chest_Cloth_03", "=q4=Robes of Transcendence", "=ds=#s5#, #a1# =q9=#c5#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47208,"=ds=#s5#, #a1# =q7=#db24#"},},}, }, - { 16916, "INV_Chest_Cloth_03", "=q4=Netherwind Robes", "=ds=#s5#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47088,"=ds=#s5#, #a1# =q7=#db24#"}, - }, - }, + { 16916, "INV_Chest_Cloth_03", "=q4=Netherwind Robes", "=ds=#s5#, #a1# =q10=#c3#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47088,"=ds=#s5#, #a1# =q7=#db24#"},},}, }, - { 16931, "INV_Chest_Leather_01", "=q4=Nemesis Robes", "=ds=#s5#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47286,"=ds=#s5#, #a1# =q7=#db24#"}, - }, - }, + { 16931, "INV_Chest_Leather_01", "=q4=Nemesis Robes", "=ds=#s5#, #a1# =q11=#c8#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47286,"=ds=#s5#, #a1# =q7=#db24#"},},}, }, { 16905, "INV_Chest_Cloth_07", "=q4=Bloodfang Chestpiece", "=ds=#s5#, #a2# =q12=#c6#", "11%" }, - { 16897, "INV_Chest_Chain_16", "=q4=Stormrage Chestguard", "=ds=#s5#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47348,"=ds=#s5#, #a2# =q7=#db24#"},{47356,"=ds=#s5#, #a2# =q7=#db24#"}, - }, - }, + { 16897, "INV_Chest_Chain_16", "=q4=Stormrage Chestguard", "=ds=#s5#, #a2# =q13=#c1#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47348,"=ds=#s5#, #a2# =q7=#db24#"},{47356,"=ds=#s5#, #a2# =q7=#db24#"},},}, }, { 16942, "INV_Chest_Chain_03", "=q4=Dragonstalker's Breastplate", "=ds=#s5#, #a3# =q14=#c2#", "11%" }, - { 16950, "INV_Chest_Chain_11", "=q4=Breastplate of Ten Storms", "=ds=#s5#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47138,"=ds=#s5#, #a3# =q7=#db24#"},{47146,"=ds=#s5#, #a3# =q7=#db24#"}, - }, - }, + { 16950, "INV_Chest_Chain_11", "=q4=Breastplate of Ten Storms", "=ds=#s5#, #a3# =q15=#c7#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47138,"=ds=#s5#, #a3# =q7=#db24#"},{47146,"=ds=#s5#, #a3# =q7=#db24#"},},}, }, - { 16958, "INV_Chest_Plate03", "=q4=Judgement Breastplate", "=ds=#s5#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47018,"=ds=#s5#, #a4# =q7=#db24#"},{47026,"=ds=#s5#, #a4# =q7=#db24#"}, - }, - }, + { 16958, "INV_Chest_Plate03", "=q4=Judgement Breastplate", "=ds=#s5#, #a4# =q16=#c4#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47018,"=ds=#s5#, #a4# =q7=#db24#"},{47026,"=ds=#s5#, #a4# =q7=#db24#"},},}, }, - { 16966, "INV_Chest_Plate16", "=q4=Breastplate of Wrath", "=ds=#s5#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", {{ - {47250,"=ds=#s5#, #a4# =q7=#db24#"}, - }, - }, + { 16966, "INV_Chest_Plate16", "=q4=Breastplate of Wrath", "=ds=#s5#, #a4# =q17=#c9#", "11%", "", "", "", "", "", "", "", "", "", "", { + {{47250,"=ds=#s5#, #a4# =q7=#db24#"},},}, }, { 0,"","","" }, { 19003, "INV_Misc_Head_Dragon_Black", "=q4=Head of Nefarian (Alliance)", "=ds=#m2#", "100%" }, @@ -1481,37 +1395,60 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18562, "INV_Stone_SharpeningStone_01", "=q4=Elementium Ore", "=ds=#e12#", "8%" }, { 19183, "INV_Misc_Dust_02", "=q1=Hourglass Sand", "=ds=#m25#", "47%" }, }; + MCIncindis = { + { 16812, "INV_Gauntlets_14", "=q4=Gloves of Prophecy", "=ds=#s9#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47202,"=ds=#s9#, #a1# =q7=#db27#"},},}, + }, + { 16826, "INV_Gauntlets_21", "=q4=Nightslayer Gloves", "=ds=#s9#, #a2# =q12=#c6#", "25%" }, + { 16839, "INV_Gauntlets_11", "=q4=Earthfury Gloves", "=ds=#s9#, #a3# =q15=#c7#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47124,"=ds=#s9#, #a3# =q7=#db27#"},{47132,"=ds=#s9#, #a3# =q7=#db27#"},},}, + }, + { 16860, "INV_Gauntlets_29", "=q4=Lawbringer Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47004,"=ds=#s9#, #a4# =q7=#db27#"},{47012,"=ds=#s9#, #a4# =q7=#db27#"},},}, + }, + { 0, "", "", ""}, + { 16849, "INV_Boots_Chain_13", "=q4=Giantstalker's Boots", "=ds=#s12#, #a3# =q14=#c2#", "25%" }, + { 16862, "INV_Boots_Plate_04", "=q4=Sabatons of Might", "=ds=#s12#, #a4# =q17=#c9#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47247,"=ds=#s12#, #a4#"},},}, + }, + { 0, "", "", ""}, + { 58205, "INV_Wand_09", "=q4=Primal Flameslinger", "=ds=#w12#", "20%"}, + { 58206, "Spell_Nature_ProtectionformNature", "Idol of the Forgotten Wilds", "=ds=#s16#, #e16# =q13=#c1#", "20%"}, + { 58207, "INV_ElementalFist", "Fist of the Flamewaker", "#h4#, #w13#", "20%"}, + { 58208, "INV_Misc_Cape_10", "Shroud of Flowing Magma", "#s4#", "20%"}, + { 58209, "INV_Jewelry_Ring_Gold", "Sizzling Pyrestone Aureole", "#s13#", "20%"}, + { 0, "", "", ""}, + { 0, "", "", ""}, + { 18870, "INV_Helmet_18", "=q4=Helm of the Lifegiver", "=ds=#s1#, #a3#", "5%" }, + { 19145, "INV_Chest_Cloth_18", "=q4=Robe of Volatile Power", "=ds=#s5#, #a1#", "5%" }, + { 19146, "INV_Bracer_04", "=q4=Wristguards of Stability", "=ds=#s8#, #a2#", "5%" }, + { 18872, "INV_Pants_08", "=q4=Manastorm Leggings", "=ds=#s11#, #a1#", "5%" }, + { 18875, "INV_Pants_12", "=q4=Salamander Scale Pants", "=ds=#s11#, #a2#", "5%" }, + { 18861, "INV_Pants_04", "=q4=Flamewaker Legplates", "=ds=#s11#, #a4#", "5%" }, + { 18879, "INV_Jewelry_Ring_14", "=q4=Heavy Dark Iron Ring", "=ds=#s13#", "5%" }, + { 19147, "INV_Jewelry_Ring_38", "=q4=Ring of Spell Power", "=ds=#s13#", "5%" }, + { 17077, "INV_Staff_13", "=q4=Crimson Shocker", "=ds=#w12#", "5%" }, + { 18878, "INV_Weapon_ShortBlade_07", "=q4=Sorcerous Dagger", "=ds=#h3#, #w4#", "5%" }, + }; MCLucifron = { --https://database.turtle-wow.org/?npc=12118 - { 16800, "INV_Boots_07", "=q4=Arcanist Boots", "=ds=#s12#, #a1# =q10=#c3#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47085,"=ds=#s12#, #a1# =q7=#db25#"}, - }, - }, + { 16800, "INV_Boots_07", "=q4=Arcanist Boots", "=ds=#s12#, #a1# =q10=#c3#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47085,"=ds=#s12#, #a1# =q7=#db25#"},},}, }, - { 16829, "INV_Boots_08", "=q4=Cenarion Boots", "=ds=#s12#, #a2# =q13=#c1#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47337,"=ds=#s12#, #a2# =q7=#db25#"},{47345,"=ds=#s12#, #a2# =q7=#db25#"}, - }, - }, + { 16829, "INV_Boots_08", "=q4=Cenarion Boots", "=ds=#s12#, #a2# =q13=#c1#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47337,"=ds=#s12#, #a2# =q7=#db25#"},{47345,"=ds=#s12#, #a2# =q7=#db25#"},},}, }, - { 16837, "INV_Boots_Plate_06", "=q4=Earthfury Boots", "=ds=#s12#, #a3# =q15=#c7#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47127,"=ds=#s12#, #a3# =q7=#db25#"},{47135,"=ds=#s12#, #a3# =q7=#db25#"}, - }, - }, + { 16837, "INV_Boots_Plate_06", "=q4=Earthfury Boots", "=ds=#s12#, #a3# =q15=#c7#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47127,"=ds=#s12#, #a3# =q7=#db25#"},{47135,"=ds=#s12#, #a3# =q7=#db25#"},},}, }, - { 16859, "INV_Boots_Plate_09", "=q4=Lawbringer Boots", "=ds=#s12#, #a4# =q16=#c4# ", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47007,"=ds=#s12#, #a4# =q7=#db25#"},{47015,"=ds=#s12#, #a4# =q7=#db25#"}, - }, - }, + { 16859, "INV_Boots_Plate_09", "=q4=Lawbringer Boots", "=ds=#s12#, #a4# =q16=#c4# ", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47007,"=ds=#s12#, #a4# =q7=#db25#"},{47015,"=ds=#s12#, #a4# =q7=#db25#"},},}, }, { 0,"","","" }, - { 16863, "INV_Gauntlets_10", "=q4=Gauntlets of Might", "=ds=#s9#, #a4# =q17=#c9#", "30%", "", "", "", "", "", "", "", "", "", "", {{ - {47244,"=ds=#s9#, #a4# =q7=#db25#"}, - }, - }, + { 16863, "INV_Gauntlets_10", "=q4=Gauntlets of Might", "=ds=#s9#, #a4# =q17=#c9#", "30%", "", "", "", "", "", "", "", "", "", "", { + {{47244,"=ds=#s9#, #a4# =q7=#db25#"},},}, }, - { 16805, "INV_Gauntlets_19", "=q4=Felheart Gloves", "=ds=#s9#, #a1# =q11=#c8#", "30%", "", "", "", "", "", "", "", "", "", "", {{ - {47280,"=ds=#s9#, #a1# =q7=#db25#"}, - }, - }, + { 16805, "INV_Gauntlets_19", "=q4=Felheart Gloves", "=ds=#s9#, #a1# =q11=#c8#", "30%", "", "", "", "", "", "", "", "", "", "", { + {{47280,"=ds=#s9#, #a1# =q7=#db25#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1538,40 +1475,26 @@ AtlasLoot_Data["AtlasLootItems"] = { { 16665, "INV_Misc_Book_11", "=q2=Tome of Tranquilizing Shot", "=ds=#e20# =q14=#c2#", "100%" }, }; MCMagmadar = { --https://database.turtle-wow.org/?npc=11982 - { 16814, "INV_Pants_08", "=q4=Pants of Prophecy", "=ds=#s11#, #a1# =q9=#c5#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47204,"=ds=#s11#, #a1# =q7=#db26#"}, - }, - }, + { 16814, "INV_Pants_08", "=q4=Pants of Prophecy", "=ds=#s11#, #a1# =q9=#c5#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47204,"=ds=#s11#, #a1# =q7=#db26#"},},}, }, - { 16796, "INV_Pants_08", "=q4=Arcanist Leggings", "=ds=#s11#, #a1# =q10=#c3#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47084,"=ds=#s11#, #a1# =q7=#db26#"}, - }, - }, + { 16796, "INV_Pants_08", "=q4=Arcanist Leggings", "=ds=#s11#, #a1# =q10=#c3#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47084,"=ds=#s11#, #a1# =q7=#db26#"},},}, }, - { 16810, "INV_Pants_Cloth_14", "=q4=Felheart Pants", "=ds=#s11#, #a1# =q11=#c8#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47282,"=ds=#s11#, #a1# =q7=#db26#"}, - }, - }, + { 16810, "INV_Pants_Cloth_14", "=q4=Felheart Pants", "=ds=#s11#, #a1# =q11=#c8#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47282,"=ds=#s11#, #a1# =q7=#db26#"},},}, }, - { 16835, "INV_Pants_06", "=q4=Cenarion Leggings", "=ds=#s11#, #a2# =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47336,"=ds=#s11#, #a2# =q7=#db26#"},{47344,"=ds=#s11#, #a2# =q7=#db26#"} - }, - }, + { 16835, "INV_Pants_06", "=q4=Cenarion Leggings", "=ds=#s11#, #a2# =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47336,"=ds=#s11#, #a2# =q7=#db26#"},{47344,"=ds=#s11#, #a2# =q7=#db26#"}},}, }, - { 16843, "INV_Pants_03", "=q4=Earthfury Legguards", "=ds=#s11#, #a3# =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47126,"=ds=#s11#, #a3# =q7=#db26#"},{47134,"=ds=#s11#, #a3# =q7=#db26#"} - }, - }, + { 16843, "INV_Pants_03", "=q4=Earthfury Legguards", "=ds=#s11#, #a3# =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47126,"=ds=#s11#, #a3# =q7=#db26#"},{47134,"=ds=#s11#, #a3# =q7=#db26#"}},}, }, - { 16855, "INV_Pants_04", "=q4=Lawbringer Legplates", "=ds=#s11#, #a4# =q16=#c4#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47006,"=ds=#s11#, #a4# =q7=#db26#"},{47014,"=ds=#s11#, #a4# =q7=#db26#"} - }, - }, + { 16855, "INV_Pants_04", "=q4=Lawbringer Legplates", "=ds=#s11#, #a4# =q16=#c4#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47006,"=ds=#s11#, #a4# =q7=#db26#"},{47014,"=ds=#s11#, #a4# =q7=#db26#"}},}, }, - { 16867, "INV_Pants_04", "=q4=Legplates of Might", "=ds=#s11#, #a4# =q17=#c9#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47246,"=ds=#s11#, #a4# =q7=#db26#"}, - }, - }, + { 16867, "INV_Pants_04", "=q4=Legplates of Might", "=ds=#s11#, #a4# =q17=#c9#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47246,"=ds=#s11#, #a4# =q7=#db26#"},},}, }, { 16822, "INV_Pants_06", "=q4=Nightslayer Pants", "=ds=#s11#, #a2# =q12=#c6#", "20%" }, { 16847, "INV_Pants_Mail_03", "=q4=Giantstalker's Leggings", "=ds=#s11#, #a3# =q14=#c2#", "17%" }, @@ -1598,27 +1521,19 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18822, "INV_Sword_28", "=q4=Obsidian Edged Blade", "=ds=#h2#, #w10#", "5%" }, }; MCGehennas = { --https://database.turtle-wow.org/?npc=12259 - { 16812, "INV_Gauntlets_14", "=q4=Gloves of Prophecy", "=ds=#s9#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47202,"=ds=#s9#, #a1# =q7=#db27#"}, - }, - }, + { 16812, "INV_Gauntlets_14", "=q4=Gloves of Prophecy", "=ds=#s9#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47202,"=ds=#s9#, #a1# =q7=#db27#"},},}, }, - { 16839, "INV_Gauntlets_11", "=q4=Earthfury Gloves", "=ds=#s9#, #a3# =q15=#c7#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47124,"=ds=#s9#, #a3# =q7=#db27#"},{47132,"=ds=#s9#, #a3# =q7=#db27#"}, - }, - }, + { 16839, "INV_Gauntlets_11", "=q4=Earthfury Gloves", "=ds=#s9#, #a3# =q15=#c7#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47124,"=ds=#s9#, #a3# =q7=#db27#"},{47132,"=ds=#s9#, #a3# =q7=#db27#"},},}, }, - { 16860, "INV_Gauntlets_29", "=q4=Lawbringer Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47004,"=ds=#s9#, #a4# =q7=#db27#"},{47012,"=ds=#s9#, #a4# =q7=#db27#"}, - }, - }, + { 16860, "INV_Gauntlets_29", "=q4=Lawbringer Gauntlets", "=ds=#s9#, #a4# =q16=#c4#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47004,"=ds=#s9#, #a4# =q7=#db27#"},{47012,"=ds=#s9#, #a4# =q7=#db27#"},},}, }, { 16826, "INV_Gauntlets_21", "=q4=Nightslayer Gloves", "=ds=#s9#, #a2# =q12=#c6#", "25%" }, { 0,"","","" }, - { 16862, "INV_Boots_Plate_04", "=q4=Sabatons of Might", "=ds=#s12#, #a4# =q17=#c9#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47247,"=ds=#s12#, #a4#"}, - }, - }, + { 16862, "INV_Boots_Plate_04", "=q4=Sabatons of Might", "=ds=#s12#, #a4# =q17=#c9#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47247,"=ds=#s12#, #a4#"},},}, }, { 16849, "INV_Boots_Chain_13", "=q4=Giantstalker's Boots", "=ds=#s12#, #a3# =q14=#c2#", "25%" }, { 0,"","","" }, @@ -1641,42 +1556,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18878, "INV_Weapon_ShortBlade_07", "=q4=Sorcerous Dagger", "=ds=#h3#, #w4#", "5%" }, }; MCGarr = { --https://database.turtle-wow.org/?npc=12057 - { 16813, "INV_Helmet_34", "=q4=Circlet of Prophecy", "=ds=#s1#, #a1# =q9=#c5#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47198,"=ds=#s1#, #a1# =q7=#db28#"}, - }, - }, + { 16813, "INV_Helmet_34", "=q4=Circlet of Prophecy", "=ds=#s1#, #a1# =q9=#c5#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47198,"=ds=#s1#, #a1# =q7=#db28#"},},}, }, - { 16795, "INV_Helmet_53", "=q4=Arcanist Crown", "=ds=#s1#, #a1# =q10=#c3#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47078,"=ds=#s1#, #a1# =q7=#db28#"}, - }, - }, + { 16795, "INV_Helmet_53", "=q4=Arcanist Crown", "=ds=#s1#, #a1# =q10=#c3#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47078,"=ds=#s1#, #a1# =q7=#db28#"},},}, }, - { 16808, "INV_Helmet_08", "=q4=Felheart Horns", "=ds=#s1#, #a1# =q11=#c8#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47276,"=ds=#s1#, #a1# =q7=#db28#"}, - }, - }, + { 16808, "INV_Helmet_08", "=q4=Felheart Horns", "=ds=#s1#, #a1# =q11=#c8#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47276,"=ds=#s1#, #a1# =q7=#db28#"},},}, }, { 16821, "INV_Helmet_41", "=q4=Nightslayer Cover", "=ds=#s1#, #a2# =q12=#c6#", "20%" }, - { 16834, "INV_Helmet_09", "=q4=Cenarion Helm", "=ds=#s1#, #a2# =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47330,"=ds=#s1#, #a2# =q7=#db28#"},{47338,"=ds=#s1#, #a2# =q7=#db28#"}, - }, - }, + { 16834, "INV_Helmet_09", "=q4=Cenarion Helm", "=ds=#s1#, #a2# =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47330,"=ds=#s1#, #a2# =q7=#db28#"},{47338,"=ds=#s1#, #a2# =q7=#db28#"},},}, }, { 16846, "INV_Helmet_05", "=q4=Giantstalker's Helmet", "=ds=#s1#, #a3# =q14=#c2#", "17%" }, - { 16842, "INV_Helmet_09", "=q4=Earthfury Helmet", "=ds=#s1#, #a3# =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47120,"=ds=#s1#, #a3# =q7=#db28#"},{47128,"=ds=#s1#, #a3# =q7=#db28#"}, - }, - }, + { 16842, "INV_Helmet_09", "=q4=Earthfury Helmet", "=ds=#s1#, #a3# =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47120,"=ds=#s1#, #a3# =q7=#db28#"},{47128,"=ds=#s1#, #a3# =q7=#db28#"},},}, }, - { 16854, "INV_Helmet_05", "=q4=Lawbringer Helm", "=ds=#s1#, #a4# =q16=#c4#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47000,"=ds=#s1#, #a4# =q7=#db28#"},{47008,"=ds=#s1#, #a4# =q7=#db28#"}, - }, - }, + { 16854, "INV_Helmet_05", "=q4=Lawbringer Helm", "=ds=#s1#, #a4# =q16=#c4#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47000,"=ds=#s1#, #a4# =q7=#db28#"},{47008,"=ds=#s1#, #a4# =q7=#db28#"},},}, }, - { 16866, "INV_Helmet_09", "=q4=Helm of Might", "=ds=#s1#, #a4# =q17=#c9#", "17%", "", "", "", "", "", "", "", "", "", "", {{ - {47240,"=ds=#s1#, #a4# =q7=#db28#"}, - }, - }, + { 16866, "INV_Helmet_09", "=q4=Helm of Might", "=ds=#s1#, #a4# =q17=#c9#", "17%", "", "", "", "", "", "", "", "", "", "", { + {{47240,"=ds=#s1#, #a4# =q7=#db28#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1701,27 +1602,19 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18822, "INV_Sword_28", "=q4=Obsidian Edged Blade", "=ds=#h2#, #w10#", "5%" }, }; MCShazzrah = { --https://database.turtle-wow.org/?npc=12264 - { 16811, "INV_Boots_07", "=q4=Boots of Prophecy", "=ds=#s12#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47205,"=ds=#s12#, #a1# =q7=#db30#"}, - }, - }, + { 16811, "INV_Boots_07", "=q4=Boots of Prophecy", "=ds=#s12#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47205,"=ds=#s12#, #a1# =q7=#db30#"},},}, }, - { 16803, "INV_Boots_Cloth_05", "=q4=Felheart Slippers", "=ds=#s12#, #a1# =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47283,"=ds=#s12#, #a1# =q7=#db30#"}, - }, - }, + { 16803, "INV_Boots_Cloth_05", "=q4=Felheart Slippers", "=ds=#s12#, #a1# =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47283,"=ds=#s12#, #a1# =q7=#db30#"},},}, }, { 16824, "INV_Boots_08", "=q4=Nightslayer Boots", "=ds=#s12#, #a2# =q12=#c6#", "25%" }, { 0,"","","" }, - { 16831, "INV_Gauntlets_07", "=q4=Cenarion Gloves", "=ds=#s9#, #a2# =q13=#c1#", "33%", "", "", "", "", "", "", "", "", "", "", {{ - {47334,"=ds=#s9#, #a2# =q7=#db30#"},{47342,"=ds=#s9#, #a2# =q7=#db30#"}, - }, - }, + { 16831, "INV_Gauntlets_07", "=q4=Cenarion Gloves", "=ds=#s9#, #a2# =q13=#c1#", "33%", "", "", "", "", "", "", "", "", "", "", { + {{47334,"=ds=#s9#, #a2# =q7=#db30#"},{47342,"=ds=#s9#, #a2# =q7=#db30#"},},}, }, - { 16801, "INV_Gauntlets_14", "=q4=Arcanist Gloves", "=ds=#s9#, #a1# =q10=#c3#", "33%", "", "", "", "", "", "", "", "", "", "", {{ - {47082,"=ds=#s10#, #a1# =q7=#db30#"}, - }, - }, + { 16801, "INV_Gauntlets_14", "=q4=Arcanist Gloves", "=ds=#s9#, #a1# =q10=#c3#", "33%", "", "", "", "", "", "", "", "", "", "", { + {{47082,"=ds=#s10#, #a1# =q7=#db30#"},},}, }, { 16852, "INV_Gauntlets_10", "=q4=Giantstalker's Gloves", "=ds=#s9#, #a3# =q14=#c2#", "33%" }, { 0,"","","" }, @@ -1744,30 +1637,20 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18878, "INV_Weapon_ShortBlade_07", "=q4=Sorcerous Dagger", "=ds=#h3#, #w4#", "3%" }, }; MCGeddon = { --https://database.turtle-wow.org/?npc=12056 - { 16797, "INV_Shoulder_02", "=q4=Arcanist Mantle", "=ds=#s3#, #a1# =q10=#c3#", "33%", "", "", "", "", "", "", "", "", "", "", {{ - {47079,"=ds=#s3#, #a1# =q7=#db29#"}, - }, - }, + { 16797, "INV_Shoulder_02", "=q4=Arcanist Mantle", "=ds=#s3#, #a1# =q10=#c3#", "33%", "", "", "", "", "", "", "", "", "", "", { + {{47079,"=ds=#s3#, #a1# =q7=#db29#"},},}, }, - { 16807, "INV_Shoulder_23", "=q4=Felheart Shoulder Pads", "=ds=#s3#, #a1# =q11=#c8#", "33%", "", "", "", "", "", "", "", "", "", "", {{ - {47277,"=ds=#s3#, #a1# =q7=#db29#"}, - }, - }, + { 16807, "INV_Shoulder_23", "=q4=Felheart Shoulder Pads", "=ds=#s3#, #a1# =q11=#c8#", "33%", "", "", "", "", "", "", "", "", "", "", { + {{47277,"=ds=#s3#, #a1# =q7=#db29#"},},}, }, - { 16836, "INV_Shoulder_07", "=q4=Cenarion Spaulders", "=ds=#s3#, #a2# =q13=#c1#", "30%", "", "", "", "", "", "", "", "", "", "", {{ - {47331,"=ds=#s3#, #a2# =q7=#db29#"},{47339,"=ds=#s3#, #a2# =q7=#db29#"}, - }, - }, + { 16836, "INV_Shoulder_07", "=q4=Cenarion Spaulders", "=ds=#s3#, #a2# =q13=#c1#", "30%", "", "", "", "", "", "", "", "", "", "", { + {{47331,"=ds=#s3#, #a2# =q7=#db29#"},{47339,"=ds=#s3#, #a2# =q7=#db29#"},},}, }, - { 16844, "INV_Shoulder_29", "=q4=Earthfury Epaulets", "=ds=#s3#, #a3# =q15=#c7#", "30%", "", "", "", "", "", "", "", "", "", "", {{ - {47121,"=ds=#s3#, #a3# =q7=#db29#"},{47129,"=ds=#s3#, #a3# =q7=#db29#"}, - }, - }, + { 16844, "INV_Shoulder_29", "=q4=Earthfury Epaulets", "=ds=#s3#, #a3# =q15=#c7#", "30%", "", "", "", "", "", "", "", "", "", "", { + {{47121,"=ds=#s3#, #a3# =q7=#db29#"},{47129,"=ds=#s3#, #a3# =q7=#db29#"},},}, }, - { 16856, "INV_Shoulder_20", "=q4=Lawbringer Spaulders", "=ds=#s3#, #a4# =q16=#c4#", "60%", "", "", "", "", "", "", "", "", "", "", {{ - {47001,"=ds=#s3#, #a4# =q7=#db29#"},{47009,"=ds=#s3#, #a4# =q7=#db29#"}, - }, - }, + { 16856, "INV_Shoulder_20", "=q4=Lawbringer Spaulders", "=ds=#s3#, #a4# =q16=#c4#", "60%", "", "", "", "", "", "", "", "", "", "", { + {{47001,"=ds=#s3#, #a4# =q7=#db29#"},{47009,"=ds=#s3#, #a4# =q7=#db29#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1793,42 +1676,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18822, "INV_Sword_28", "=q4=Obsidian Edged Blade", "=ds=#h2#, #w10#", "4%" }, }; MCGolemagg = { --https://database.turtle-wow.org/?npc=11988 - { 16815, "INV_Chest_Cloth_03", "=q4=Robes of Prophecy", "=ds=#s5#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47200,"=ds=#s5#, #a1# =q7=#db32#"}, - }, - }, + { 16815, "INV_Chest_Cloth_03", "=q4=Robes of Prophecy", "=ds=#s5#, #a1# =q9=#c5#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47200,"=ds=#s5#, #a1# =q7=#db32#"},},}, }, - { 16798, "INV_Chest_Cloth_03", "=q4=Arcanist Robes", "=ds=#s5#, #a1# =q10=#c3#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {47080,"=ds=#s5#, #a1# =q7=#db32#"}, - }, - }, + { 16798, "INV_Chest_Cloth_03", "=q4=Arcanist Robes", "=ds=#s5#, #a1# =q10=#c3#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{47080,"=ds=#s5#, #a1# =q7=#db32#"},},}, }, - { 16809, "INV_Chest_Cloth_09", "=q4=Felheart Robes", "=ds=#s5#, #a1# =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "", {{ - {16809,"=ds=#s5#, #a1# =q7=#db32#"}, - }, - }, + { 16809, "INV_Chest_Cloth_09", "=q4=Felheart Robes", "=ds=#s5#, #a1# =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "", { + {{16809,"=ds=#s5#, #a1# =q7=#db32#"},},}, }, { 16820, "INV_Chest_Cloth_07", "=q4=Nightslayer Chestpiece", "=ds=#s5#, #a2# =q12=#c6#", "25%" }, - { 16833, "INV_Chest_Cloth_06", "=q4=Cenarion Vestments", "=ds=#s5#, #a2# =q13=#c1#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47332,"=ds=#s5#, #a2# =q7=#db32#"},{47340,"=ds=#s5#, #a2# =q7=#db32#"}, - }, - }, + { 16833, "INV_Chest_Cloth_06", "=q4=Cenarion Vestments", "=ds=#s5#, #a2# =q13=#c1#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47332,"=ds=#s5#, #a2# =q7=#db32#"},{47340,"=ds=#s5#, #a2# =q7=#db32#"},},}, }, { 16845, "INV_Chest_Chain_03", "=q4=Giantstalker's Breastplate", "=ds=#s5#, #a3# =q14=#c2#", "20%" }, - { 16841, "INV_Chest_Chain_11", "=q4=Earthfury Chestpiece", "=ds=#s5#, #a3# =q15=#c7#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47122,"=ds=#s5#, #a3# =q7=#db32#"},{47130,"=ds=#s5#, #a3# =q7=#db32#"}, - }, - }, + { 16841, "INV_Chest_Chain_11", "=q4=Earthfury Chestpiece", "=ds=#s5#, #a3# =q15=#c7#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47122,"=ds=#s5#, #a3# =q7=#db32#"},{47130,"=ds=#s5#, #a3# =q7=#db32#"},},}, }, - { 16853, "INV_Chest_Plate03", "=q4=Lawbringer Chestguard", "=ds=#s5#, #a4# =q16=#c4#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47002,"=ds=#s5#, #a4# =q7=#db32#"},{47010,"=ds=#s5#, #a4# =q7=#db32#"}, - }, - }, + { 16853, "INV_Chest_Plate03", "=q4=Lawbringer Chestguard", "=ds=#s5#, #a4# =q16=#c4#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47002,"=ds=#s5#, #a4# =q7=#db32#"},{47010,"=ds=#s5#, #a4# =q7=#db32#"},},}, }, - { 16865, "INV_Chest_Plate16", "=q4=Breastplate of Might", "=ds=#s5#, #a4# =q17=#c9#", "20%", "", "", "", "", "", "", "", "", "", "", {{ - {47242,"=ds=#s5#, #a4# =q7=#db32#"}, - }, - }, + { 16865, "INV_Chest_Plate16", "=q4=Breastplate of Might", "=ds=#s5#, #a4# =q17=#c9#", "20%", "", "", "", "", "", "", "", "", "", "", { + {{47242,"=ds=#s5#, #a4# =q7=#db32#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1851,18 +1720,68 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18822, "INV_Sword_28", "=q4=Obsidian Edged Blade", "=ds=#h2#, #w10#", "2%" }, { 18842, "INV_Staff_13", "=q4=Staff of Dominance", "=ds=#w9#", "25%" }, }; + MCTwins = { + { 0, "INV_Box_01", "=q6="..AL["Basalthar"], "" }, + { 18820, "INV_Misc_StoneTablet_11", "=q4=Talisman of Ephemeral Power", "", "11.11%" }, + { 18821, "INV_Jewelry_Ring_07", "=q4=Quick Strike Ring", "", "11.11%" }, + { 18823, "INV_Gauntlets_23", "=q4=Aged Core Leather Gloves", "", "11.11%" }, + { 18824, "INV_Boots_Plate_08", "=q4=Magma Tempered Boots", "", "11.11%" }, + { 18829, "INV_Shoulder_04", "=q4=Deep Earth Spaulders", "", "11.11%" }, + { 18861, "INV_Pants_04", "=q4=Flamewaker Legplates", "", "11.11%" }, + { 19136, "INV_Belt_11", "=q4=Mana Igniting Cord", "", "11.11%" }, + { 19142, "INV_Misc_Book_09", "=q4=Fire Runed Grimoire", "", "11.11%" }, + { 19143, "INV_Gauntlets_26", "=q4=Flameguard Gauntlets", "", "11.11%" }, + { 19144, "INV_Boots_Chain_05", "=q4=Sabatons of the Flamewalker", "", "11.11%" }, + { 18822, "INV_Sword_28", "=q4=Obsidian Edged Blade", "", "11.11%" }, + { 58212, "inv_boots_cloth_09", "=q4=Treads of Scalding Rage", "", "16.66%" }, + { 58210, "INV_Gauntlets_15", "=q4=Grasps of Sundering Power", "", "16.67%" }, + { 58242, "inv_magmafire_shield_3", "=q4=Sulfuron Aegis", "", "16.67%" }, + { 58238, "inv_square_rune_4", "=q4=Runed Wardstone", "", "16.66%" }, + { 58237, "INV_Chest_Cloth_18", "=q4=Emberwoven Binding Garments", "", "16.67%" }, + { 58215, "INV_Boots_Chain_01", "=q4=Ash-Forged Greaves", "", "16.67%" }, + { 0, "", "", "" }, + { 0, "INV_Box_01", "=q6="..AL["Smoldaris"], "" }, + { 58241, "Spell_Fire_Volcano", "=q4=Totem of Eruption", "", "25%" }, + { 58213, "INV_Misc_Orb_03", "=q4=Smoldaris’ Fractured Eye", "", "25%" }, + { 58211, "INV_Misc_Gem_Ruby_01", "=q4=Molten Emberstone", "", "25%" }, + { 58239, "ability_upgrademoonglaive", "=q4=Overheated Skyrazors", "", "25%" }, + { 58246, "INV_Misc_StoneTablet_11", "=q3=Tablet of Molten Blast VI", "", "100%" }, + }; + MCThaurissan = { + { 18820, "INV_Misc_StoneTablet_11", "=q4=Talisman of Ephemeral Power", "", "11.12%" }, + { 18821, "INV_Jewelry_Ring_07", "=q4=Quick Strike Ring", "", "11.11%" }, + { 18823, "INV_Gauntlets_23", "=q4=Aged Core Leather Gloves", "", "11.11%" }, + { 18824, "INV_Boots_Plate_08", "=q4=Magma Tempered Boots", "", "11.11%" }, + { 18829, "INV_Shoulder_04", "=q4=Deep Earth Spaulders", "", "11.11%" }, + { 18861, "INV_Pants_04", "=q4=Flamewaker Legplates", "", "11.11%" }, + { 19136, "INV_Belt_11", "=q4=Mana Igniting Cord", "", "11.11%" }, + { 19142, "INV_Misc_Book_09", "=q4=Fire Runed Grimoire", "", "11.11%" }, + { 19143, "INV_Gauntlets_26", "=q4=Flameguard Gauntlets", "", "11.11%" }, + { 19144, "INV_Boots_Chain_05", "=q4=Sabatons of the Flamewalker", "", "11.11%" }, + { 18822, "INV_Sword_28", "=q4=Obsidian Edged Blade", "", "11.11%" }, + { 0, "", "", "" }, + { 58212, "inv_boots_cloth_09", "=q4=Treads of Scalding Rage", "", "16.66%" }, + { 58210, "INV_Gauntlets_15", "=q4=Grasps of Sundering Power", "", "16.67%" }, + { 58242, "inv_magmafire_shield_3", "=q4=Sulfuron Aegis", "", "16.67%" }, + { 58238, "inv_square_rune_4", "=q4=Runed Wardstone", "", "16.66%" }, + { 58237, "INV_Chest_Cloth_18", "=q4=Emberwoven Binding Garments", "", "16.67%" }, + { 58215, "INV_Boots_Chain_01", "=q4=Ash-Forged Greaves", "", "16.67%" }, + { 0, "", "", "" }, + { 58243, "INV_Pants_04", "=q4=Leggings of the Deep Delve", "", "25%" }, + { 58240, "INV_Relics_LibramofTruth", "=q4=Libram of Final Judgement", "", "25%" }, + { 58244, "INV_Misc_Rune_03", "=q4=Sigil of Ancient Accord", "", "25%" }, + { 58214, "spell_fire_flametounge", "=q4=Modrag'zan, Heart of the Mountain", "", "25%" }, + { 0, "", "", "" }, + { 41989, "BTNHarbingerRing", "=q1=Signet of Thaurissan", "", "100%" }, + }; MCSulfuron = { --https://database.turtle-wow.org/?npc=12098 - { 16816, "INV_Shoulder_02", "=q4=Mantle of Prophecy", "=ds=#s3#, #a1# =q9=#c5#", "33%", "", "", "", "", "", "", "", "", "", "", {{ - {47199,"=ds=#s3#, #a1# =q7=#db31#"}, - }, - }, + { 16816, "INV_Shoulder_02", "=q4=Mantle of Prophecy", "=ds=#s3#, #a1# =q9=#c5#", "33%", "", "", "", "", "", "", "", "", "", "", { + {{47199,"=ds=#s3#, #a1# =q7=#db31#"},},}, }, { 16823, "INV_Shoulder_25", "=q4=Nightslayer Shoulder Pads", "=ds=#s3#, #a2# =q12=#c6#", "30%" }, { 16848, "INV_Shoulder_10", "=q4=Giantstalker's Epaulets", "=ds=#s3#, #a3# =q14=#c2#", "33%" }, - { 16868, "INV_Shoulder_15", "=q4=Pauldrons of Might", "=ds=#s3#, #a4# =q17=#c9#", "30%", "", "", "", "", "", "", "", "", "", "", {{ - {47241,"=ds=#s3#, #a4# =q7=#db31#"}, - }, - }, + { 16868, "INV_Shoulder_15", "=q4=Pauldrons of Might", "=ds=#s3#, #a4# =q17=#c9#", "30%", "", "", "", "", "", "", "", "", "", "", { + {{47241,"=ds=#s3#, #a4# =q7=#db31#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -1914,42 +1833,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18609, "INV_Staff_12", "=q4=Anathema", "=q1=#m4# =ds=#w9# =q9=#c5#" }, }; MCRagnaros = { --https://database.turtle-wow.org/?npc=11502 - { 16922, "INV_Pants_08", "=q4=Leggings of Transcendence", "=ds=#s11#, #a1# =q9=#c5#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47212,"=ds=#s11#, #a1# =q7=#db16#"}, - }, - }, + { 16922, "INV_Pants_08", "=q4=Leggings of Transcendence", "=ds=#s11#, #a1# =q9=#c5#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47212,"=ds=#s11#, #a1# =q7=#db16#"},},}, }, - { 16915, "INV_Pants_08", "=q4=Netherwind Pants", "=ds=#s11#, #a1# =q10=#c3#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47092,"=ds=#s11#, #a1# =q7=#db16#"}, - }, - }, + { 16915, "INV_Pants_08", "=q4=Netherwind Pants", "=ds=#s11#, #a1# =q10=#c3#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47092,"=ds=#s11#, #a1# =q7=#db16#"},},}, }, - { 16930, "INV_Pants_07", "=q4=Nemesis Leggings", "=ds=#s11#, #a1# =q11=#c8#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47290,"=ds=#s11#, #a1# =q7=#db16#"}, - }, - }, + { 16930, "INV_Pants_07", "=q4=Nemesis Leggings", "=ds=#s11#, #a1# =q11=#c8#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47290,"=ds=#s11#, #a1# =q7=#db16#"},},}, }, { 16909, "INV_Pants_06", "=q4=Bloodfang Pants", "=ds=#s11#, #a2# =q12=#c6#", "13%" }, - { 16901, "INV_Pants_06", "=q4=Stormrage Legguards", "=ds=#s11#, #a2# =q13=#c1#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47352,"=ds=#s11#, #a2# =q7=#db16#"},{47360,"=ds=#s11#, #a2# =q7=#db16#"}, - }, - }, + { 16901, "INV_Pants_06", "=q4=Stormrage Legguards", "=ds=#s11#, #a2# =q13=#c1#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47352,"=ds=#s11#, #a2# =q7=#db16#"},{47360,"=ds=#s11#, #a2# =q7=#db16#"},},}, }, { 16938, "INV_Pants_03", "=q4=Dragonstalker's Legguards", "=ds=#s11#, #a3# =q14=#c2#", "13%" }, - { 16946, "INV_Pants_03", "=q4=Legplates of Ten Storms", "=ds=#s11#, #a3# =q15=#c7#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47142,"=ds=#s11#, #a3# =q7=#db16#"},{47150,"=ds=#s11#, #a3# =q7=#db16#"}, - }, - }, + { 16946, "INV_Pants_03", "=q4=Legplates of Ten Storms", "=ds=#s11#, #a3# =q15=#c7#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47142,"=ds=#s11#, #a3# =q7=#db16#"},{47150,"=ds=#s11#, #a3# =q7=#db16#"},},}, }, - { 16954, "INV_Pants_04", "=q4=Judgement Legplates", "=ds=#s11#, #a4# =q16=#c4#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47022,"=ds=#s11#, #a4# =q7=#db16#"},{47030,"=ds=#s11#, #a4# =q7=#db16#"}, - }, - }, + { 16954, "INV_Pants_04", "=q4=Judgement Legplates", "=ds=#s11#, #a4# =q16=#c4#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47022,"=ds=#s11#, #a4# =q7=#db16#"},{47030,"=ds=#s11#, #a4# =q7=#db16#"},},}, }, - { 16962, "INV_Pants_04", "=q4=Legplates of Wrath", "=ds=#s11#, #a4# =q17=#c9#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47254,"=ds=#s11#, #a4# =q7=#db16#"}, - }, - }, + { 16962, "INV_Pants_04", "=q4=Legplates of Wrath", "=ds=#s11#, #a4# =q17=#c9#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47254,"=ds=#s11#, #a4# =q7=#db16#"},},}, }, { 0,"","","" }, { 17204, "INV_Misc_Gem_Pearl_05", "=q5=Eye of Sulfuras", "=q1=#m31#", "6%" }, @@ -1974,42 +1879,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 92080, "Spell_Fire_FlameShock", "=q4=Molten Corehound", "=ds=#e7#" }, }; MCTrashMobs = { - { 16817, "INV_Belt_22", "=q4=Girdle of Prophecy", "=ds=#s10#, #a1# =q9=#c5#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47203,"=ds=#s10#, #a1# =q7=#x34# #z1#"}, - }, - }, + { 16817, "INV_Belt_22", "=q4=Girdle of Prophecy", "=ds=#s10#, #a1# =q9=#c5#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47203,"=ds=#s10#, #a1# =q7=#x34# #z1#"},},}, }, - { 16802, "INV_Belt_30", "=q4=Arcanist Belt", "=ds=#s10#, #a1# =q10=#c3#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47083,"=ds=#s10#, #a1# =q7=#x34# #z1#"}, - }, - }, + { 16802, "INV_Belt_30", "=q4=Arcanist Belt", "=ds=#s10#, #a1# =q10=#c3#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47083,"=ds=#s10#, #a1# =q7=#x34# #z1#"},},}, }, - { 16806, "INV_Belt_13", "=q4=Felheart Belt", "=ds=#s10#, #a1# =q11=#c8#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47281,"=ds=#s10#, #a1# =q7=#x34# #z1#"}, - }, - }, + { 16806, "INV_Belt_13", "=q4=Felheart Belt", "=ds=#s10#, #a1# =q11=#c8#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47281,"=ds=#s10#, #a1# =q7=#x34# #z1#"},},}, }, { 16827, "INV_Belt_23", "=q4=Nightslayer Belt", "=ds=#s10#, #a2# =q12=#c6#", "0.3%" }, - { 16828, "INV_Belt_06", "=q4=Cenarion Belt", "=ds=#s10#, #a2# =q13=#c1#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47335,"=ds=#s10#, #a2# =q7=#x34# #z1#"},{47343,"=ds=#s10#, #a2# =q7=#x34# #z1#"}, - }, - }, + { 16828, "INV_Belt_06", "=q4=Cenarion Belt", "=ds=#s10#, #a2# =q13=#c1#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47335,"=ds=#s10#, #a2# =q7=#x34# #z1#"},{47343,"=ds=#s10#, #a2# =q7=#x34# #z1#"},},}, }, { 16851, "INV_Belt_28", "=q4=Giantstalker's Belt", "=ds=#s10#, #a3# =q14=#c2#", "0.3%" }, - { 16838, "INV_Belt_14", "=q4=Earthfury Belt", "=ds=#s10#, #a3# =q15=#c7#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47125,"=ds=#s10#, #a3# =q7=#x34# #z1#"},{47133,"=ds=#s10#, #a3# =q7=#x34# #z1#"}, - }, - }, + { 16838, "INV_Belt_14", "=q4=Earthfury Belt", "=ds=#s10#, #a3# =q15=#c7#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47125,"=ds=#s10#, #a3# =q7=#x34# #z1#"},{47133,"=ds=#s10#, #a3# =q7=#x34# #z1#"},},}, }, - { 16858, "INV_Belt_27", "=q4=Lawbringer Belt", "=ds=#s10#, #a4# =q16=#c4#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47005,"=ds=#s10#, #a4# =q7=#x34# #z1#"},{47013,"=ds=#s10#, #a4# =q7=#x34# #z1#"}, - }, - }, + { 16858, "INV_Belt_27", "=q4=Lawbringer Belt", "=ds=#s10#, #a4# =q16=#c4#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47005,"=ds=#s10#, #a4# =q7=#x34# #z1#"},{47013,"=ds=#s10#, #a4# =q7=#x34# #z1#"},},}, }, - { 16864, "INV_Belt_09", "=q4=Belt of Might", "=ds=#s10#, #a4# =q17=#c9#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47245,"=ds=#s10#, #a4# =q7=#x34# #z1#"}, - }, - }, + { 16864, "INV_Belt_09", "=q4=Belt of Might", "=ds=#s10#, #a4# =q17=#c9#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47245,"=ds=#s10#, #a4# =q7=#x34# #z1#"},},}, }, { 0,"","","" }, { 81260, "INV_Axe_23", "=q4=Lavashard Axe", "=ds=#h1#, #w1#", "0.2%" }, @@ -2017,42 +1908,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 17010, "Spell_Fire_FlameBolt","=q3=Fiery Core","=ds=#m31#", "35%" }, { 11382, "INV_Misc_Gem_Bloodstone_03","=q2=Blood of the Mountain","=ds=#m31# =q7=#x63#", "0.02%" }, { 17012, "INV_Ammo_FireTar","=q1=Core Leather","=ds=#m31#" }, - { 16819, "INV_Bracer_09", "=q4=Vambraces of Prophecy", "=ds=#s8#, #a1# =q9=#c5#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47201,"=ds=#s8#, #a1# =q7=#x34# #z1#"}, - }, - }, + { 16819, "INV_Bracer_09", "=q4=Vambraces of Prophecy", "=ds=#s8#, #a1# =q9=#c5#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47201,"=ds=#s8#, #a1# =q7=#x34# #z1#"},},}, }, - { 16799, "INV_Belt_29", "=q4=Arcanist Bindings", "=ds=#s8#, #a1# =q10=#c3#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47081,"=ds=#s8#, #a1# =q7=#x34# #z1#"}, - }, - }, + { 16799, "INV_Belt_29", "=q4=Arcanist Bindings", "=ds=#s8#, #a1# =q10=#c3#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47081,"=ds=#s8#, #a1# =q7=#x34# #z1#"},},}, }, - { 16804, "INV_Bracer_07", "=q4=Felheart Bracers", "=ds=#s8#, #a1# =q11=#c8#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47279,"=ds=#s8#, #a1# =q7=#x34# #z1#"}, - }, - }, + { 16804, "INV_Bracer_07", "=q4=Felheart Bracers", "=ds=#s8#, #a1# =q11=#c8#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47279,"=ds=#s8#, #a1# =q7=#x34# #z1#"},},}, }, { 16825, "INV_Bracer_02", "=q4=Nightslayer Bracelets", "=ds=#s8#, #a2# =q12=#c6#", "0.3%" }, - { 16830, "INV_Bracer_03", "=q4=Cenarion Bracers", "=ds=#s8#, #a2# =q13=#c1#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47333,"=ds=#s8#, #a2# =q7=#x34# #z1#"},{47341,"=ds=#s8#, #a2# =q7=#x34# #z1#"}, - }, - }, + { 16830, "INV_Bracer_03", "=q4=Cenarion Bracers", "=ds=#s8#, #a2# =q13=#c1#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47333,"=ds=#s8#, #a2# =q7=#x34# #z1#"},{47341,"=ds=#s8#, #a2# =q7=#x34# #z1#"},},}, }, { 16850, "INV_Bracer_17", "=q4=Giantstalker's Bracers", "=ds=#s8#, #a3# =q14=#c2#", "0.3%" }, - { 16840, "INV_Bracer_16", "=q4=Earthfury Bracers", "=ds=#s8#, #a3# =q15=#c7#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47123,"=ds=#s8#, #a3# =q7=#x34# #z1#"},{47131,"=ds=#s8#, #a3# =q7=#x34# #z1#"}, - }, - }, + { 16840, "INV_Bracer_16", "=q4=Earthfury Bracers", "=ds=#s8#, #a3# =q15=#c7#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47123,"=ds=#s8#, #a3# =q7=#x34# #z1#"},{47131,"=ds=#s8#, #a3# =q7=#x34# #z1#"},},}, }, - { 16857, "INV_Bracer_18", "=q4=Lawbringer Bracers", "=ds=#s8#, #a4# =q16=#c4#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47003,"=ds=#s8#, #a4# =q7=#x34# #z1#"},{47011,"=ds=#s8#, #a4# =q7=#x34# #z1#"}, - }, - }, + { 16857, "INV_Bracer_18", "=q4=Lawbringer Bracers", "=ds=#s8#, #a4# =q16=#c4#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47003,"=ds=#s8#, #a4# =q7=#x34# #z1#"},{47011,"=ds=#s8#, #a4# =q7=#x34# #z1#"},},}, }, - { 16861, "INV_Bracer_19", "=q4=Bracers of Might", "=ds=#s8#, #a4# =q17=#c9#", "0.3%", "", "", "", "", "", "", "", "", "", "", {{ - {47243,"=ds=#s8#, #a4# =q7=#x34# #z1#"}, - }, - }, + { 16861, "INV_Bracer_19", "=q4=Bracers of Might", "=ds=#s8#, #a4# =q17=#c9#", "0.3%", "", "", "", "", "", "", "", "", "", "", { + {{47243,"=ds=#s8#, #a4# =q7=#x34# #z1#"},},}, }, { 0,"","","" }, { 81261, "inv_boots_02", "=q4=Boots of Blistering Flames", "=ds=#s12#, #a1#", "0.2%" }, @@ -2093,42 +1970,28 @@ AtlasLoot_Data["AtlasLootItems"] = { { 18260, "INV_Misc_Note_01", "=q3=Formula: Enchant Weapon - Healing Power", "=ds=#p4# #m14#", "1%" }, }; Onyxia = { - { 16921, "INV_Helmet_24", "=q4=Halo of Transcendence", "=ds=#s1#, #a1# =q9=#c5#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47206,"=ds=#s1#, #a1# =q7=#db15#"}, - }, - }, + { 16921, "INV_Helmet_24", "=q4=Halo of Transcendence", "=ds=#s1#, #a1# =q9=#c5#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47206,"=ds=#s1#, #a1# =q7=#db15#"},},}, }, - { 16914, "INV_Helmet_70", "=q4=Netherwind Crown", "=ds=#s1#, #a1# =q10=#c3#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47086,"=ds=#s1#, #a1# =q7=#db15#"}, - }, - }, + { 16914, "INV_Helmet_70", "=q4=Netherwind Crown", "=ds=#s1#, #a1# =q10=#c3#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47086,"=ds=#s1#, #a1# =q7=#db15#"},},}, }, - { 16929, "INV_Helmet_08", "=q4=Nemesis Skullcap", "=ds=#s1#, #a1# =q11=#c8#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47284,"=ds=#s1#, #a1# =q7=#db15#"}, - }, - }, + { 16929, "INV_Helmet_08", "=q4=Nemesis Skullcap", "=ds=#s1#, #a1# =q11=#c8#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47284,"=ds=#s1#, #a1# =q7=#db15#"},},}, }, { 16908, "INV_Helmet_41", "=q4=Bloodfang Hood", "=ds=#s1#, #a2# =q12=#c6#", "13%" }, - { 16900, "INV_Helmet_09", "=q4=Stormrage Cover", "=ds=#s1#, #a2# =q13=#c1#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47346,"=ds=#s1#, #a2# =q7=#db15#"},{47354,"=ds=#s1#, #a2# =q7=#db15#"}, - }, - }, + { 16900, "INV_Helmet_09", "=q4=Stormrage Cover", "=ds=#s1#, #a2# =q13=#c1#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47346,"=ds=#s1#, #a2# =q7=#db15#"},{47354,"=ds=#s1#, #a2# =q7=#db15#"},},}, }, { 16939, "INV_Helmet_05", "=q4=Dragonstalker's Helm", "=ds=#s1#, #a3# =q14=#c2#", "13%" }, - { 16947, "INV_Helmet_69", "=q4=Helmet of Ten Storms", "=ds=#s1#, #a3# =q15=#c7#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47136,"=ds=#s1#, #a3# =q7=#db15#"},{47144,"=ds=#s1#, #a3# =q7=#db15#"}, - }, - }, + { 16947, "INV_Helmet_69", "=q4=Helmet of Ten Storms", "=ds=#s1#, #a3# =q15=#c7#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47136,"=ds=#s1#, #a3# =q7=#db15#"},{47144,"=ds=#s1#, #a3# =q7=#db15#"},},}, }, - { 16955, "INV_Helmet_74", "=q4=Judgement Crown", "=ds=#s1#, #a4# =q16=#c4#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47016,"=ds=#s1#, #a4# =q7=#db15#"},{47024,"=ds=#s1#, #a4# =q7=#db15#"}, - }, - }, + { 16955, "INV_Helmet_74", "=q4=Judgement Crown", "=ds=#s1#, #a4# =q16=#c4#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47016,"=ds=#s1#, #a4# =q7=#db15#"},{47024,"=ds=#s1#, #a4# =q7=#db15#"},},}, }, - { 16963, "INV_Helmet_71", "=q4=Helm of Wrath", "=ds=#s1#, #a4# =q17=#c9#", "13%", "", "", "", "", "", "", "", "", "", "", {{ - {47248,"=ds=#s1#, #a4# =q7=#db15#"}, - }, - }, + { 16963, "INV_Helmet_71", "=q4=Helm of Wrath", "=ds=#s1#, #a4# =q17=#c9#", "13%", "", "", "", "", "", "", "", "", "", "", { + {{47248,"=ds=#s1#, #a4# =q7=#db15#"},},}, }, { 0,"","","" }, { 18423, "INV_Misc_Head_Dragon_01", "=q4=Head of Onyxia", "=ds=#m2#", "100%" }, @@ -2153,50 +2016,32 @@ AtlasLoot_Data["AtlasLootItems"] = { { 15138,"INV_Misc_Cape_05","=q3=Onyxia Scale Cloak","=q1=#m4# =ds=#s4# =q5=LW #m14#" }, }; ZGJeklik = { --https://database.turtle-wow.org/?npc=14517 - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, - }, - }, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"},},}, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, - }, - }, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"},},}, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, - }, - }, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + {{20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"},},}, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, - }, - }, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"},},}, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, - }, - }, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"},},}, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, - }, - }, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"},},}, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, - }, - }, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"},},}, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, - }, - }, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"},},}, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, - }, - }, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -2214,48 +2059,48 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19915, "INV_Shield_22", "=q3=Zulian Defender", "=ds=#w8#", "14%" }, }; ZGVenoxis = { --https://database.turtle-wow.org/?npc=14507 - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, }, }, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, }, }, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + { {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, }, }, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, }, }, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, }, }, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, }, }, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, }, }, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, }, }, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, }, }, }, @@ -2274,48 +2119,48 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19900, "INV_Axe_34", "=q3=Zulian Stone Axe", "=ds=#h2#, #w1#", "17%" }, }; ZGMarli = { --https://database.turtle-wow.org/?npc=14510 - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, }, }, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, }, }, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + { {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, }, }, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, }, }, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, }, }, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, }, }, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, }, }, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, }, }, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, }, }, }, @@ -2336,60 +2181,56 @@ AtlasLoot_Data["AtlasLootItems"] = { { 81003, "inv_misc_monsterclaw_03", "=q3=Ancient Hakkari Flayer", "=ds=#h3#, #w13#", "10%" }, }; ZGMandokir = { --https://database.turtle-wow.org/?npc=11382 - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, }, }, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, }, }, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + { {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, }, }, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, }, }, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, }, }, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, }, }, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, }, }, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, }, }, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, }, }, }, { 0,"","","" }, - { 22637,"INV_ZulGurubTrinket","=q3=Primal Hakkari Idol","=ds=#e16#", "100%","", "", "", "", "", "", "", "", "", "", {{ - {19789,"=ds=#s1#/#s11# #e11# =q9=#c5#"},{19787,"=ds=#s1#/#s11# #e11# =q10=#c5#"},{19788,"=ds=#s1#/#s11# #e11# =q11=#c5#"} - },{ - {19784,"=ds=#s1#/#s11# #e11# =q12=#c5#"},{19790,"=ds=#s1#/#s11# #e11# =q13=#c5#"},{19785,"=ds=#s1#/#s11# #e11# =q14=#c5#"} - },{ - {19786,"=ds=#s1#/#s11# #e11# =q15=#c5#"},{19783,"=ds=#s1#/#s11# #e11# =q16=#c5#"},{19782,"=ds=#s1#/#s11# #e11# =q17=#c5#"}, - }, - }, + { 22637,"INV_ZulGurubTrinket","=q3=Primal Hakkari Idol","=ds=#e16#", "100%","", "", "", "", "", "", "", "", "", "", { + {{19789,"=ds=#s1#/#s11# #e11# =q9=#c5#"},{19787,"=ds=#s1#/#s11# #e11# =q10=#c5#"},{19788,"=ds=#s1#/#s11# #e11# =q11=#c5#"}}, + {{19784,"=ds=#s1#/#s11# #e11# =q12=#c5#"},{19790,"=ds=#s1#/#s11# #e11# =q13=#c5#"},{19785,"=ds=#s1#/#s11# #e11# =q14=#c5#"}}, + {{19786,"=ds=#s1#/#s11# #e11# =q15=#c5#"},{19783,"=ds=#s1#/#s11# #e11# =q16=#c5#"},{19782,"=ds=#s1#/#s11# #e11# =q17=#c5#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -2414,33 +2255,27 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19961, "INV_Mace_04", "=q3=Gri'lek's Grinder", "=ds=#h1#, #w6#", "43%" }, { 19962, "INV_Axe_24", "=q3=Gri'lek's Carver", "=ds=#h2#, #w1#", "43%" }, { 0,"","","" }, - { 19939, "INV_Potion_26", "=q2=Gri'lek's Blood", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", {{ - {19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, - {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"}, - }, - }, + { 19939, "INV_Potion_26", "=q2=Gri'lek's Blood", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", { + {{19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, + {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"},},}, }, }; ZGHazzarah = { --https://database.turtle-wow.org/?npc=15083 { 19967, "INV_Wand_05", "=q3=Thoughtblighter", "=ds=#w12#", "45%" }, { 19968, "INV_Sword_01", "=q3=Fiery Retributer", "=ds=#h3#, #w10#", "40%" }, { 0,"","","" }, - { 19942, "INV_Misc_Bandage_16", "=q2=Hazza'rah's Dream Thread", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", {{ - {19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, - {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"}, - }, - }, + { 19942, "INV_Misc_Bandage_16", "=q2=Hazza'rah's Dream Thread", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", { + {{19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, + {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"},},}, }, }; ZGRenataki = { --https://database.turtle-wow.org/?npc=15084 { 19964, "INV_Sword_37", "=q3=Renataki's Soul Conduit", "=ds=#h3#, #w10#", "40%" }, { 19963, "INV_Spear_03", "=q3=Pitchfork of Madness", "=ds=#w7#", "45%" }, { 0,"","","" }, - { 19940, "INV_Misc_MonsterFang_01", "=q2=Renataki's Tooth", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", {{ - {19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, - {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"}, - }, - }, + { 19940, "INV_Misc_MonsterFang_01", "=q2=Renataki's Tooth", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", { + {{19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, + {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"},},}, }, }; @@ -2448,11 +2283,9 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19993, "INV_Waepon_Bow_ZulGrub_D_02", "=q3=Hoodoo Hunting Bow", "=ds=#w2#", "45%" }, { 19965, "INV_Sword_37", "=q3=Wushoolay's Poker", "=ds=#h3#, #w4#", "40%" }, { 0,"","","" }, - { 19941, "INV_Misc_MonsterTail_02", "=q2=Wushoolay's Mane", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", {{ - {19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, - {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"}, - }, - }, + { 19941, "INV_Misc_MonsterTail_02", "=q2=Wushoolay's Mane", "=ds=#m3#", "100%","", "", "", "", "", "", "", "", "", "", { + {{19959,"=ds=#s14#"},{19957,"=ds=#s14#"},{19958,"=ds=#s14#"},{19954,"=ds=#s14#"},{19955,"=ds=#s14#"}, + {19953,"=ds=#s14#"},{19956,"=ds=#s14#"},{19951,"=ds=#s14#"},{19952,"=ds=#s14#"},},}, }, }; ZGGahzranka = { --https://database.turtle-wow.org/?npc=15114 @@ -2466,50 +2299,32 @@ AtlasLoot_Data["AtlasLootItems"] = { { 56084, "INV_Misc_Orb_01", "=q3=Middle Piece of an Ancient Idol", "=ds=#m36#" }, }; ZGThekal = { - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, - }, - }, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"},},}, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, - }, - }, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"},},}, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, - }, - }, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + {{20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"},},}, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, - }, - }, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"},},}, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, - }, - }, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"},},}, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, - }, - }, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"},},}, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, - }, - }, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"},},}, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, - }, - }, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"},},}, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, - }, - }, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + {{19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -2528,48 +2343,48 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19901, "INV_Sword_35", "=q3=Zulian Slicer", "=ds=#h1#, #w10#", "14%" }, }; ZGArlokk = { --https://database.turtle-wow.org/?npc=14515 - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, }, }, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, }, }, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + { {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, }, }, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, }, }, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, }, }, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, }, }, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, }, }, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, }, }, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, }, }, }, @@ -2588,60 +2403,56 @@ AtlasLoot_Data["AtlasLootItems"] = { { 19914, "INV_Misc_Bag_14", "=q3=Panther Hide Sack", "=ds=#m12# #e10#", "12%" }, }; ZGJindo = { --https://database.turtle-wow.org/?npc=11380 - { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, + { 19721, "INV_Shoulder_19", "=q4=Primal Hakkari Shawl", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19826,"=q4=#x11#=ds=, #r3#"},{19832,"=q4=#x11#=ds=, #r3#"},{19845,"=q4=#x11#=ds=, #r3#"}, }, }, }, - { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, + { 19724, "INV_Chest_Chain_12", "=q4=Primal Hakkari Aegis", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19841,"=q4=#x15#=ds=, #r4#"},{19834,"=q4=#x15#=ds=, #r4#"},{19831,"=q4=#x15#=ds=, #r4#"}, }, }, }, - { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, + { 19723, "INV_Shirt_07", "=q4=Primal Hakkari Kossack", "=q17=#c9#=ds=, =q10=#c3#=ds=, =q11=#c8#", "11%","", "", "", "", "", "", "", "", "", "", { + { {20033,"=q4=#x10#=ds=, #r4#"},{20034,"=q4=#x10#=ds=, #r4#"},{19822,"=q4=#x10#=ds=, #r4#"}, }, }, }, - { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, + { 19722, "INV_Banner_01", "=q4=Primal Hakkari Tabard", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19828,"=q4=#x18#=ds=, #r4#"},{19825,"=q4=#x18#=ds=, #r4#"},{19838,"=q4=#x18#=ds=, #r4#"}, }, }, }, - { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, + { 19717, "INV_Bracer_18", "=q4=Primal Hakkari Armsplint", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19830,"=q4=#x17#=ds=, #r2#"},{19836,"=q4=#x17#=ds=, #r2#"},{19824,"=q4=#x17#=ds=, #r2#"}, }, }, }, - { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, + { 19716, "INV_Bracer_05", "=q4=Primal Hakkari Bindings", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q10=#c3#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19827,"=q4=#x12#=ds=, #r2#"},{19846,"=q4=#x12#=ds=, #r2#"},{19833,"=q4=#x12#=ds=, #r2#"}, }, }, }, - { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, + { 19718, "INV_Bracer_14", "=q4=Primal Hakkari Stanchion", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19843,"=q4=#x14#=ds=, #r2#"},{19848,"=q4=#x14#=ds=, #r2#"},{19840,"=q4=#x14#=ds=, #r2#"}, }, }, }, - { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, + { 19719, "INV_Belt_12", "=q4=Primal Hakkari Girdle", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q15=#c7#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19829,"=q4=#x16#=ds=, #r3#"},{19835,"=q4=#x16#=ds=, #r3#"},{19823,"=q4=#x16#=ds=, #r3#"}, }, }, }, - { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", {{ - {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, + { 19720, "INV_Belt_07", "=q4=Primal Hakkari Sash", "=q9=#c5#=ds=, =q11=#c8#=ds=, =q13=#c1#", "11%","", "", "", "", "", "", "", "", "", "", { + { {19842,"=q4=#x13#=ds=, #r3#"},{19849,"=q4=#x13#=ds=, #r3#"},{19839,"=q4=#x13#=ds=, #r3#"}, }, }, }, { 0,"","","" }, - { 22637,"INV_ZulGurubTrinket","=q3=Primal Hakkari Idol","=ds=#e16#", "100%","", "", "", "", "", "", "", "", "", "", {{ - {19789,"=ds=#s1#/#s11# #e11# =q9=#c5#"},{19787,"=ds=#s1#/#s11# #e11# =q10=#c5#"},{19788,"=ds=#s1#/#s11# #e11# =q11=#c5#"} - },{ - {19784,"=ds=#s1#/#s11# #e11# =q12=#c5#"},{19790,"=ds=#s1#/#s11# #e11# =q13=#c5#"},{19785,"=ds=#s1#/#s11# #e11# =q14=#c5#"} - },{ - {19786,"=ds=#s1#/#s11# #e11# =q15=#c5#"},{19783,"=ds=#s1#/#s11# #e11# =q16=#c5#"},{19782,"=ds=#s1#/#s11# #e11# =q17=#c5#"}, - }, - }, + { 22637,"INV_ZulGurubTrinket","=q3=Primal Hakkari Idol","=ds=#e16#", "100%","", "", "", "", "", "", "", "", "", "", { + {{19789,"=ds=#s1#/#s11# #e11# =q9=#c5#"},{19787,"=ds=#s1#/#s11# #e11# =q10=#c5#"},{19788,"=ds=#s1#/#s11# #e11# =q11=#c5#"}}, + {{19784,"=ds=#s1#/#s11# #e11# =q12=#c5#"},{19790,"=ds=#s1#/#s11# #e11# =q13=#c5#"},{19785,"=ds=#s1#/#s11# #e11# =q14=#c5#"}}, + {{19786,"=ds=#s1#/#s11# #e11# =q15=#c5#"},{19783,"=ds=#s1#/#s11# #e11# =q16=#c5#"},{19782,"=ds=#s1#/#s11# #e11# =q17=#c5#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -2803,39 +2614,31 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0,"","","" }, { 0,"","","" }, { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21402,"=q3=#x22#=ds=, #r3#"}, - {21405,"=q3=#x22#=ds=, #r3#"}, - {21411,"=q3=#x22#=ds=, #r3#"}, - {21417,"=q3=#x22#=ds=, #r3#"}, - } - } + {21402,"=q3=#x22#=ds=, #r3#"}, + {21405,"=q3=#x22#=ds=, #r3#"}, + {21411,"=q3=#x22#=ds=, #r3#"}, + {21417,"=q3=#x22#=ds=, #r3#"},},}, }, { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21393,"=q3=#x21#=ds=, #r3#"}, - {21396,"=q3=#x21#=ds=, #r3#"}, - {21399,"=q3=#x21#=ds=, #r3#"}, - {21414,"=q3=#x21#=ds=, #r3#"}, - {21408,"=q3=#x21#=ds=, #r3#"}, - } - } + {21393,"=q3=#x21#=ds=, #r3#"}, + {21396,"=q3=#x21#=ds=, #r3#"}, + {21399,"=q3=#x21#=ds=, #r3#"}, + {21414,"=q3=#x21#=ds=, #r3#"}, + {21408,"=q3=#x21#=ds=, #r3#"},},}, }, { 0,"","","" }, { 20885, "INV_Qiraj_DrapeMartial", "=q3=Qiraji Martial Drape", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21394,"=q3=#x20#=ds=, #r4#"}, - {21406,"=q3=#x20#=ds=, #r4#"}, - {21412,"=q3=#x20#=ds=, #r4#"}, - {21415,"=q3=#x20#=ds=, #r4#"}, - } - } + {21394,"=q3=#x20#=ds=, #r4#"}, + {21406,"=q3=#x20#=ds=, #r4#"}, + {21412,"=q3=#x20#=ds=, #r4#"}, + {21415,"=q3=#x20#=ds=, #r4#"},},}, }, { 20889, "INV_Bracer_18", "=q3=Qiraji Regal Drape", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21397,"=q3=#x23#=ds=, #r4#"}, - {21403,"=q3=#x23#=ds=, #r4#"}, - {21400,"=q3=#x23#=ds=, #r4#"}, - {21418,"=q3=#x23#=ds=, #r4#"}, - {21409,"=q3=#x23#=ds=, #r4#"}, - } - } + {21397,"=q3=#x23#=ds=, #r4#"}, + {21403,"=q3=#x23#=ds=, #r4#"}, + {21400,"=q3=#x23#=ds=, #r4#"}, + {21418,"=q3=#x23#=ds=, #r4#"}, + {21409,"=q3=#x23#=ds=, #r4#"},},}, }, }; AQ20CAPTAIN = { @@ -2860,39 +2663,31 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0,"","","" }, { 0,"","","" }, { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21402,"=q3=#x22#=ds=, #r3#"}, - {21405,"=q3=#x22#=ds=, #r3#"}, - {21411,"=q3=#x22#=ds=, #r3#"}, - {21417,"=q3=#x22#=ds=, #r3#"}, - } - } + {21402,"=q3=#x22#=ds=, #r3#"}, + {21405,"=q3=#x22#=ds=, #r3#"}, + {21411,"=q3=#x22#=ds=, #r3#"}, + {21417,"=q3=#x22#=ds=, #r3#"},},}, }, { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21393,"=q3=#x21#=ds=, #r3#"}, - {21396,"=q3=#x21#=ds=, #r3#"}, - {21399,"=q3=#x21#=ds=, #r3#"}, - {21414,"=q3=#x21#=ds=, #r3#"}, - {21408,"=q3=#x21#=ds=, #r3#"}, - } - } + {21393,"=q3=#x21#=ds=, #r3#"}, + {21396,"=q3=#x21#=ds=, #r3#"}, + {21399,"=q3=#x21#=ds=, #r3#"}, + {21414,"=q3=#x21#=ds=, #r3#"}, + {21408,"=q3=#x21#=ds=, #r3#"},},}, }, { 0,"","","" }, { 20885, "INV_Qiraj_DrapeMartial", "=q3=Qiraji Martial Drape", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21394,"=q3=#x20#=ds=, #r4#"}, - {21406,"=q3=#x20#=ds=, #r4#"}, - {21412,"=q3=#x20#=ds=, #r4#"}, - {21415,"=q3=#x20#=ds=, #r4#"}, - } - } + {21394,"=q3=#x20#=ds=, #r4#"}, + {21406,"=q3=#x20#=ds=, #r4#"}, + {21412,"=q3=#x20#=ds=, #r4#"}, + {21415,"=q3=#x20#=ds=, #r4#"},},}, }, { 20889, "INV_Bracer_18", "=q3=Qiraji Regal Drape", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21397,"=q3=#x23#=ds=, #r4#"}, - {21403,"=q3=#x23#=ds=, #r4#"}, - {21400,"=q3=#x23#=ds=, #r4#"}, - {21418,"=q3=#x23#=ds=, #r4#"}, - {21409,"=q3=#x23#=ds=, #r4#"}, - } - } + {21397,"=q3=#x23#=ds=, #r4#"}, + {21403,"=q3=#x23#=ds=, #r4#"}, + {21400,"=q3=#x23#=ds=, #r4#"}, + {21418,"=q3=#x23#=ds=, #r4#"}, + {21409,"=q3=#x23#=ds=, #r4#"},},}, }, }; AQ20Moam = { @@ -2912,42 +2707,34 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21473, "INV_Misc_Eye_01", "=q3=Eye of Moam", "=ds=#s14#", "11%" }, { 0, "", "", "" }, { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21402,"=q3=#x22#=ds=, #r3#"}, - {21405,"=q3=#x22#=ds=, #r3#"}, - {21411,"=q3=#x22#=ds=, #r3#"}, - {21417,"=q3=#x22#=ds=, #r3#"}, - } - } + {21402,"=q3=#x22#=ds=, #r3#"}, + {21405,"=q3=#x22#=ds=, #r3#"}, + {21411,"=q3=#x22#=ds=, #r3#"}, + {21417,"=q3=#x22#=ds=, #r3#"},},}, }, { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21393,"=q3=#x21#=ds=, #r3#"}, - {21396,"=q3=#x21#=ds=, #r3#"}, - {21399,"=q3=#x21#=ds=, #r3#"}, - {21414,"=q3=#x21#=ds=, #r3#"}, - {21408,"=q3=#x21#=ds=, #r3#"}, - } - } + {21393,"=q3=#x21#=ds=, #r3#"}, + {21396,"=q3=#x21#=ds=, #r3#"}, + {21399,"=q3=#x21#=ds=, #r3#"}, + {21414,"=q3=#x21#=ds=, #r3#"}, + {21408,"=q3=#x21#=ds=, #r3#"},},}, }, { 0, "", "", "" }, { 22220, "INV_Scroll_05", "=q3=Plans: Black Grasp of the Destroyer", "=ds=#p2# #m14#", "15%" }, { 22194, "INV_Gauntlets_31", "=q4=Black Grasp of the Destroyer", "=ds=#s9#, #a3#" }, { 0, "", "", "" }, { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21410,"=q4=#x19#=ds=, #r5#"}, - {21413,"=q4=#x19#=ds=, #r5#"}, - {21416,"=q4=#x19#=ds=, #r5#"}, - {21407,"=q4=#x19#=ds=, #r5#"}, - } - } + {21410,"=q4=#x19#=ds=, #r5#"}, + {21413,"=q4=#x19#=ds=, #r5#"}, + {21416,"=q4=#x19#=ds=, #r5#"}, + {21407,"=q4=#x19#=ds=, #r5#"},},}, }, { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "25%", "", "", "", "", "", "", "", "", "", "",{{ - {21392,"=q4=#x24#=ds=, #r5#"}, - {21395,"=q4=#x24#=ds=, #r5#"}, - {21401,"=q4=#x24#=ds=, #r5#"}, - {21404,"=q4=#x24#=ds=, #r5#"}, - {21398,"=q4=#x24#=ds=, #r5#"}, - } - } + {21392,"=q4=#x24#=ds=, #r5#"}, + {21395,"=q4=#x24#=ds=, #r5#"}, + {21401,"=q4=#x24#=ds=, #r5#"}, + {21404,"=q4=#x24#=ds=, #r5#"}, + {21398,"=q4=#x24#=ds=, #r5#"},},}, }, }; AQ20Buru = { @@ -2966,58 +2753,31 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0, "", "", "" }, { 0, "", "", "" }, { 0, "", "", "" }, - { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21402,"=q3=#x22#=ds=, #r3#"}, - {21405,"=q3=#x22#=ds=, #r3#"}, - {21411,"=q3=#x22#=ds=, #r3#"}, - {21417,"=q3=#x22#=ds=, #r3#"}, - } - } + { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21402,"=q3=#x22#=ds=, #r3#"},{21405,"=q3=#x22#=ds=, #r3#"},{21411,"=q3=#x22#=ds=, #r3#"},{21417,"=q3=#x22#=ds=, #r3#"},}, + }, }, - { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21393,"=q3=#x21#=ds=, #r3#"}, - {21396,"=q3=#x21#=ds=, #r3#"}, - {21399,"=q3=#x21#=ds=, #r3#"}, - {21414,"=q3=#x21#=ds=, #r3#"}, - {21408,"=q3=#x21#=ds=, #r3#"}, - } - } + { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21393,"=q3=#x21#=ds=, #r3#"},{21396,"=q3=#x21#=ds=, #r3#"},{21399,"=q3=#x21#=ds=, #r3#"},{21414,"=q3=#x21#=ds=, #r3#"},{21408,"=q3=#x21#=ds=, #r3#"},}, + }, }, { 0, "", "", "" }, - { 20885, "INV_Qiraj_DrapeMartial", "=q3=Qiraji Martial Drape", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21394,"=q3=#x20#=ds=, #r4#"}, - {21406,"=q3=#x20#=ds=, #r4#"}, - {21412,"=q3=#x20#=ds=, #r4#"}, - {21415,"=q3=#x20#=ds=, #r4#"}, - } - } + { 20885, "INV_Qiraj_DrapeMartial", "=q3=Qiraji Martial Drape", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21394,"=q3=#x20#=ds=, #r4#"},{21406,"=q3=#x20#=ds=, #r4#"},{21412,"=q3=#x20#=ds=, #r4#"},{21415,"=q3=#x20#=ds=, #r4#"},}, + }, }, - { 20889, "INV_Bracer_18", "=q3=Qiraji Regal Drape", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21397,"=q3=#x23#=ds=, #r4#"}, - {21403,"=q3=#x23#=ds=, #r4#"}, - {21400,"=q3=#x23#=ds=, #r4#"}, - {21418,"=q3=#x23#=ds=, #r4#"}, - {21409,"=q3=#x23#=ds=, #r4#"}, - } - } + { 20889, "INV_Bracer_18", "=q3=Qiraji Regal Drape", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21397,"=q3=#x23#=ds=, #r4#"},{21403,"=q3=#x23#=ds=, #r4#"},{21400,"=q3=#x23#=ds=, #r4#"},{21418,"=q3=#x23#=ds=, #r4#"},{21409,"=q3=#x23#=ds=, #r4#"},}, + }, }, { 0, "", "", "" }, - { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21410,"=q4=#x19#=ds=, #r5#"}, - {21413,"=q4=#x19#=ds=, #r5#"}, - {21416,"=q4=#x19#=ds=, #r5#"}, - {21407,"=q4=#x19#=ds=, #r5#"}, - } - } + { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21410,"=q4=#x19#=ds=, #r5#"},{21413,"=q4=#x19#=ds=, #r5#"},{21416,"=q4=#x19#=ds=, #r5#"},{21407,"=q4=#x19#=ds=, #r5#"},}, + }, }, - { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21392,"=q4=#x24#=ds=, #r5#"}, - {21395,"=q4=#x24#=ds=, #r5#"}, - {21401,"=q4=#x24#=ds=, #r5#"}, - {21404,"=q4=#x24#=ds=, #r5#"}, - {21398,"=q4=#x24#=ds=, #r5#"}, - } - } + { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21392,"=q4=#x24#=ds=, #r5#"},{21395,"=q4=#x24#=ds=, #r5#"},{21401,"=q4=#x24#=ds=, #r5#"},{21404,"=q4=#x24#=ds=, #r5#"},{21398,"=q4=#x24#=ds=, #r5#"},}, + }, }, }; AQ20Ayamiss = { @@ -3036,58 +2796,31 @@ AtlasLoot_Data["AtlasLootItems"] = { { 0,"","","" }, { 0,"","","" }, { 0,"","","" }, - { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21402,"=q3=#x22#=ds=, #r3#"}, - {21405,"=q3=#x22#=ds=, #r3#"}, - {21411,"=q3=#x22#=ds=, #r3#"}, - {21417,"=q3=#x22#=ds=, #r3#"}, - } - } + { 20888, "INV_Qiraj_RingCeremonial", "=q3=Qiraji Ceremonial Ring", "=q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q11=#c8#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21402,"=q3=#x22#=ds=, #r3#"},{21405,"=q3=#x22#=ds=, #r3#"},{21411,"=q3=#x22#=ds=, #r3#"},{21417,"=q3=#x22#=ds=, #r3#"},}, + }, }, - { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21393,"=q3=#x21#=ds=, #r3#"}, - {21396,"=q3=#x21#=ds=, #r3#"}, - {21399,"=q3=#x21#=ds=, #r3#"}, - {21414,"=q3=#x21#=ds=, #r3#"}, - {21408,"=q3=#x21#=ds=, #r3#"}, - } - } + { 20884, "INV_Qiraj_RingMagisterial", "=q3=Qiraji Magisterial Ring", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21393,"=q3=#x21#=ds=, #r3#"},{21396,"=q3=#x21#=ds=, #r3#"},{21399,"=q3=#x21#=ds=, #r3#"},{21414,"=q3=#x21#=ds=, #r3#"},{21408,"=q3=#x21#=ds=, #r3#"},}, + }, }, { 0, "", "", "" }, - { 20885, "INV_Qiraj_DrapeMartial", "=q3=Qiraji Martial Drape", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21394,"=q3=#x20#=ds=, #r4#"}, - {21406,"=q3=#x20#=ds=, #r4#"}, - {21412,"=q3=#x20#=ds=, #r4#"}, - {21415,"=q3=#x20#=ds=, #r4#"}, - } - } + { 20885, "INV_Qiraj_DrapeMartial", "=q3=Qiraji Martial Drape", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21394,"=q3=#x20#=ds=, #r4#"},{21406,"=q3=#x20#=ds=, #r4#"},{21412,"=q3=#x20#=ds=, #r4#"},{21415,"=q3=#x20#=ds=, #r4#"},}, + }, }, - { 20889, "INV_Bracer_18", "=q3=Qiraji Regal Drape", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21397,"=q3=#x23#=ds=, #r4#"}, - {21403,"=q3=#x23#=ds=, #r4#"}, - {21400,"=q3=#x23#=ds=, #r4#"}, - {21418,"=q3=#x23#=ds=, #r4#"}, - {21409,"=q3=#x23#=ds=, #r4#"}, - } - } + { 20889, "INV_Bracer_18", "=q3=Qiraji Regal Drape", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21397,"=q3=#x23#=ds=, #r4#"},{21403,"=q3=#x23#=ds=, #r4#"},{21400,"=q3=#x23#=ds=, #r4#"},{21418,"=q3=#x23#=ds=, #r4#"},{21409,"=q3=#x23#=ds=, #r4#"},}, + }, }, { 0, "", "", "" }, - { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21410,"=q4=#x19#=ds=, #r5#"}, - {21413,"=q4=#x19#=ds=, #r5#"}, - {21416,"=q4=#x19#=ds=, #r5#"}, - {21407,"=q4=#x19#=ds=, #r5#"}, - } - } + { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21410,"=q4=#x19#=ds=, #r5#"},{21413,"=q4=#x19#=ds=, #r5#"},{21416,"=q4=#x19#=ds=, #r5#"},{21407,"=q4=#x19#=ds=, #r5#"},}, + }, }, - { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "",{{ - {21392,"=q4=#x24#=ds=, #r5#"}, - {21395,"=q4=#x24#=ds=, #r5#"}, - {21401,"=q4=#x24#=ds=, #r5#"}, - {21404,"=q4=#x24#=ds=, #r5#"}, - {21398,"=q4=#x24#=ds=, #r5#"}, - } - } + { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "17%", "", "", "", "", "", "", "", "", "", "",{ + {{21392,"=q4=#x24#=ds=, #r5#"},{21395,"=q4=#x24#=ds=, #r5#"},{21401,"=q4=#x24#=ds=, #r5#"},{21404,"=q4=#x24#=ds=, #r5#"},{21398,"=q4=#x24#=ds=, #r5#"},}, + }, }, }; AQ20Ossirian = { @@ -3112,22 +2845,13 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21505, "INV_Jewelry_Necklace_AhnQiraj_03", "=q4=Choker of the Shifting Sands", "=q1=#m4# =ds=#s2#" }, { 21506, "INV_Jewelry_Necklace_AhnQiraj_03", "=q4=Pendant of the Shifting Sands", "=q1=#m4# =ds=#s2#" }, { 0,"","","" }, - { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "50%", "", "", "", "", "", "", "", "", "", "",{{ - {21410,"=q4=#x19#=ds=, #r5#"}, - {21413,"=q4=#x19#=ds=, #r5#"}, - {21416,"=q4=#x19#=ds=, #r5#"}, - {21407,"=q4=#x19#=ds=, #r5#"}, - } - } + { 20890, "INV_Qiraj_HiltOrnate", "=q4=Qiraji Ornate Hilt", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "50%", "", "", "", "", "", "", "", "", "", "",{ + {{21410,"=q4=#x19#=ds=, #r5#"},{21413,"=q4=#x19#=ds=, #r5#"},{21416,"=q4=#x19#=ds=, #r5#"},{21407,"=q4=#x19#=ds=, #r5#"},}, + }, }, - { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "50%", "", "", "", "", "", "", "", "", "", "",{{ - {21392,"=q4=#x24#=ds=, #r5#"}, - {21395,"=q4=#x24#=ds=, #r5#"}, - {21401,"=q4=#x24#=ds=, #r5#"}, - {21404,"=q4=#x24#=ds=, #r5#"}, - {21398,"=q4=#x24#=ds=, #r5#"}, - } - } + { 20886, "INV_Qiraj_HiltSpiked", "=q4=Qiraji Spiked Hilt", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "50%", "", "", "", "", "", "", "", "", "", "",{ + {{21392,"=q4=#x24#=ds=, #r5#"},{21395,"=q4=#x24#=ds=, #r5#"},{21401,"=q4=#x24#=ds=, #r5#"},{21404,"=q4=#x24#=ds=, #r5#"},{21398,"=q4=#x24#=ds=, #r5#"},}, + }, }, }; AQ20Andorov = { @@ -3331,52 +3055,16 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21625, "INV_Misc_AhnQirajTrinket_06", "=q4=Scarab Brooch", "=ds=#s14#", "14%" }, { 22399, "INV_Relics_IdolofHealth", "=q4=Idol of Health", "=ds=#s16#, #e16# =q13=#c1#", "14%" }, { 0,"","","" }, - { 20928, "INV_Qiraj_BindingsCommand", "=q4=Qiraji Bindings of Command", "=q17=#c9#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21330,"=q4=#x29#=ds=, #r1#"}, - {21367,"=q4=#x29#=ds=, #r1#"}, - {21361,"=q4=#x29#=ds=, #r1#"}, - {21350,"=q4=#x29#=ds=, #r1#"}, - {47215,"=q4=#x29#=ds=, #r1#"}, - },{ - {21333,"=q4=#x29#=ds=, #r1#"}, - {21365,"=q4=#x29#=ds=, #r1#"}, - {21359,"=q4=#x29#=ds=, #r1#"}, - {21349,"=q4=#x29#=ds=, #r1#"}, - {47218,"=q4=#x29#=ds=, #r1#"}, - }, + { 20928, "INV_Qiraj_BindingsCommand", "=q4=Qiraji Bindings of Command", "=q17=#c9#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "100%", "", "", "", "", "", "", "", "", "", "",{ + {{21330,"=q4=#x29#=ds=, #r1#"},{21367,"=q4=#x29#=ds=, #r1#"},{21361,"=q4=#x29#=ds=, #r1#"},{21350,"=q4=#x29#=ds=, #r1#"},{47215,"=q4=#x29#=ds=, #r1#"},}, + {{21333,"=q4=#x29#=ds=, #r1#"},{21365,"=q4=#x29#=ds=, #r1#"},{21359,"=q4=#x29#=ds=, #r1#"},{21349,"=q4=#x29#=ds=, #r1#"},{47218,"=q4=#x29#=ds=, #r1#"},}, }, }, - { 20932, "INV_Qiraj_BindingsDominance", "=q4=Qiraji Bindings of Dominance", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21391,"=q4=#x25#=ds=, #r1#"}, - {47033,"=q4=#x25#=ds=, #r1#"}, - {47038,"=q4=#x25#=ds=, #r1#"}, - {21376,"=q4=#x25#=ds=, #r1#"}, - {47153,"=q4=#x25#=ds=, #r1#"}, - {47158,"=q4=#x25#=ds=, #r1#"} - },{ - {21345,"=q4=#x25#=ds=, #r1#"}, - {47095,"=q4=#x25#=ds=, #r1#"}, - {21335,"=q4=#x25#=ds=, #r1#"}, - {47293,"=q4=#x25#=ds=, #r1#"}, - {21354,"=q4=#x25#=ds=, #r1#"}, - {47363,"=q4=#x25#=ds=, #r1#"}, - {47368,"=q4=#x25#=ds=, #r1#"}, - },{ - {21388,"=q4=#x25#=ds=, #r1#"}, - {47036,"=q4=#x25#=ds=, #r1#"}, - {47041,"=q4=#x25#=ds=, #r1#"}, - {21373,"=q4=#x25#=ds=, #r1#"}, - {47156,"=q4=#x25#=ds=, #r1#"}, - {47161,"=q4=#x25#=ds=, #r1#"} - },{ - {21344,"=q4=#x25#=ds=, #r1#"}, - {47098,"=q4=#x25#=ds=, #r1#"}, - {21338,"=q4=#x25#=ds=, #r1#"}, - {47296,"=q4=#x25#=ds=, #r1#"}, - {21355,"=q4=#x25#=ds=, #r1#"}, - {47366,"=q4=#x25#=ds=, #r1#"}, - {47371,"=q4=#x25#=ds=, #r1#"}, - }, + { 20932, "INV_Qiraj_BindingsDominance", "=q4=Qiraji Bindings of Dominance", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "100%", "", "", "", "", "", "", "", "", "", "",{ + {{21391,"=q4=#x25#=ds=, #r1#"},{47033,"=q4=#x25#=ds=, #r1#"},{47038,"=q4=#x25#=ds=, #r1#"},{21376,"=q4=#x25#=ds=, #r1#"},{47153,"=q4=#x25#=ds=, #r1#"},{47158,"=q4=#x25#=ds=, #r1#"}}, + {{21345,"=q4=#x25#=ds=, #r1#"},{47095,"=q4=#x25#=ds=, #r1#"},{21335,"=q4=#x25#=ds=, #r1#"},{47293,"=q4=#x25#=ds=, #r1#"},{21354,"=q4=#x25#=ds=, #r1#"},{47363,"=q4=#x25#=ds=, #r1#"},{47368,"=q4=#x25#=ds=, #r1#"},}, + {{21388,"=q4=#x25#=ds=, #r1#"},{47036,"=q4=#x25#=ds=, #r1#"},{47041,"=q4=#x25#=ds=, #r1#"},{21373,"=q4=#x25#=ds=, #r1#"},{47156,"=q4=#x25#=ds=, #r1#"},{47161,"=q4=#x25#=ds=, #r1#"}}, + {{21344,"=q4=#x25#=ds=, #r1#"},{47098,"=q4=#x25#=ds=, #r1#"},{21338,"=q4=#x25#=ds=, #r1#"},{47296,"=q4=#x25#=ds=, #r1#"},{21355,"=q4=#x25#=ds=, #r1#"},{47366,"=q4=#x25#=ds=, #r1#"},{47371,"=q4=#x25#=ds=, #r1#"},}, }, }, { 0,"","","" }, @@ -3403,53 +3091,45 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21616, "INV_Weapon_Bow_14", "=q4=Huhuran's Stinger", "=ds=#w2#", "17%" }, { 0,"","","" }, { 0,"","","" }, - { 20928, "INV_Qiraj_BindingsCommand", "=q4=Qiraji Bindings of Command", "=q17=#c9#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21330,"=q4=#x29#=ds=, #r1#"}, - {21367,"=q4=#x29#=ds=, #r1#"}, - {21361,"=q4=#x29#=ds=, #r1#"}, - {21350,"=q4=#x29#=ds=, #r1#"}, - {47215,"=q4=#x29#=ds=, #r1#"}, - },{ - {21333,"=q4=#x29#=ds=, #r1#"}, - {21365,"=q4=#x29#=ds=, #r1#"}, - {21359,"=q4=#x29#=ds=, #r1#"}, - {21349,"=q4=#x29#=ds=, #r1#"}, - {47218,"=q4=#x29#=ds=, #r1#"}, - }, - }, + { 20928, "INV_Qiraj_BindingsCommand", "=q4=Qiraji Bindings of Command", "=q17=#c9#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q9=#c5#", "100%", "", "", "", "", "", "", "", "", "", "",{{ + {21330,"=q4=#x29#=ds=, #r1#"}, + {21367,"=q4=#x29#=ds=, #r1#"}, + {21361,"=q4=#x29#=ds=, #r1#"}, + {21350,"=q4=#x29#=ds=, #r1#"}, + {47215,"=q4=#x29#=ds=, #r1#"},}, + {{21333,"=q4=#x29#=ds=, #r1#"}, + {21365,"=q4=#x29#=ds=, #r1#"}, + {21359,"=q4=#x29#=ds=, #r1#"}, + {21349,"=q4=#x29#=ds=, #r1#"}, + {47218,"=q4=#x29#=ds=, #r1#"},},}, }, { 20932, "INV_Qiraj_BindingsDominance", "=q4=Qiraji Bindings of Dominance", "=q16=#c4#=ds=, =q15=#c7#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21391,"=q4=#x25#=ds=, #r1#"}, - {47033,"=q4=#x25#=ds=, #r1#"}, - {47038,"=q4=#x25#=ds=, #r1#"}, - {21376,"=q4=#x25#=ds=, #r1#"}, - {47153,"=q4=#x25#=ds=, #r1#"}, - {47158,"=q4=#x25#=ds=, #r1#"} - },{ - {21345,"=q4=#x25#=ds=, #r1#"}, - {47095,"=q4=#x25#=ds=, #r1#"}, - {21335,"=q4=#x25#=ds=, #r1#"}, - {47293,"=q4=#x25#=ds=, #r1#"}, - {21354,"=q4=#x25#=ds=, #r1#"}, - {47363,"=q4=#x25#=ds=, #r1#"}, - {47368,"=q4=#x25#=ds=, #r1#"}, - },{ - {21388,"=q4=#x25#=ds=, #r1#"}, - {47036,"=q4=#x25#=ds=, #r1#"}, - {47041,"=q4=#x25#=ds=, #r1#"}, - {21373,"=q4=#x25#=ds=, #r1#"}, - {47156,"=q4=#x25#=ds=, #r1#"}, - {47161,"=q4=#x25#=ds=, #r1#"} - },{ - {21344,"=q4=#x25#=ds=, #r1#"}, - {47098,"=q4=#x25#=ds=, #r1#"}, - {21338,"=q4=#x25#=ds=, #r1#"}, - {47296,"=q4=#x25#=ds=, #r1#"}, - {21355,"=q4=#x25#=ds=, #r1#"}, - {47366,"=q4=#x25#=ds=, #r1#"}, - {47371,"=q4=#x25#=ds=, #r1#"}, - }, - }, + {21391,"=q4=#x25#=ds=, #r1#"}, + {47033,"=q4=#x25#=ds=, #r1#"}, + {47038,"=q4=#x25#=ds=, #r1#"}, + {21376,"=q4=#x25#=ds=, #r1#"}, + {47153,"=q4=#x25#=ds=, #r1#"}, + {47158,"=q4=#x25#=ds=, #r1#"}}, + {{21345,"=q4=#x25#=ds=, #r1#"}, + {47095,"=q4=#x25#=ds=, #r1#"}, + {21335,"=q4=#x25#=ds=, #r1#"}, + {47293,"=q4=#x25#=ds=, #r1#"}, + {21354,"=q4=#x25#=ds=, #r1#"}, + {47363,"=q4=#x25#=ds=, #r1#"}, + {47368,"=q4=#x25#=ds=, #r1#"},}, + {{21388,"=q4=#x25#=ds=, #r1#"}, + {47036,"=q4=#x25#=ds=, #r1#"}, + {47041,"=q4=#x25#=ds=, #r1#"}, + {21373,"=q4=#x25#=ds=, #r1#"}, + {47156,"=q4=#x25#=ds=, #r1#"}, + {47161,"=q4=#x25#=ds=, #r1#"}}, + {{21344,"=q4=#x25#=ds=, #r1#"}, + {47098,"=q4=#x25#=ds=, #r1#"}, + {21338,"=q4=#x25#=ds=, #r1#"}, + {47296,"=q4=#x25#=ds=, #r1#"}, + {21355,"=q4=#x25#=ds=, #r1#"}, + {47366,"=q4=#x25#=ds=, #r1#"}, + {47371,"=q4=#x25#=ds=, #r1#"},},}, }, { 0,"","","" }, { 0,"","","" }, @@ -3468,22 +3148,19 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21269, "INV_Shield_23", "=q4=Blessed Qiraji Bulwark", "=q1=#m4# =ds=#w8#" }, }; AQ40Emperors = { - { 0, "INV_Box_01", "=q6=Emperor Vek'lor", "" }, + { 0, "INV_Box_01", "=q6="..AL["Emperor Vek'lor"], "" }, { 20930, "INV_Bracer_18", "=q4=Vek'lor's Diadem", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#=ds=, =q13=#c1#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21387,"=ds=#s1#, #a4#"}, - {47032,"=ds=#s1#, #a4#"}, - {47037,"=ds=#s1#, #a4#"}, - {21366,"=ds=#s1#, #a4#"}, - {21360,"=ds=#s1#, #a4#"} - },{ - {21372,"=ds=#s1#, #a4#"}, - {47152,"=ds=#s1#, #a4#"}, - {47157,"=ds=#s1#, #a4#"}, - {21353,"=ds=#s1#, #a4#"}, - {47362,"=ds=#s1#, #a4#"}, - {47367,"=ds=#s1#, #a4#"}, - }, - }, + {21387,"=ds=#s1#, #a4#"}, + {47032,"=ds=#s1#, #a4#"}, + {47037,"=ds=#s1#, #a4#"}, + {21366,"=ds=#s1#, #a4#"}, + {21360,"=ds=#s1#, #a4#"}}, + {{21372,"=ds=#s1#, #a4#"}, + {47152,"=ds=#s1#, #a4#"}, + {47157,"=ds=#s1#, #a4#"}, + {21353,"=ds=#s1#, #a4#"}, + {47362,"=ds=#s1#, #a4#"}, + {47367,"=ds=#s1#, #a4#"},},}, }, { 21602, "INV_Bracer_13", "=q4=Qiraji Execution Bracers", "=ds=#s8#, #a2#", "17%" }, { 21599, "INV_Gauntlets_28", "=q4=Vek'lor's Gloves of Devastation", "=ds=#s9#, #a3#", "17%" }, @@ -3498,18 +3175,15 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21244, "INV_Weapon_Shortblade_35", "=q4=Blessed Qiraji Pugio", "=q1=#m4# =ds=#h1#, #w4#" }, { 21272, "INV_Weapon_Rifle_11", "=q4=Blessed Qiraji Musket", "=q1=#m4# =ds=#w5#" }, { 21269, "INV_Shield_23", "=q4=Blessed Qiraji Bulwark", "=q1=#m4# =ds=#w8#" }, - { 0, "INV_Box_01", "=q6=Emperor Vek'nilash", "" }, + { 0, "INV_Box_01", "=q6="..AL["Emperor Vek'nilash"], "" }, { 20926, "INV_Bracer_18", "=q4=Vek'nilash's Circlet", "=q17=#c9#=ds=, =q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21329,"=q4=#x26#=ds=, #r2#"}, - {21348,"=q4=#x26#=ds=, #r2#"}, - {47214,"=q4=#x26#=ds=, #r2#"}, - {21347,"=q4=#x26#=ds=, #r2#"}, - {47094,"=q4=#x26#=ds=, #r2#"} - },{ - {21337,"=q4=#x26#=ds=, #r2#"}, - {47292,"=q4=#x26#=ds=, #r2#"}, - }, - }, + {21329,"=q4=#x26#=ds=, #r2#"}, + {21348,"=q4=#x26#=ds=, #r2#"}, + {47214,"=q4=#x26#=ds=, #r2#"}, + {21347,"=q4=#x26#=ds=, #r2#"}, + {47094,"=q4=#x26#=ds=, #r2#"}}, + {{21337,"=q4=#x26#=ds=, #r2#"}, + {47292,"=q4=#x26#=ds=, #r2#"},},}, }, { 21608, "INV_Jewelry_Necklace_AhnQiraj_01", "=q4=Amulet of Vek'nilash", "=ds=#s2#", "14%" }, { 21604, "INV_Bracer_13", "=q4=Bracelets of Royal Redemption", "=ds=#s8#, #a1#", "14%" }, @@ -3553,32 +3227,26 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21269, "INV_Shield_23", "=q4=Blessed Qiraji Bulwark", "=q1=#m4# =ds=#w8#" }, { 0,"","","" }, { 20927, "INV_Qiraj_OuroHide", "=q4=Ouro's Intact Hide", "=q17=#c9#=ds=, =q12=#c6#=ds=, =q9=#c5#=ds=, =q10=#c3#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21332,"=q4=#x27#=ds=, #r2#"}, - {21362,"=q4=#x27#=ds=, #r2#"}, - {21352,"=q4=#x27#=ds=, #r2#"}, - {47217,"=q4=#x27#=ds=, #r2#"}, - {21346,"=q4=#x27#=ds=, #r2#"}, - {47097,"=q4=#x27#=ds=, #r2#"}, - }, - }, + {21332,"=q4=#x27#=ds=, #r2#"}, + {21362,"=q4=#x27#=ds=, #r2#"}, + {21352,"=q4=#x27#=ds=, #r2#"}, + {47217,"=q4=#x27#=ds=, #r2#"}, + {21346,"=q4=#x27#=ds=, #r2#"}, + {47097,"=q4=#x27#=ds=, #r2#"},},}, }, { 20931, "INV_Qiraj_SkinSandworm", "=q4=Skin of the Great Sandworm", "=q16=#c4#=ds=, =q14=#c2#=ds=, =q15=#c7#=ds=, =q11=#c8#=ds=, =q13=#c1#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21390,"=q4=#x31#=ds=, #r2#"}, - {47035,"=q4=#x31#=ds=, #r2#"}, - {47040,"=q4=#x31#=ds=, #r2#"}, - {21368,"=q4=#x31#=ds=, #r2#"} - },{ - {21375,"=q4=#x31#=ds=, #r2#"}, - {47155,"=q4=#x31#=ds=, #r2#"}, - {47160,"=q4=#x31#=ds=, #r2#"}, - {21336,"=q4=#x31#=ds=, #r2#"}, - {47295,"=q4=#x31#=ds=, #r2#"} - },{ - {21356,"=q4=#x31#=ds=, #r2#"}, - {47365,"=q4=#x31#=ds=, #r2#"}, - {47370,"=q4=#x31#=ds=, #r2#"}, - } - }, + {21390,"=q4=#x31#=ds=, #r2#"}, + {47035,"=q4=#x31#=ds=, #r2#"}, + {47040,"=q4=#x31#=ds=, #r2#"}, + {21368,"=q4=#x31#=ds=, #r2#"}}, + {{21375,"=q4=#x31#=ds=, #r2#"}, + {47155,"=q4=#x31#=ds=, #r2#"}, + {47160,"=q4=#x31#=ds=, #r2#"}, + {21336,"=q4=#x31#=ds=, #r2#"}, + {47295,"=q4=#x31#=ds=, #r2#"}}, + {{21356,"=q4=#x31#=ds=, #r2#"}, + {47365,"=q4=#x31#=ds=, #r2#"}, + {47370,"=q4=#x31#=ds=, #r2#"},},}, }, }; AQ40CThun = { @@ -3598,32 +3266,26 @@ AtlasLoot_Data["AtlasLootItems"] = { { 60003, "INV_WEAPON_HAND_07", "=q4=Remnants of an Old God", "=ds=#h3#, #w13#", "8%" }, { 41077, "INV_Helmet_Illidari_01", "=q4=Yshgo'lar, Cowl of Fanatical Devotion", "=ds=#s1#, #a1#", "8%" }, { 20929, "INV_Qiraj_CarapaceOldGod", "=q4=Carapace of the Old God", "=q17=#c9#=ds=, =q16=#c4#=ds=, =q14=#c2#=ds=, =q12=#c6#=ds=, =q15=#c7#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21331,"=q4=#x32#=ds=, #r3#"}, - {21370,"=q4=#x32#=ds=, #r3#"}, - {21364,"=q4=#x32#=ds=, #r3#"}, - {21389,"=q4=#x32#=ds=, #r3#"}, - {47034,"=q4=#x32#=ds=, #r3#"}, - {47039,"=q4=#x32#=ds=, #r3#"} - },{ - {21374,"=q4=#x32#=ds=, #r3#"}, - {47154,"=q4=#x32#=ds=, #r3#"}, - {47159,"=q4=#x32#=ds=, #r3#"}, - } - }, + {21331,"=q4=#x32#=ds=, #r3#"}, + {21370,"=q4=#x32#=ds=, #r3#"}, + {21364,"=q4=#x32#=ds=, #r3#"}, + {21389,"=q4=#x32#=ds=, #r3#"}, + {47034,"=q4=#x32#=ds=, #r3#"}, + {47039,"=q4=#x32#=ds=, #r3#"}}, + {{21374,"=q4=#x32#=ds=, #r3#"}, + {47154,"=q4=#x32#=ds=, #r3#"}, + {47159,"=q4=#x32#=ds=, #r3#"},}}, }, { 20933, "INV_Qiraj_HuskOldGod", "=q4=Husk of the Old God", "=q9=#c5#=ds=, =q10=#c3#=ds=, =q11=#c8#=ds=, =q13=#c1#", "100%", "", "", "", "", "", "", "", "", "", "",{{ - {21351,"=q4=#x28#=ds=, #r3#"}, - {47216,"=q4=#x28#=ds=, #r3#"}, - {21343,"=q4=#x28#=ds=, #r3#"}, - {47096,"=q4=#x28#=ds=, #r3#"}, - {21334,"=q4=#x28#=ds=, #r3#"}, - {47294,"=q4=#x28#=ds=, #r3#"} - },{ - {21357,"=q4=#x28#=ds=, #r3#"}, - {47364,"=q4=#x28#=ds=, #r3#"}, - {47369,"=q4=#x28#=ds=, #r3#"}, - } - }, + {21351,"=q4=#x28#=ds=, #r3#"}, + {47216,"=q4=#x28#=ds=, #r3#"}, + {21343,"=q4=#x28#=ds=, #r3#"}, + {47096,"=q4=#x28#=ds=, #r3#"}, + {21334,"=q4=#x28#=ds=, #r3#"}, + {47294,"=q4=#x28#=ds=, #r3#"}}, + {{21357,"=q4=#x28#=ds=, #r3#"}, + {47364,"=q4=#x28#=ds=, #r3#"}, + {47369,"=q4=#x28#=ds=, #r3#"},}}, }, { 0,"","","" }, { 21221, "Spell_Shadow_DetectInvisibility", "=q4=Eye of C'Thun", "=ds=#m2#", "100%" }, @@ -7877,7 +7539,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61278, "INV_Weapon_ShortBlade_25", "=q3=Vampiric Kris", "=ds=#h1#, #w4#", "14%" }, { 61816, "INV_Shield_21", "=q3=Araxxna's Husk", "=ds=#s14#", "14%" }, { 0, "", "", "" }, - { 0, "", "", "" }, + { 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" }, { 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" }, { 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" }, { 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" }, @@ -7909,7 +7571,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61298, "inv_gauntlets_21", "=q3=Overgrown Gloves", "=ds=#s9#, #a1#", "14%" }, { 61450, "INV_Misc_Key_09", "=q3=The Mind's Key", "=ds=#s14#", "14%" }, { 0, "", "", "" }, - { 0, "", "", "" }, + { 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" }, { 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" }, { 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" }, { 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" }, @@ -7941,7 +7603,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61263, "INV_Misc_MonsterFang_01", "=q3=Tooth of the Packlord", "=ds=#s14#", "14%" }, { 61451, "INV_Enchant_EssenceEternalSmall", "=q3=Sliver of Hope", "=ds=#s14#", "14%" }, { 0, "", "", "" }, - { 0, "", "", "" }, + { 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" }, { 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" }, { 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" }, { 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" }, @@ -7973,7 +7635,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61255, "INV_Knife_1H_Draenei_A_03", "=q3=Tuning Fork of Charged Lightning", "=ds=#h3#, #w4#", "14%" }, { 61286, "INV_Wand_01", "=q3=Bloodfang Effigy", "=ds=#w12#", "14%" }, { 0, "", "", "" }, - { 0, "", "", "" }, + { 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" }, { 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" }, { 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "0.9%" }, { 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" }, @@ -8003,9 +7665,9 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61454, "INV_Staff_Draenei_A_01", "=q4=Rod of Resuscitation", "=ds=#h2#, #w9#", "10%" }, { 61453, "inv_sword_draenei_05", "=q4=Anasterian's Legacy", "=ds=#h1#, #w10#", "10%" }, { 0, "", "", "" }, - { 0, "", "", "" }, { 61231, "INV_Misc_Key_09", "=q1=Key to the Upper Chambers", "=ds=#m3#", "100%" }, { 0, "", "", "" }, + { 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" }, { 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "1.2%" }, { 70001, "INV_Misc_Note_01", "=q3=Formula: Enchant Gloves - Arcane Power", "=ds=#p4# #m14#", "2%" }, { 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "1.2%" }, @@ -8032,6 +7694,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61177, "INV_Scroll_05", "=q3=Recipe: Potion of Quickness", "=ds=#p1# #m14#", "0.03%" }, { 61178, "INV_Scroll_05", "=q3=Plans: Thorium Spurs", "=ds=#p2# #m14#", "0.03%" }, { 61180, "INV_Misc_Note_01", "=q3=Formula: Enchant Cloak - Greater Arcane Resistance", "=ds=#p4# #m14#", "0.03%" }, + { 58401, "INV_Scroll_06", "=q3=Schematic: Giga-Charged Arcane Reflector", "=ds=#p5# #m18#" }, }; LKHEnchants = { { 92005, "Ability_Creature_Cursed_01", "=q3=Invocation of Shattering", "=ds=#s1#/#s11# #e11#" }, @@ -8437,4 +8100,166 @@ AtlasLoot_Data["AtlasLootItems"] = { { 55286, "INV_Jewelry_Ring_33", "=q4=Ring of Holy Light", "=ds=#s13#", "0.25%" }, { 55508, "INV_Jewelry_Necklace_27", "=q4=Brand of Karazhan", "=ds=#s13#", "0.25%" }, }; + DMRGowlfang = { + { 41571, "INV_Axe_03", "=q3=Snickerclaw", "", "20%" }, + { 41572, "INV_Jewelry_Necklace_22", "=q3=Gowlfang's Collar", "", "20%" }, + { 41573, "INV_Pants_06", "=q2=Mosshide Trousers", "", "20%" }, + { 41574, "INV_Gauntlets_24", "=q2=Gnoll Battle Gloves", "", "20%" }, + { 41575, "INV_Bracer_05", "=q2=Gnoll Hide Cuffs", "", "20%" }, + { 0, "", "", "" }, + { 41829, "Spell_Shadow_CorpseExplode", "=q1=Head of Gowlfang", "", "100%" }, + }; + DMRBroodmother = { + { 58039, "INV_Weapon_ShortBlade_01", "=q3=Fang of the Broodmother", "", "20%" }, + { 58043, "INV_Pants_01", "=q3=Cavern Silk Trousers", "", "20%" }, + { 58042, "INV_Gauntlets_19", "=q2=Venomtouched Gloves", "", "20%" }, + { 58041, "INV_Misc_Bone_03", "=q2=Fangmother Essence", "", "20%" }, + { 58040, "INV_Bracer_06", "=q2=Cavernweb Cuffs", "", "20%" }, + { 0, "", "", "" }, + { 41834, "INV_Misc_Organ_02", "=q1=Broodmother's Sac", "", "100%" }, + }; + DMRWebMaster = { + { 41566, "INV_Jewelry_Ring_22", "=q3=Webmaster's Ring", "", "20%" }, + { 41568, "INV_Belt_03", "=q3=Torkon's Belt", "", "20%" }, + { 41567, "INV_Boots_01", "=q2=Cavernrock Stompers", "", "20%" }, + { 41569, "INV_Misc_Cape_07", "=q2=Tattered Orcish Shawl", "", "20%" }, + { 41570, "INV_Misc_Orb_01", "=q2=Idol of Nethalakk", "", "20%" }, + }; + DMRGarlok = { + { 41578, "INV_Chest_Cloth_25", "=q3=Flamekeeper's Robe", "", "25%" }, + { 41579, "INV_Belt_02", "=q3=Sash of Flamebinding", "", "25%" }, + { 41580, "INV_Jewelry_Amulet_06", "=q3=Udor's Pendant", "", "25%" }, + { 41581, "INV_Sword_07", "=q3=The Bane of Althazz", "", "25%" }, + }; + DMRHalgan = { + { 58044, "INV_Staff_28", "=q3=Ceremonial Dwarven Staff", "", "25%" }, + { 58046, "INV_Shield_03", "=q3=Shield of Galoraz", "", "25%" }, + { 58047, "INV_Wand_12", "=q3=Grasp of Ancestors", "", "25%" }, + { 58045, "INV_Pants_04", "=q3=Ancient Legplates", "", "25%" }, + }; + DMRElderHollowblood = { + { 41721, "GenShield_1F", "=q3=Bulwark of the Old Horde", "", "25%" }, + { 41722, "INV_Bracer_08", "=q3=Rockspeaker Bracers", "", "25%" }, + { 41720, "INV_Pants_13", "=q3=Earthweaver Kilt", "", "25%" }, + { 41723, "INV_Hammer_08", "=q2=Cudgel of Binding", "", "25%" }, + }; + DMRSearistrasz = { + { 41561, "Spell_Fire_Fire", "=q3=Flame of Eternal Searing", "", "20%" }, + { 41562, "INV_Spear_08", "=q3=Flamescale Pike", "", "20%" }, + { 41563, "INV_Boots_02", "=q3=Flamelash Boots", "", "20%" }, + { 41564, "GenSword1H_4", "=q3=Emberclaw", "", "20%" }, + { 41565, "INV_Chest_Cloth_16", "=q3=Cloak of Draconic Madness", "", "20%" }, + }; + DMRZuluhed = { + { 58099, "INV_misc_bone_taurenskull_01", "=q3=Dragonmaw Helmet", "", "20%" }, + { 41846, "INV_Pants_07", "=q3=Cindermaw Leggings", "", "20%" }, + { 41847, "INV_Wand_06", "=q3=Chieftain's Baton", "", "20%" }, + { 41845, "INV_Weapon_Halberd_05", "=q3=Algo'rath the Unbinder", "", "20%" }, + { 41848, "INV_Jewelry_Ring_20", "=q3=Dragontrance Ring", "", "20%" }, + { 0, "", "", "" }, + { 41895, "INV_Enchant_ShardBrilliantLarge", "=q4=Shard of the Demon Soul", "", "1.5%" }, + { 0, "", "", "" }, + { 69, "INV_Scroll_03", "=q3=Pattern: Dragonmaw Armor Kit", "", "4.5%" }, + { 71, "INV_Scroll_06", "=q2=Plans: Gold Belt Buckle", "", "4.5%" }, + { 0, "", "", "" }, + { 41981, "INV_Letter_15", "=q1=Letter from Korlag Doomsong", "", "100%" }, + { 41711, "INV_Letter_15", "=q1=Letter from Korlag Doomsong", "", "100%" }, + }; + SWROronok = { + { 58135, "INV_Weapon_ShortBlade_15", "=q3=Dagger of Whispered Madness", "", "25%" }, + { 58137, "INV_Staff_17", "=q3=Netherbranch", "", "25%" }, + { 58136, "INV_Chest_Cloth_14", "=q3=Shadeweave Drape", "", "25%" }, + { 58177, "INV_Chest_Cloth_38", "=q3=Stormreaver Robe", "", "25%" }, + { 0, "", "", "" }, + { 41797, "INV_Jewelry_Necklace_07", "=q1=The Pendant of Uth'okk", "", "100%" }, + }, + SWRDagar = { + { 58133, "INV_Bracer_12", "=q3=Handmaiden's Bracelet", "", "25%" }, + { 58176, "INV_Misc_Cape_04", "=q2=Stormreaver Hood", "", "25%" }, + { 58132, "INV_Belt_06", "=q2=Gluttonous Buckle", "", "25%" }, + { 58130, "INV_Axe_04", "=q2=Maneater Cleaver", "", "25%" }, + }, + SWRDukeBalor = { + { 58143, "INV_Shield_04", "=q3=Kelpie's Legacy", "", "25%" }, + { 58144, "INV_Pants_06", "=q3=Vander Legguards", "", "25%" }, + { 58145, "INV_Misc_Book_07", "=q3=Light's Sermon", "", "25%" }, + { 58142, "INV_Chest_Cloth_04", "=q3=Robes of the Dukedom", "", "25%" }, + { 0, "", "", "" }, + { 41921, "INV_Crown_02", "=q1=Crown of Balor", "", "100%" }, + { 41857, "INV_Jewelry_Ring_43", "=q1=Balor Sigil Ring", "", "100%" }, + { 41937, "INV_Jewelry_Ring_43", "=q1=Balor Sigil Ring", "", "100%" }, + }, + SWRLibrarian = { + { 58139, "INV_Misc_Book_13", "=q3=Libram of Virtue", "", "25%" }, + { 58138, "INV_Misc_Book_09", "=q2=Librarian's Encyclopedia", "", "25%" }, + { 58141, "INV_Boots_03", "=q2=Boots of Silence", "", "25%" }, + { 58140, "INV_Helmet_44", "=q2=Broken Goldrimmed Monocle", "", "25%" }, + { 0, "", "", "" }, + { 41940, "INV_Misc_Book_07", "=q1=Compendium of Successful Trade", "", "100%" }, + }, + SWRChieftain = { + { 58146, "INV_QirajIdol_Life", "=q3=Totem of Tides", "", "25%" }, + { 58147, "INV_Shoulder_14", "=q3=Stormreaver Mantle", "", "25%" }, + { 58148, "INV_Boots_01", "=q3=Treads of the Unknown", "", "25%" }, + { 58149, "INV_Jewelry_Ring_39", "=q3=Band of Subservience", "", "25%" }, + { 0, "", "", "" }, + { 75, "INV_Scroll_03", "=q3=Pattern: Stormreaver Gloves", "", "6%" }, + }, + SWRDeathlord = { + { 58150, "INV_Sword_36", "=q3=Deathedge Sabre", "", "25%" }, + { 58151, "INV_Misc_PocketWatch_02", "=q3=Salt-encrusted Compass", "", "25%" }, + { 58152, "INV_Misc_Cape_07", "=q3=Cloak of Black Fortitude", "", "25%" }, + { 58153, "INV_Jewelry_Ring_31", "=q3=Shattered Soul Ring", "", "25%" }, + { 0, "", "", "" }, + { 24, "INV_Misc_Note_01", "=q3=Formula: Enchant Bracer - Agility", "", "6%" }, + { 70, "INV_Scroll_06", "=q2=Plans: Steel Belt Buckle", "", "6%" }, + }, + SWRSubjugator = { + { 58183, "INV_Staff_25", "=q3=Rod of Subjugation", "", "25%" }, + { 58186, "INV_Crown_01", "=q3=Crown of Oppression", "", "25%" }, + { 58185, "Ability_Creature_Poison_04", "=q3=Leechmist Vine", "", "25%" }, + { 58184, "INV_Belt_35", "=q3=Obedient Shackles", "", "25%" }, + { 0, "", "", "" }, + { 83, "INV_Scroll_05", "=q3=Recipe: Elixir of Rapid Growth", "", "6%" }, + }, + SWRMycellakos = { + { 58182, "INV_Generic_Anchor", "=q3=Rusted Anchor", "", "25%" }, + { 58181, "INV_Jewelry_Necklace_03", "=q3=Fungal Threads", "", "25%" }, + { 58180, "INV_Misc_Gem_Pearl_06", "=q3=Core of Mycellakos", "", "25%" }, + { 58179, "INV_Gauntlets_07", "=q3=Idol of Propagation", "", "25%" }, + { 0, "", "", "" }, + { 41926, "INV_Misc_Herb_07", "=q1=Heart of Mycellakos", "", "100%" }, + }, + SWREldermaw = { + { 58187, "INV_Shoulder_12", "=q3=Primordial Pauldrons", "", "25%" }, + { 58190, "INV_Misc_Cape_20", "=q3=Razorskin Cape", "", "25%" }, + { 58189, "inv_pants_mail_11", "=q3=Pants of Forgotten Ages", "", "25%" }, + { 58188, "INV_Sword_19", "=q3=Jaw of the Ancient", "", "25%" }, + }, + SWRLadyDrazare = { + { 58193, "GenBow_twow3F", "=q3=Demon Hair Bow", "", "25%" }, + { 58192, "INV_Chest_Leather_03", "=q3=Vest of Dark Desires", "", "25%" }, + { 58194, "INV_Axe_11", "=q3=Nethershard Sickle", "", "25%" }, + { 58191, "INV_Misc_Root_02", "=q3=Whip of Shared Secrets", "", "25%" }, + { 0, "", "", "" }, + { 41942, "INV_Enchant_EssenceMagicSmall", "=q1=Arthur's Soul Fragment", "", "100%" }, + }, + SWRRemains = { + { 58195, "INV_Jewelry_Ring_03", "=q3=Tiny Bracelet", "", "25%" }, + { 58196, "INV_Misc_Book_01", "=q3=Bloodied Almanac", "", "25%" }, + { 58197, "INV_Pants_03", "=q3=Northwind Guard Breaches", "", "25%" }, + { 58198, "INV_Sword_36", "=q3=Dissolved Hookblade", "", "25%" }, + { 0, "", "", "" }, + { 41938, "INV_Sword_45", "=q1=Etched Toy Sword", "", "100%" }, + }, + SWRMergothid = { + { 58203, "INV_Chest_Plate16", "=q3=Chainmail of Writhing Miasma", "", "20%" }, + { 58200, "INV_Helmet_19", "=q3=Eyes of the Beholder", "", "20%" }, + { 58204, "INV_Boots_08", "=q3=Treads of Forgotten Empathy", "", "20%" }, + { 58202, "INV_Misc_Gem_Amethyst_02", "=q3=Twisted Demon Crystal", "", "20%" }, + { 58201, "INV_Misc_Cape_22", "=q3=Mantle of the Disciple", "", "20%" }, + { 0, "", "", "" }, + { 0, "INV_Box_01", "=q6="..AL["Ighal'for"], ""}, + { 41939, "INV_Jewelry_Necklace_05", "=q1=Broken Bloodstone Pendant", "", "100%" }, + }, }; diff --git a/Locale/locale.en.lua b/Locale/locale.en.lua index fb397e3..fec1a78 100644 --- a/Locale/locale.en.lua +++ b/Locale/locale.en.lua @@ -199,6 +199,7 @@ AL:RegisterTranslations("enUS", function() return { ["Bags"] = true, ["Balcony Minibosses"] = true, ["Balnazzar"] = true, + ["Balor"] = true, ["Balzaphon"] = true, ["Bandage"] = true, ["Banner"] = true, @@ -214,6 +215,8 @@ AL:RegisterTranslations("enUS", function() return { ["Baron Silverlaine"] = true, ["Baroness Anastari"] = true, ["Barrens"] = true, + ["Basalthar"] = true, + ["Basalthar & Smoldaris"] = true, ["Bash'ir Landing Stasis Chambers"] = true, ["Battlecast Garb"] = true, ["Battlegear of Eternal Justice"] = true, @@ -302,6 +305,7 @@ AL:RegisterTranslations("enUS", function() return { ["Carefully Wrapped Present"] = true, ["Caverns of Time"] = true, ["Caverns of Time: Black Morass"] = true, + ["Cavernweb Broodmother"] = true, ["Celebras the Cursed"] = true, ["Cenarion Circle"] = true, ["Cenarion Raiment"] = true, @@ -321,6 +325,7 @@ AL:RegisterTranslations("enUS", function() return { ["Chest"] = true, ["Chest of The Seven"] = true, ["Chief Ukorz Sandscalp"] = true, + ["Chieftain Stormsong"] = true, ["Children's Week"] = true, ["Cho'Rush the Observer"] = true, ["Choose Table ..."] = true, @@ -381,6 +386,7 @@ AL:RegisterTranslations("enUS", function() return { ["D2 Summonable"] = true, ["DKP"] = true, ["Tribute Chest"] = true, + ["Dagar the Glutton"] = true, ["Dagger"] = true, ["Daggers"] = true, ["Dal'Rend's Arms"] = true, @@ -405,6 +411,7 @@ AL:RegisterTranslations("enUS", function() return { ["Death Talon Wyrmguard"] = true, ["Deathbone Guardian"] = true, ["Deathdealer's Embrace"] = true, + ["Deathlord Tidebane"] = true, ["Deathmist Raiment"] = true, ["Deathsworn Captain"] = true, ["Default Settings"] = true, @@ -437,6 +444,7 @@ AL:RegisterTranslations("enUS", function() return { ["Doomforge Arcanasmith"] = true, ["Doomforge Craftsman"] = true, ["Doomwalker"] = true, + ["Dragonmaw Retreat"] = true, ["Dragonscale"] = true, ["Dragonscale Leatherworking"] = true, ["Dragonstalker Armor"] = true, @@ -450,6 +458,7 @@ AL:RegisterTranslations("enUS", function() return { ["Drop Rate: "] = true, ["Druid"] = true, ["Druid of the Fang"] = true, + ["Duke Balor the IV"] = true, ["Duke Dreadmoore"] = true, ["Dukes"] = true, ["Dun Morogh"] = true, @@ -477,6 +486,8 @@ AL:RegisterTranslations("enUS", function() return { ["Ebonroc"] = true, ["Echo of Medivh"] = true, ["Edwin VanCleef"] = true, + ["Elder Hollowblood"] = true, + ["Eldermaw the Primordial"] = true, ["Electrocutioner 6000"] = true, ["Elemental"] = true, ["Elemental Invasion"] = true, @@ -592,6 +603,7 @@ AL:RegisterTranslations("enUS", function() return { ["Garb of the Undead Slayer"] = true, ["Gardening"] = true, ["Gargantuan Abyssal"] = true, + ["Garlok Flamekeeper"] = true, ["Garments of the Oracle"] = true, ["Garr"] = true, ["Garrett Family Chest"] = true, @@ -639,6 +651,7 @@ AL:RegisterTranslations("enUS", function() return { ["Gorosh the Dervish"] = true, ["Gothik"] = true, ["Gothik the Harvester"] = true, + ["Gowlfang"] = true, ["Grand Widow Faerlina"] = true, ["Graypaw Alpha"] = true, ["Greater Scarab Coffer"] = true, @@ -664,6 +677,7 @@ AL:RegisterTranslations("enUS", function() return { ["Gyth"] = true, ["Hakkar"] = true, ["Half-Buried Treasure Chest"] = true, + ["Halgan Redbrand"] = true, ["Hallow's End"] = true, ["Halycon"] = true, ["Hamhock"] = true, @@ -733,12 +747,14 @@ AL:RegisterTranslations("enUS", function() return { ["Idol"] = true, ["If checked, AtlasLoot searches item names for a partial match."] = true, ["If checked, AtlasLoot will load and search across all the modules."] = true, + ["Ighal'for"] = true, ["Illusionist's Attire"] = true, ["Illyanna Ravenoak"] = true, ["Imbued Netherweave"] = true, ["Immol'thar"] = true, ["Imperial Plate"] = true, ["Implements of Unspoken Names"] = true, + ["Incindis"] = true, ["Incompatible Atlas version detected, there may be errors, so please visit https://github.com/Otari98/Atlas as soon as possible to update."] = true, ["Infinite Chromie"] = true, ["Instructor Malicia"] = true, @@ -797,6 +813,7 @@ AL:RegisterTranslations("enUS", function() return { ["LBRS"] = true, ["LKH Enchants"] = true, ["Lady Anacondra"] = true, + ["Lady Drazare"] = true, ["Lady Falther'ess"] = true, ["Lady Illucia Barov"] = true, ["Lady Sarevess"] = true, @@ -831,6 +848,7 @@ AL:RegisterTranslations("enUS", function() return { ["Level:"] = true, ["Ley-Watcher Incantagos"] = true, ["Libram"] = true, + ["Librarian Theodorus"] = true, ["Lieutenant Commander's Arcanum"] = true, ["Lieutenant Commander's Battlearmor"] = true, ["Lieutenant Commander's Dreadgear"] = true, @@ -924,6 +942,7 @@ AL:RegisterTranslations("enUS", function() return { ["Matthias Holtz"] = true, ["Mekgineer Thermaplugg"] = true, ["Mephistroth"] = true, + ["Mergothid"] = true, ["Meshlok the Harvester"] = true, ["Midsummer Fire Festival"] = true, ["Mijan"] = true, @@ -951,6 +970,7 @@ AL:RegisterTranslations("enUS", function() return { ["Muddy Churning Waters"] = true, ["Murk Worm"] = true, ["Mutanus the Devourer"] = true, + ["Mycellakos"] = true, ["Myrmidon"] = true, ["Nagrand"] = true, ["Namdo Bizzfizzle"] = true, @@ -998,6 +1018,7 @@ AL:RegisterTranslations("enUS", function() return { ["Onyxia's Lair"] = true, ["Options"] = true, ["Orgrimmar"] = true, + ["Oronok Torn-Heart"] = true, ["Ossirian the Unscarred"] = true, ["Ostarius"] = true, ["Other"] = true, @@ -1140,6 +1161,7 @@ AL:RegisterTranslations("enUS", function() return { ["Reinforced Fel Iron Chest"] = true, ["Relic"] = true, ["Reliquary of Souls"] = true, + ["Remains of the Innocent"] = true, ["Renataki"] = true, ["Reputation"] = true, ["Reputation Factions"] = true, @@ -1201,6 +1223,7 @@ AL:RegisterTranslations("enUS", function() return { ["Search on"] = true, ["Search options"] = true, ["Searing Gorge"] = true, + ["Searistrasz"] = true, ["Select Loot Table"] = true, ["Select Sub-Table"] = true, ["Sergeant Bly"] = true, @@ -1266,6 +1289,7 @@ AL:RegisterTranslations("enUS", function() return { ["Smelting"] = true, ["Smokywood Pastures Extra-Special Gift"] = true, ["Smokywood Pastures Vendor"] = true, + ["Smoldaris"] = true, ["Sneed"] = true, ["Sneed's Shredder"] = true, ["Solakar Flamewreath"] = true, @@ -1273,6 +1297,7 @@ AL:RegisterTranslations("enUS", function() return { ["Solnius the Awakener (Page 2)"] = true, ["Solus the Eternal"] = true, ["Sorcerer's Regalia"] = true, + ["Sorcerer-Thane Thaurissan"] = true, ["Sothos"] = true, ["Sothos and Jarien"] = true, ["Soulcloth Embrace"] = true, @@ -1305,6 +1330,7 @@ AL:RegisterTranslations("enUS", function() return { ["Stormshroud Armor"] = true, ["Stormwind"] = true, ["Stormwind Vault"] = true, + ["Stormwrought Ruins"] = true, ["Stranglethorn Fishing Extravaganza"] = true, ["Stranglethorn Vale"] = true, ["Strat"] = true, @@ -1312,6 +1338,7 @@ AL:RegisterTranslations("enUS", function() return { ["Stratholme Courier"] = true, ["Strength of the Clefthoof"] = true, ["Striker's Garb"] = true, + ["Subjugator Halthas Shadecrest"] = true, ["Sulfuron Harbinger"] = true, ["Summon"] = true, ["Summoner's Tomb"] = true, @@ -1481,6 +1508,8 @@ AL:RegisterTranslations("enUS", function() return { ["Various Locations"] = true, ["Vazruden the Herald"] = true, ["Vectus"] = true, + ["Emperor Vek'lor"] = true, + ["Emperor Vek'nilash"] = true, ["Vek'lor's Diadem"] = true, ["Vek'nilash's Circlet"] = true, ["Vem"] = true, @@ -1538,11 +1567,13 @@ AL:RegisterTranslations("enUS", function() return { ["Weapons"] = true, ["Weaponsmith"] = true, ["Weaver"] = true, + ["Web Master Torkon"] = true, ["Welcome to Atlasloot Enhanced. Please take a moment to set your preferences for tooltips and links in the chat window.\n\n This options screen can be reached again at any later time by typing '/atlasloot'."] = true, ["Welcome to Atlasloot Enhanced. Please take a moment to set your preferences."] = true, ["West"] = true, ["Western Plaguelands"] = true, ["Westfall"] = true, + ["Wetlands"] = true, ["Whitemend Wisdom"] = true, ["Widow of the Woods"] = true, ["Wild Draenish Armor"] = true, @@ -1587,12 +1618,14 @@ AL:RegisterTranslations("enUS", function() return { ["Zul'Gurub Rings"] = true, ["Zul'Gurub Sets"] = true, ["Zul'Lor"] = true, + ["Zuluhed the Whacked"] = true, ["[13-18] Ragefire Chasm"] = WHITE.."[13-18]"..DEFAULT.." Ragefire Chasm", ["[17-24] The Deadmines"] = WHITE.."[17-24]"..DEFAULT.." The Deadmines", ["[17-24] Wailing Caverns"] = WHITE.."[17-24]"..DEFAULT.." Wailing Caverns", ["[22-30] Shadowfang Keep"] = WHITE.."[22-30]"..DEFAULT.." Shadowfang Keep", ["[22-30] The Stockade"] = WHITE.."[22-30]"..DEFAULT.." The Stockade", ["[23-32] Blackfathom Deeps"] = WHITE.."[23-32]"..DEFAULT.." Blackfathom Deeps", + ["[26-35] Dragonmaw Retreat"] = WHITE.."[26-35]"..DEFAULT.." Dragonmaw Retreat", ["[27-36] Scarlet Monastery (Graveyard)"] = WHITE.."[27-36]"..DEFAULT.." Scarlet Monastery (Graveyard)", ["[27-45] Scarlet Monastery"] = WHITE.."[27-45]"..DEFAULT.." Scarlet Monastery", ["[28-39] Scarlet Monastery (Library)"] = WHITE.."[28-39]"..DEFAULT.." Scarlet Monastery (Library)", @@ -1600,6 +1633,7 @@ AL:RegisterTranslations("enUS", function() return { ["[29-38] Razorfen Kraul"] = WHITE.."[29-38]"..DEFAULT.." Razorfen Kraul", ["[32-38] The Crescent Grove"] = WHITE.."[32-38]"..DEFAULT.." The Crescent Grove", ["[32-41] Scarlet Monastery (Armory)"] = WHITE.."[32-41]"..DEFAULT.." Scarlet Monastery (Armory)", + ["[32-44] Stormwrought Ruins"] = WHITE.."[32-44]"..DEFAULT.." Stormwrought Ruins", ["[35-45] Scarlet Monastery (Cathedral)"] = WHITE.."[35-45]"..DEFAULT.." Scarlet Monastery (Cathedral)", ["[36-46] Razorfen Downs"] = WHITE.."[36-46]"..DEFAULT.." Razorfen Downs", ["[40-51] Uldaman"] = WHITE.."[40-51]"..DEFAULT.." Uldaman", diff --git a/TableRegister/loottables.en.lua b/TableRegister/loottables.en.lua index f52a8c3..2a4786a 100644 --- a/TableRegister/loottables.en.lua +++ b/TableRegister/loottables.en.lua @@ -184,6 +184,7 @@ AtlasLoot_TableNames = { ["MaraPrincessTheradras"] = { AL["Maraudon"].." - "..AL["Princess Theradras"], "AtlasLootItems" }, ["MaraTrash"] = { AL["Maraudon"].." - "..AL["Trash Mobs"], "AtlasLootItems" }, --Molten Core + ["MCIncindis"] = { AL["Molten Core"].." - "..AL["Incindis"], "AtlasLootItems" }, ["MCLucifron"] = { AL["Molten Core"].." - "..AL["Lucifron"], "AtlasLootItems" }, ["MCMagmadar"] = { AL["Molten Core"].." - "..AL["Magmadar"], "AtlasLootItems" }, ["MCGehennas"] = { AL["Molten Core"].." - "..AL["Gehennas"], "AtlasLootItems" }, @@ -191,6 +192,8 @@ AtlasLoot_TableNames = { ["MCShazzrah"] = { AL["Molten Core"].." - "..AL["Shazzrah"], "AtlasLootItems" }, ["MCGeddon"] = { AL["Molten Core"].." - "..AL["Baron Geddon"], "AtlasLootItems" }, ["MCGolemagg"] = { AL["Molten Core"].." - "..AL["Golemagg the Incinerator"], "AtlasLootItems" }, + ["MCTwins"] = { AL["Molten Core"].." - "..AL["Basalthar & Smoldaris"],"AtlasLootItems" }, + ["MCThaurissan"] = { AL["Molten Core"].." - "..AL["Sorcerer-Thane Thaurissan"], "AtlasLootItems" }, ["MCSulfuron"] = { AL["Molten Core"].." - "..AL["Sulfuron Harbinger"], "AtlasLootItems" }, ["MCMajordomo"] = { AL["Molten Core"].." - "..AL["Majordomo Executus"], "AtlasLootItems" }, ["MCRagnaros"] = { AL["Molten Core"].." - "..AL["Ragnaros"], "AtlasLootItems" }, @@ -524,6 +527,28 @@ AtlasLoot_TableNames = { ["UKHRupturan"] = { AL["Upper Karazhan Halls"].." - "..AL["Rupturan the Broken"], "AtlasLootItems" }, ["UKHMephistroth"] = { AL["Upper Karazhan Halls"].." - "..AL["Mephistroth"], "AtlasLootItems" }, ["UKHTrash"] = { AL["Upper Karazhan Halls"].." - "..AL["Trash Mobs"], "AtlasLootItems" }, + -- Dragonmaw Retreat + ["DMRGowlfang"] = { AL["Dragonmaw Retreat"].." - "..AL["Gowlfang"], "AtlasLootItems"}, + ["DMRBroodmother"] = { AL["Dragonmaw Retreat"].." - "..AL["Cavernweb Broodmother"], "AtlasLootItems"}, + ["DMRWebMaster"] = { AL["Dragonmaw Retreat"].." - "..AL["Web Master Torkon"], "AtlasLootItems"}, + ["DMRGarlok"] = { AL["Dragonmaw Retreat"].." - "..AL["Garlok Flamekeeper"], "AtlasLootItems"}, + ["DMRHalgan"] = { AL["Dragonmaw Retreat"].." - "..AL["Halgan Redbrand"], "AtlasLootItems"}, + ["DMRElderHollowblood"] = { AL["Dragonmaw Retreat"].." - "..AL["Elder Hollowblood"], "AtlasLootItems"}, + ["DMRSearistrasz"] = { AL["Dragonmaw Retreat"].." - "..AL["Searistrasz"], "AtlasLootItems"}, + ["DMRZuluhed"] = { AL["Dragonmaw Retreat"].." - "..AL["Zuluhed the Whacked"], "AtlasLootItems"}, + -- Stormwrought Ruins + ["SWROronok"] = { AL["Stormwrought Ruins"].." - "..AL["Oronok Torn-Heart"], "AtlasLootItems"}, + ["SWRDagar"] = { AL["Stormwrought Ruins"].." - "..AL["Dagar the Glutton"], "AtlasLootItems"}, + ["SWRDukeBalor"] = { AL["Stormwrought Ruins"].." - "..AL["Duke Balor the IV"], "AtlasLootItems"}, + ["SWRLibrarian"] = { AL["Stormwrought Ruins"].." - "..AL["Librarian Theodorus"], "AtlasLootItems"}, + ["SWRChieftain"] = { AL["Stormwrought Ruins"].." - "..AL["Chieftain Stormsong"], "AtlasLootItems"}, + ["SWRDeathlord"] = { AL["Stormwrought Ruins"].." - "..AL["Deathlord Tidebane"], "AtlasLootItems"}, + ["SWRSubjugator"] = { AL["Stormwrought Ruins"].." - "..AL["Subjugator Halthas Shadecrest"], "AtlasLootItems"}, + ["SWRMycellakos"] = { AL["Stormwrought Ruins"].." - "..AL["Mycellakos"], "AtlasLootItems"}, + ["SWREldermaw"] = { AL["Stormwrought Ruins"].." - "..AL["Eldermaw the Primordial"], "AtlasLootItems"}, + ["SWRLadyDrazare"] = { AL["Stormwrought Ruins"].." - "..AL["Lady Drazare"], "AtlasLootItems"}, + ["SWRMergothid"] = { AL["Stormwrought Ruins"].." - "..AL["Mergothid"], "AtlasLootItems"}, + ["SWRRemains"] = { AL["Stormwrought Ruins"].." - "..AL["Remains of the Innocent"], "AtlasLootItems"}, ------------ --- Sets --- ------------ @@ -1306,6 +1331,7 @@ AtlasLoot_TableNamesBoss = { ["MaraTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, }, ["Molten Core"] = { + ["MCIncindis"] = { AL["Incindis"], "AtlasLootItems" }, ["MCLucifron"] = { AL["Lucifron"], "AtlasLootItems" }, ["MCMagmadar"] = { AL["Magmadar"], "AtlasLootItems" }, ["MCGehennas"] = { AL["Gehennas"], "AtlasLootItems" }, @@ -1313,6 +1339,8 @@ AtlasLoot_TableNamesBoss = { ["MCShazzrah"] = { AL["Shazzrah"], "AtlasLootItems" }, ["MCGeddon"] = { AL["Baron Geddon"], "AtlasLootItems" }, ["MCGolemagg"] = { AL["Golemagg the Incinerator"], "AtlasLootItems" }, + ["MCTwins"] = { AL["Basalthar & Smoldaris"],"AtlasLootItems" }, + ["MCThaurissan"] = { AL["Sorcerer-Thane Thaurissan"], "AtlasLootItems" }, ["MCSulfuron"] = { AL["Sulfuron Harbinger"], "AtlasLootItems" }, ["MCMajordomo"] = { AL["Majordomo Executus"], "AtlasLootItems" }, ["MCRagnaros"] = { AL["Ragnaros"], "AtlasLootItems" }, @@ -1635,6 +1663,30 @@ AtlasLoot_TableNamesBoss = { ["UKHMephistroth"] = { AL["Mephistroth"], "AtlasLootItems" }, ["UKHTrash"] = { AL["Trash Mobs"], "AtlasLootItems" }, }, + ["Dragonmaw Retreat"] = { + ["DMRGowlfang"] = { AL["Gowlfang"], "AtlasLootItems"}, + ["DMRBroodmother"] = { AL["Cavernweb Broodmother"], "AtlasLootItems"}, + ["DMRWebMaster"] = { AL["Web Master Torkon"], "AtlasLootItems"}, + ["DMRGarlok"] = { AL["Garlok Flamekeeper"], "AtlasLootItems"}, + ["DMRHalgan"] = { AL["Halgan Redbrand"], "AtlasLootItems"}, + ["DMRElderHollowblood"] = { AL["Elder Hollowblood"], "AtlasLootItems"}, + ["DMRSearistrasz"] = { AL["Searistrasz"], "AtlasLootItems"}, + ["DMRZuluhed"] = { AL["Zuluhed the Whacked"], "AtlasLootItems"}, + }, + ["Stormwrought Ruins"] = { + ["SWROronok"] = { AL["Oronok Torn-Heart"], "AtlasLootItems"}, + ["SWRDagar"] = { AL["Dagar the Glutton"], "AtlasLootItems"}, + ["SWRDukeBalor"] = { AL["Duke Balor the IV"], "AtlasLootItems"}, + ["SWRLibrarian"] = { AL["Librarian Theodorus"], "AtlasLootItems"}, + ["SWRChieftain"] = { AL["Chieftain Stormsong"], "AtlasLootItems"}, + ["SWRDeathlord"] = { AL["Deathlord Tidebane"], "AtlasLootItems"}, + ["SWRSubjugator"] = { AL["Subjugator Halthas Shadecrest"], "AtlasLootItems"}, + ["SWRMycellakos"] = { AL["Mycellakos"], "AtlasLootItems"}, + ["SWREldermaw"] = { AL["Eldermaw the Primordial"], "AtlasLootItems"}, + ["SWRLadyDrazare"] = { AL["Lady Drazare"], "AtlasLootItems"}, + ["SWRRemains"] = { AL["Remains of the Innocent"], "AtlasLootItems"}, + ["SWRMergothid"] = { AL["Mergothid"], "AtlasLootItems"}, + }, ------------ --- Sets --- ------------