From 2743a24d40b94688c73db6fb0967b54d8658d92c Mon Sep 17 00:00:00 2001 From: Lexie <6937574+Lexiebean@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:12:01 +1100 Subject: [PATCH] Fixes Missing Loot from: * CThun * ES Trash * CoT Bosses * LKH: Moroes & Clawlord Howlfang loot And some more --- Core/AtlasLoot.lua | 2 +- Core/ButtonRegistry.lua | 16 ++++++----- Factions/factions.lua | 3 +- Instances/instances.en.lua | 54 ++++++++++++++++++++++++++---------- Sets/sets.lua | 56 +++++++++++++++++++------------------- 5 files changed, 79 insertions(+), 52 deletions(-) diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index d6b91df..428e6f1 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -2548,7 +2548,7 @@ AtlasLoot_HewdropDown_SubTables = { { AL["Mossheart"], "COTBMMossheart" }, { AL["Rotmaw"], "COTBMRotmaw" }, { AL["Antnormi"], "COTBMAntnormi" }, - { AL["Infinite Chromie"], "COTBMInfiniteChromie" }, + --{ AL["Infinite Chromie"], "COTBMInfiniteChromie" }, }, ["StormwindVault"] = { { AL["Aszosh Grimflame"], "SWVAszoshGrimflame" }, diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index ac1faab..704779f 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -494,6 +494,8 @@ AtlasLoot_ButtonRegistry = { Title = AL["Chronar"]; Next_Page = "COTBMHarbingerAphygth"; Next_Title = AL["Harbinger Aph'ygth"]; + Prev_Page = "COTBMAntnormi"; + Prev_Title = AL["Antnormi"]; }; ["COTBMHarbingerAphygth"] = { Title = AL["Harbinger Aph'ygth"]; @@ -539,16 +541,16 @@ AtlasLoot_ButtonRegistry = { }; ["COTBMAntnormi"] = { Title = AL["Antnormi"]; - Next_Page = "COTBMInfiniteChromie"; - Next_Title = AL["Infinite Chromie"]; + Next_Page = "COTBMChronar"; + Next_Title = AL["Chronar"]; Prev_Page = "COTBMRotmaw"; Prev_Title = AL["Rotmaw"]; }; - ["COTBMInfiniteChromie"] = { - Title = AL["Infinite Chromie"]; - Prev_Page = "COTBMAntnormi"; - Prev_Title = AL["Antnormi"]; - }; + --["COTBMInfiniteChromie"] = { + -- Title = AL["Infinite Chromie"]; + -- Prev_Page = "COTBMAntnormi"; + -- Prev_Title = AL["Antnormi"]; + --}; ["SWVAszoshGrimflame"] = { Prev_Page = "SWVVaultArmoryEquipment"; Prev_Title = AL["Arc'tiras / Vault Armory Equipment"]; diff --git a/Factions/factions.lua b/Factions/factions.lua index 99e4e41..bd53c45 100644 --- a/Factions/factions.lua +++ b/Factions/factions.lua @@ -706,13 +706,14 @@ AtlasLoot_Data["AtlasLootRepItems"] = { { 80306, "inv_misc_tournaments_tabard_gnome", "=q1=Gnomeregan Tabard", "=ds=#s7#" }, }; DarkspearTrolls = { + { 0, "inv_misc_head_troll_01", "=q6=#r3#", "" }, + { 83064, "spell_nature_agitatingtotem", "=q3=Hexed Voodoo Pads", "=ds=#s3#, #a1#" }, { 0, "inv_misc_head_troll_01", "=q6=#r4#", "" }, { 80806, "INV_Banner_01", "=q3=Healing Ward", "=ds=#s14#" }, { 80785, "INV_Potion_07", "=q3=Bottle of Good Mojo", "=ds=#s15#" }, { 80797, "INV_Jewelry_Necklace_02", "=q3=Pendant of Troll Regeneration", "=ds=#s2#" }, { 0, "", "", "" }, { 0, "inv_misc_head_troll_01", "=q6=#r5#", "" }, - { 83064, "spell_nature_agitatingtotem", "=q3=Hexed Voodoo Pads", "=ds=#s3#, #a1#" }, { 81183, "Ability_Hunter_Pet_WindSerpent", "=q1=Sunscale Hatchling", "=ds=#e15#" }, { 80304, "inv_misc_tournaments_tabard_troll", "=q1=Darkspear Tribe Tabard", "=ds=#s7#" }, { 81182, "Ability_Mount_Raptor", "=q4=Armored Darkspear Raptor", "=ds=#e7#" }, diff --git a/Instances/instances.en.lua b/Instances/instances.en.lua index 277eae6..226148a 100644 --- a/Instances/instances.en.lua +++ b/Instances/instances.en.lua @@ -652,7 +652,7 @@ AtlasLootBossButtons = { "COTBMMossheart"; "COTBMRotmaw"; "COTBMAntnormi"; - "COTBMInfiniteChromie"; + --"COTBMInfiniteChromie"; }; StormwindVault = { ""; @@ -2432,6 +2432,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 21839, "INV_Mace22", "=q4=Scepter of the False Prophet", "=ds=#h3#, #w6#", "8%" }, { 21126, "INV_Weapon_Shortblade_33", "=q4=Death's Sting", "=ds=#h1#, #w4#", "8%" }, { 21134, "INV_Axe_24", "=q4=Dark Edge of Insanity", "=ds=#h2#, #w1#", "8%" }, + { 60003, "INV_WEAPON_HAND_07", "=q4=Remnants of an Old God", "=ds=#h3#, #w13#", "8%" }, { 0,"","","" }, { 0,"","","" }, { 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%" }, @@ -3061,20 +3062,38 @@ AtlasLoot_Data["AtlasLootItems"] = { { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 15-20", "100%" }, { 0, "", "", "" }, { 61015, "INV_jewelry_necklace_04", "=q3=Hollowbone Choker", "=ds=#s2#", "14%" }, - { 61024, "INV_boots_01", "=q3=Greaves of the Ceaseless Expanse", "=ds=#s12#, #a3#", "14%" }, - { 61033, "INV_pants_06", "=q3=Void-Warped Leggings", "=ds=#s11#, #a1#", "14%" }, - { 61038, "INV_shoulder_09", "=q3=Pauldrons of the Black Empire", "=ds=#s3#, #a4#", "14%" }, + { 61024, "INV_Boots_01", "=q3=Greaves of the Elusive", "=ds=#s12#, #a3#", "14%" }, + { 61033, "INV_Pants_06", "=q3=Nightwind Leggings", "=ds=#s11#, #a1#", "14%" }, + { 61038, "inv_misc_desecrated_plateshoulder", "=q3=Pauldrons of the Timeless", "=ds=#s3#, #a4#", "14%" }, { 61042, "INV_gauntlets_11", "=q3=Stormfist", "=ds=#h1#, #w13#", "14%" }, - { 61044, "INV_hammer_04", "=q3=Gavel of Aqir Superiority", "=ds=#h2#, #w6#", "14%" }, + { 61044, "INV_Hammer_04", "=q3=Gavel of the Northwind", "=ds=#h2#, #w6#", "14%" }, { 61057, "INV_gauntlets_24", "=q3=Arcanic Gloves", "=ds=#s9#, #a2#", "14%" }, { 0, "", "", "" }, - { 61020, "INV_wand_02", "=q4=Voidstar", "=ds=#w12#", "0.95%" }, + { 61020, "INV_Wand_02", "=q4=Lodestone", "=ds=#w12#", "2%" }, }; COTBMEpidamu = { + { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 15-20", "100%" }, { 0, "", "", "" }, + { 50431, "INV_Bracer_13", "=q3=Extremely Well Crafted Cuffs", "=ds=#s8#, #a1#", "13%" }, + { 61032, "INV_Jewelry_Ring_48Naxxramas", "=q3=Band of Infinite Possibilities", "=ds=#s13#", "13%" }, + { 61041, "INV_Belt_28", "=q3=Imbued Planar Belt", "=ds=#s10#, #a3#", "13%" }, + { 61045, "INV_Shoulder_07", "=q3=Nexus Shoulderpads", "=ds=#s3#, #a2#", "13%" }, + { 61055, "INV_Misc_Book_01", "=q3=Tome of Riftmancy", "=ds=#s15#", "13%" }, + { 61056, "INV_Boots_07", "=q3=Arcanoweave Boots", "=ds=#s12#, #a1#", "13%" }, + { 61700, "inv_fabric_celestial_cloth", "=q3=Fabric of Time", "=ds=#s14#" }, + { 61698, "INV_QirajIdol_Life", "=q3=Totem of the Calming River", "=ds=#s16#, #e17# =q15=#c7#", "13%" }, }; COTBMDriftingAvatar = { + { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 15-20", "100%" }, { 0, "", "", "" }, + { 61015, "INV_Jewelry_Necklace_04", "=q3=Hollowbone Choker", "=ds=#s2#", "14%" }, + { 61024, "INV_Boots_01", "=q3=Greaves of the Elusive", "=ds=#s12#, #a3#", "14%" }, + { 61033, "INV_Pants_06", "=q3=Nightwind Leggings", "=ds=#s11#, #a1#", "14%" }, + { 61038, "inv_misc_desecrated_plateshoulder", "=q3=Pauldrons of the Timeless", "=ds=#s3#, #a4#", "14%" }, + { 61042, "INV_Gauntlets_11", "=q3=Stormfist", "=ds=#h1#, #w13#", "14%" }, + { 61044, "INV_Hammer_04", "=q3=Gavel of the Northwind", "=ds=#h2#, #w6#", "14%" }, + { 61057, "INV_Gauntlets_24", "=q3=Arcanic Gloves", "=ds=#s9#, #a2#", "14%" }, + { 61020, "INV_Wand_02", "=q4=Lodestone", "=ds=#w12#", "2%" }, }; COTBMTimeLordEpochronos = { { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 15-20", "100%" }, @@ -3103,12 +3122,14 @@ AtlasLoot_Data["AtlasLootItems"] = { COTBMRotmaw = { { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 10-15", "100%" }, { 0, "", "", "" }, - { 61023, "inv_chest_leather_08", "=q2=Breastplate of the Wild Hunt", "=ds=#s5#, #a2#", "100%" }, - { 61025, "inv_misc_lantern_01", "=q2=Pyreflame Lantern", "=ds=#s15#", "100%" }, - { 61029, "inv_jewelry_necklace_22", "=q2=Crocolisk Tooth Necklace", "=ds#s2#", "100%" }, - { 61030, "inv_fishingpole_02", "=q2=The Murkfisher", "=ds=#h2#, #w9#", "100%" }, - { 61034, "inv_jewelry_ring_12", "=q2=Band of the Marsh Bog", "=ds=#s15#", "100%" }, - { 61063, "inv_misc_monsterfang_01", "=q2=Rotmaw's Tooth", "=ds=#h1#, #w4#", "100%" }, + { 61023, "inv_chest_leather_08", "=q2=Breastplate of the Wild Hunt", "=ds=#s5#, #a2#", "13%" }, + { 61025, "inv_misc_lantern_01", "=q2=Pyreflame Lantern", "=ds=#s15#", "13%" }, + { 61029, "inv_jewelry_necklace_22", "=q2=Crocolisk Tooth Necklace", "=ds=#s2#", "13%" }, + { 61030, "inv_fishingpole_02", "=q2=The Murkfisher", "=ds=#h2#, #w9#", "13%" }, + { 61034, "inv_jewelry_ring_12", "=q2=Band of the Marsh Bog", "=ds=#s15#", "13%" }, + { 61063, "inv_misc_monsterfang_01", "=q2=Rotmaw's Tooth", "=ds=#h1#, #w4#", "13%" }, + { 61699, "INV_QirajIdol_War", "=q3=Idol of Savagery", "=ds=#s16#, #e16# =q13=#c1#", "13%" }, + { 61701, "INV_Helmet_41", "=q3=Wraps of the Transmogrified", "=ds=#s1#, #a1#", "13%" }, }; COTBMAntnormi = { { 50203, "INV_enchant_dustsoul", "=q2=Corrupted Sand", "=ds=#m3#, 10-15", "100%" }, @@ -3123,6 +3144,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61040, "INV_gauntlets_05", "=q3=Gloves of the Unknown", "=ds=#s9#, #a1#", "33%" }, { 0, "", "", "" }, { 61014, "INV_DataCrystal01", "Shard of Eternity", "=ds=#s14#", "1%" }, + { 61043, "Spell_Shadow_SoulGem", "=q4=Eye of the Abyss", "=ds=#s2#", "1.1%" }, { 0, "", "", "" }, { 51044, "INV_misc_head_dragon_black", "=q1=Antnormi's Head", "=ds=#m3#", "100%" }, { 0, "", "", "", "" }, @@ -3277,6 +3299,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 60616, "inv_weapon_halbard_01", "=q3=Shadowcaller Axe", "=ds=#h2#, #w1#", "0.005%" }, { 60582, "INV_gauntlets_05", "=q3=Incendosaur Skin Gloves", "=ds=#s9#, #a2#", "0.005%" }, { 60572, "INV_Shoulder_23", "=q3=Incendosaur Skin Pauldrons", "=ds=#s3#, #a2#, From Elites Outside Dungeon", "0.1%" }, + { 60612, "INV_Helmet_47", "=q3=Mixologist Goggles", "=ds=#s1#, #a2#", "0.0025%" }, }; DMRhahkZor = { { 872, "INV_ThrowingAxe_01", "=q2=Rockslicer", "=ds=#h2#, #w1#", "5%" }, @@ -6388,7 +6411,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61273, "INV_Belt_26", "=q4=Earthbreaker Belt", "=ds=#s10#, #a3#", "20%" }, { 61249, "INV_Misc_Pelt_Bear_Ruin_03", "=q4=Pelt of the Great Howler", "=ds=#s4#", "20%" }, { 61293, "INV_QirajIdol_Night", "=q4=Idol of the Moonfang", "=ds=#s16#, #e16#", "20%" }, - { 0, "", "", "" }, + { 61248, "INV_Weapon_Rifle_TWoW_02_Gray", "=q4=Beasthunter's Blunderbuss", "=ds=#w5#", "20%" }, { 0, "", "", "" }, { 0, "", "", "" }, { 0, "", "", "" }, @@ -6466,8 +6489,8 @@ AtlasLoot_Data["AtlasLootItems"] = { { 61277, "INV_Mace_33", "=q4=Fist of the Forgotten Order", "=ds=#h2#, #w6#", "10%" }, { 61264, "Inv_staff_07", "=q4=Ansirem's Runeweaver", "=ds=#h2#, #w9#", "10%" }, { 61299, "INV_Misc_Bandage_16", "=q4=Shawl of the Castellan", "=ds=#s14#", "10%" }, - { 0, "", "", "" }, - { 0, "", "", "" }, + { 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, "", "=q1=Key to the Upper Chambers", "=ds=#m3#", "100%" }, @@ -6599,6 +6622,7 @@ AtlasLoot_Data["AtlasLootItems"] = { { 84504, "INV_Misc_Herb_15", "=q4=Lasher's Whip", "=ds=#s14#", "0.125%, 0.5%, 1.25%" }, { 84500, "INV_Weapon_ShortBlade_22", "=q4=Lucid Nightmare", "=ds=#h3#, #w4#", "0.125%, 0.5%, 1.25%" }, { 84509, "INV_Staff_14", "=q4=Emerald Rod", "=ds=#s15#", "0.125%, 0.5%, 1.25%" }, + { 84501, "INV_Misc_Root_02Corrupt", "=q4=Corrupted Reed", "=ds=#s14#", "0.125%, 0.5%, 1.25%" }, { 0, "", "", "" }, { 61198, "INV_Stone_03", "=q2=Small Dream Shard", "", "8%" }, { 20381, "INV_Misc_MonsterScales_11", "=q2=Dreamscale", "", "5%" }, diff --git a/Sets/sets.lua b/Sets/sets.lua index 060b3d6..631d15c 100644 --- a/Sets/sets.lua +++ b/Sets/sets.lua @@ -466,10 +466,10 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16816, "INV_Shoulder_02", "=q4=Mantle of Prophecy", "=ds=#s3#, #a1# =q7=#db31#" }, { 16815, "INV_Chest_Cloth_03", "=q4=Robes of Prophecy", "=ds=#s5#, #a1# =q7=#db32#" }, { 16819, "INV_Bracer_09", "=q4=Vambraces of Prophecy", "=ds=#s8#, #a1# =q7=#x34# #z1#" }, - { 16812, "INV_Gauntlets_14", "=q4=Gloves of Prophecy", "=ds=#s10#, #a1# =q7=#db27#" }, + { 16812, "INV_Gauntlets_14", "=q4=Gloves of Prophecy", "=ds=#s9#, #a1# =q7=#db27#" }, { 16817, "INV_Belt_22", "=q4=Girdle of Prophecy", "=ds=#s10#, #a1# =q7=#x34# #z1#" }, { 16814, "INV_Pants_08", "=q4=Pants of Prophecy", "=ds=#s11#, #a1# =q7=#db26#" }, - { 16811, "INV_Gauntlets_07", "=q4=Boots of Prophecy", "=ds=#s12#, #a1# =q7=#db30#" }, + { 16811, "INV_Boots_07", "=q4=Boots of Prophecy", "=ds=#s12#, #a1# =q7=#db30#" }, }; T1Warlock = { { 0, "", "", "" }, @@ -479,7 +479,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16807, "INV_Shoulder_23", "=q4=Felheart Shoulder Pads", "=ds=#s3#, #a1# =q7=#db29#" }, { 16809, "INV_Chest_Cloth_09", "=q4=Felheart Robes", "=ds=#s5#, #a1# =q7=#db32#" }, { 16804, "INV_Bracer_07", "=q4=Felheart Bracers", "=ds=#s8#, #a1# =q7=#x34# #z1#" }, - { 16805, "INV_Gauntlets_19", "=q4=Felheart Gloves", "=ds=#s10#, #a1# =q7=#db25#" }, + { 16805, "INV_Gauntlets_19", "=q4=Felheart Gloves", "=ds=#s9#, #a1# =q7=#db25#" }, { 16806, "INV_Belt_13", "=q4=Felheart Belt", "=ds=#s10#, #a1# =q7=#x34# #z1#" }, { 16810, "INV_Pants_Cloth_14", "=q4=Felheart Pants", "=ds=#s11#, #a1# =q7=#db26#" }, { 16803, "INV_Boots_Cloth_05", "=q4=Felheart Slippers", "=ds=#s12#, #a1# =q7=#db30#" }, @@ -492,10 +492,10 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16823, "INV_Shoulder_25", "=q4=Nightslayer Shoulder Pads", "=ds=#s3#, #a2# =q7=#db31#" }, { 16820, "INV_Chest_Cloth_07", "=q4=Nightslayer Chestpiece", "=ds=#s5#, #a2# =q7=#db32#" }, { 16825, "INV_Bracer_02", "=q4=Nightslayer Bracelets", "=ds=#s8#, #a2# =q7=#x34# #z1#" }, - { 16826, "INV_Gauntlets_21", "=q4=Nightslayer Gloves", "=ds=#s10#, #a2# =q7=#db27#" }, + { 16826, "INV_Gauntlets_21", "=q4=Nightslayer Gloves", "=ds=#s9#, #a2# =q7=#db27#" }, { 16827, "INV_Belt_23", "=q4=Nightslayer Belt", "=ds=#s10#, #a2# =q7=#x34# #z1#" }, { 16822, "INV_Pants_06", "=q4=Nightslayer Pants", "=ds=#s11#, #a2# =q7=#db26#" }, - { 16824, "INV_Gauntlets_08", "=q4=Nightslayer Boots", "=ds=#s12#, #a2# =q7=#db30#" }, + { 16824, "INV_Boots_08", "=q4=Nightslayer Boots", "=ds=#s12#, #a2# =q7=#db30#" }, }; T1Druid = { { 0, "", "", "" }, @@ -505,7 +505,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16836, "INV_Shoulder_07", "=q4=Cenarion Spaulders", "=ds=#s3#, #a2# =q7=#db29#" }, { 16833, "INV_Chest_Cloth_06", "=q4=Cenarion Vestments", "=ds=#s5#, #a2# =q7=#db32#" }, { 16830, "INV_Bracer_03", "=q4=Cenarion Bracers", "=ds=#s8#, #a2# =q7=#x34# #z1#" }, - { 16831, "INV_Gauntlets_07", "=q4=Cenarion Gloves", "=ds=#s10#, #a2# =q7=#db30#" }, + { 16831, "INV_Gauntlets_07", "=q4=Cenarion Gloves", "=ds=#s9#, #a2# =q7=#db30#" }, { 16828, "INV_Belt_06", "=q4=Cenarion Belt", "=ds=#s10#, #a2# =q7=#x34# #z1#" }, { 16835, "INV_Pants_06", "=q4=Cenarion Leggings", "=ds=#s11#, #a2# =q7=#db26#" }, { 16829, "INV_Boots_08", "=q4=Cenarion Boots", "=ds=#s12#, #a2# =q7=#db25#" }, @@ -518,7 +518,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16844, "INV_Shoulder_29", "=q4=Earthfury Epaulets", "=ds=#s3#, #a3# =q7=#db29#" }, { 16841, "INV_Chest_Chain_11", "=q4=Earthfury Vestments", "=ds=#s5#, #a3# =q7=#db32#" }, { 16840, "INV_Bracer_16", "=q4=Earthfury Bracers", "=ds=#s8#, #a3# =q7=#x34# #z1#" }, - { 16839, "INV_Gauntlets_11", "=q4=Earthfury Gauntlets", "=ds=#s10#, #a3# =q7=#db27#" }, + { 16839, "INV_Gauntlets_11", "=q4=Earthfury Gauntlets", "=ds=#s9#, #a3# =q7=#db27#" }, { 16838, "INV_Belt_14", "=q4=Earthfury Belt", "=ds=#s10#, #a3# =q7=#x34# #z1#" }, { 16843, "INV_Pants_03", "=q4=Earthfury Legguards", "=ds=#s11#, #a3# =q7=#db26#" }, { 16837, "INV_Boots_Plate_06", "=q4=Earthfury Boots", "=ds=#s12#, #a3# =q7=#db25#" }, @@ -531,7 +531,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16848, "INV_Shoulder_10", "=q4=Giantstalker's Epaulets", "=ds=#s3#, #a3# =q7=#db31#" }, { 16845, "INV_Chest_Chain_03", "=q4=Giantstalker's Breastplate", "=ds=#s5#, #a3# =q7=#db32#" }, { 16850, "INV_Bracer_17", "=q4=Giantstalker's Bracers", "=ds=#s8#, #a3# =q7=#x34# #z1#" }, - { 16852, "INV_Gauntlets_10", "=q4=Giantstalker's Gloves", "=ds=#s10#, #a3# =q7=#db30#" }, + { 16852, "INV_Gauntlets_10", "=q4=Giantstalker's Gloves", "=ds=#s9#, #a3# =q7=#db30#" }, { 16851, "INV_Belt_28", "=q4=Giantstalker's Belt", "=ds=#s10#, #a3# =q7=#x34# #z1#" }, { 16847, "INV_Pants_Mail_03", "=q4=Giantstalker's Leggings", "=ds=#s11#, #a3# =q7=#db26#" }, { 16849, "INV_Boots_Chain_13", "=q4=Giantstalker's Boots", "=ds=#s12#, #a3# =q7=#db27#" }, @@ -544,7 +544,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16868, "INV_Shoulder_15", "=q4=Pauldrons of Might", "=ds=#s3#, #a4# =q7=#db31#" }, { 16865, "INV_Chest_Plate16", "=q4=Breastplate of Might", "=ds=#s5#, #a4# =q7=#db32#" }, { 16861, "INV_Bracer_19", "=q4=Bracers of Might", "=ds=#s8#, #a4# =q7=#x34# #z1#" }, - { 16863, "INV_Gauntlets_10", "=q4=Gauntlets of Might", "=ds=#s10#, #a4# =q7=#db25#" }, + { 16863, "INV_Gauntlets_10", "=q4=Gauntlets of Might", "=ds=#s9#, #a4# =q7=#db25#" }, { 16864, "INV_Belt_09", "=q4=Belt of Might", "=ds=#s10#, #a4# =q7=#x34# #z1#" }, { 16867, "INV_Pants_04", "=q4=Legplates of Might", "=ds=#s11#, #a4# =q7=#db26#" }, { 16862, "INV_Boots_Plate_04", "=q4=Sabatons of Might", "=ds=#s12#, #a4# =q7=#db27#" }, @@ -557,7 +557,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16856, "INV_Shoulder_20", "=q4=Lawbringer Spaulders", "=ds=#s3#, #a4# =q7=#db29#" }, { 16853, "INV_Chest_Plate03", "=q4=Lawbringer Chestguard", "=ds=#s5#, #a4# =q7=#db32#" }, { 16857, "INV_Bracer_18", "=q4=Lawbringer Bracers", "=ds=#s8#, #a4# =q7=#x34# #z1#" }, - { 16860, "INV_Gauntlets_29", "=q4=Lawbringer Gauntlets", "=ds=#s10#, #a4# =q7=#db27#" }, + { 16860, "INV_Gauntlets_29", "=q4=Lawbringer Gauntlets", "=ds=#s9#, #a4# =q7=#db27#" }, { 16858, "INV_Belt_27", "=q4=Lawbringer Belt", "=ds=#s10#, #a4# =q7=#x34# #z1#" }, { 16855, "INV_Pants_04", "=q4=Lawbringer Legplates", "=ds=#s11#, #a4# =q7=#db26#" }, { 16859, "INV_Boots_Plate_09", "=q4=Lawbringer Boots", "=ds=#s12#, #a4# =q7=#db25#" }, @@ -570,7 +570,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16689, "INV_Shoulder_23", "=q3=Magister's Mantle", "=ds=#s3#, #a1# =q7=#db36#" }, { 16688,"INV_Chest_Cloth_25","=q3=Magister's Robes", "=ds=#s5#, #a1# =q7=#db35#" }, { 16683, "INV_Jewelry_Ring_23", "=q3=Magister's Bindings", "=ds=#s8#, #a1# =q7=#x34# (#z4#/#z5#)" }, - { 16684, "INV_Gauntlets_17", "=q3=Magister's Gloves", "=ds=#s10#, #a1# =q7=#db37#" }, + { 16684, "INV_Gauntlets_17", "=q3=Magister's Gloves", "=ds=#s9#, #a1# =q7=#db37#" }, { 16685, "INV_Belt_08", "=q3=Magister's Belt", "=ds=#s10#, #a1# =q7=#x34# (#z2#/#z3#/#z4#)" }, { 16687, "INV_Pants_06", "=q3=Magister's Leggings", "=ds=#s11#, #a1# =q7=#db34#" }, { 16682, "INV_Boots_02", "=q3=Magister's Boots", "=ds=#s12#, #a1# =q7=#db38#" }, @@ -585,7 +585,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22068, "INV_Shoulder_23", "=q3=Sorcerer's Mantle", "=ds=#s3#, #a1#" }, { 22069, "INV_Chest_Cloth_25","=q4=Sorcerer's Robes", "=ds=#s5#, #a1#" }, { 22063, "INV_Jewelry_Ring_23", "=q3=Sorcerer's Bindings", "=ds=#s8#, #a1#" }, - { 22066, "INV_Gauntlets_17", "=q4=Sorcerer's Gloves", "=ds=#s10#, #a1#" }, + { 22066, "INV_Gauntlets_17", "=q4=Sorcerer's Gloves", "=ds=#s9#, #a1#" }, { 22062, "INV_Belt_08", "=q3=Sorcerer's Belt", "=ds=#s10#, #a1#" }, { 22067, "INV_Pants_06", "=q3=Sorcerer's Leggings", "=ds=#s11#, #a1#" }, { 22064, "INV_Boots_02", "=q4=Sorcerer's Boots", "=ds=#s12#, #a1#" }, @@ -598,7 +598,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16695, "INV_Shoulder_02", "=q3=Devout Mantle", "=ds=#s3#, #a1# =q7=#db39#" }, { 16690,"INV_Chest_Cloth_11","=q3=Devout Robe", "=ds=#s5#, #a1# =q7=#db35#" }, { 16697, "INV_Belt_31", "=q3=Devout Bracers", "=ds=#s8#, #a1# =q7=#x34# (#z3#)" }, - { 16692, "INV_Gauntlets_14", "=q3=Devout Gloves", "=ds=#s10#, #a1# =q7=#db40#" }, + { 16692, "INV_Gauntlets_14", "=q3=Devout Gloves", "=ds=#s9#, #a1# =q7=#db40#" }, { 16696, "INV_Belt_10", "=q3=Devout Belt", "=ds=#s10#, #a1# =q7=#x34# (#z4#/#z5#)" }, { 16694, "INV_Pants_08", "=q3=Devout Skirt", "=ds=#s11#, #a1# =q7=#db34#" }, { 16691, "INV_Boots_05", "=q3=Devout Sandals", "=ds=#s12#, #a1# =q7=#db41#" }, @@ -613,7 +613,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22082, "INV_Shoulder_02", "=q3=Virtuous Mantle", "=ds=#s3#, #a1#" }, { 22083,"INV_Chest_Cloth_11","=q4=Virtuous Robe", "=ds=#s5#, #a1#" }, { 22079, "INV_Belt_31", "=q3=Virtuous Bracers", "=ds=#s8#, #a1#" }, - { 22081, "INV_Gauntlets_14", "=q4=Virtuous Gloves", "=ds=#s10#, #a1#" }, + { 22081, "INV_Gauntlets_14", "=q4=Virtuous Gloves", "=ds=#s9#, #a1#" }, { 22078, "INV_Belt_10", "=q3=Virtuous Belt", "=ds=#s10#, #a1#" }, { 22085, "INV_Pants_08", "=q3=Virtuous Skirt", "=ds=#s11#, #a1#" }, { 22084, "INV_Boots_05", "=q4=Virtuous Sandals", "=ds=#s12#, #a1#" }, @@ -626,7 +626,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16701, "INV_Misc_Bone_TaurenSkull_01", "=q3=Dreadmist Mantle", "=ds=#s3#, #a1# =q7=#db42#" }, { 16700, "INV_Chest_Cloth_49","=q3=Dreadmist Robe", "=ds=#s5#, #a1# =q7=#db35#" }, { 16703, "INV_Bracer_13", "=q3=Dreadmist Bracers", "=ds=#s8#, #a1# =q7=#x34# (#z4#/#z5#)" }, - { 16705, "INV_Gauntlets_32", "=q3=Dreadmist Wraps", "=ds=#s10#, #a1# =q7=#db43#" }, + { 16705, "INV_Gauntlets_32", "=q3=Dreadmist Wraps", "=ds=#s9#, #a1# =q7=#db43#" }, { 16702, "INV_Belt_12", "=q3=Dreadmist Belt", "=ds=#s10#, #a1# =q7=#x34# (#z2#/#z3#)" }, { 16699, "INV_Pants_08", "=q3=Dreadmist Leggings", "=ds=#s11#, #a1#=q7=#db34#" }, { 16704, "INV_Boots_05", "=q3=Dreadmist Sandals", "=ds=#s12#, #a1# =q7=#db44#" }, @@ -641,7 +641,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22073, "INV_Misc_Bone_TaurenSkull_01", "=q3=Deathmist Mantle", "=ds=#s3#, #a1#" }, { 22075, "INV_Chest_Cloth_49","=q4=Deathmist Robe", "=ds=#s5#, #a1#" }, { 22071, "INV_Bracer_13", "=q3=Deathmist Bracers", "=ds=#s8#, #a1#" }, - { 22077, "INV_Gauntlets_32", "=q4=Deathmist Wraps", "=ds=#s10#, #a1#" }, + { 22077, "INV_Gauntlets_32", "=q4=Deathmist Wraps", "=ds=#s9#, #a1#" }, { 22070, "INV_Belt_12", "=q3=Deathmist Belt", "=ds=#s10#, #a1#" }, { 22072, "INV_Pants_08", "=q3=Deathmist Leggings", "=ds=#s11#, #a1#" }, { 22076, "INV_Boots_05", "=q4=Deathmist Sandals", "=ds=#s12#, #a1#" }, @@ -654,7 +654,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16708, "INV_Shoulder_07", "=q3=Shadowcraft Spaulders", "=ds=#s3#, #a2# =q7=#db45#" }, { 16721,"INV_Chest_Leather_07","=q3=Shadowcraft Tunic", "=ds=#s5#, #a2# =q7=#db35#" }, { 16710, "INV_Bracer_07", "=q3=Shadowcraft Bracers", "=ds=#s8#, #a2# =q7=#db46#" }, - { 16712, "INV_Gauntlets_24", "=q3=Shadowcraft Gloves", "=ds=#s10#, #a2# =q7=#db47#" }, + { 16712, "INV_Gauntlets_24", "=q3=Shadowcraft Gloves", "=ds=#s9#, #a2# =q7=#db47#" }, { 16713, "INV_Belt_03", "=q3=Shadowcraft Belt", "=ds=#s10#, #a2# =q7=#x34# (#z2#/#z3#)" }, { 16709, "INV_Pants_02", "=q3=Shadowcraft Pants", "=ds=#s11#, #a2# =q7=#db34#" }, { 16711, "INV_Boots_08", "=q3=Shadowcraft Boots", "=ds=#s12#, #a2# =q7=#db48#" }, @@ -669,7 +669,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22008, "INV_Shoulder_07", "=q3=Darkmantle Spaulders", "=ds=#s3#, #a2#" }, { 22009,"INV_Chest_Leather_07","=q4=Darkmantle Tunic", "=ds=#s5#, #a2#" }, { 22004, "INV_Bracer_07", "=q3=Darkmantle Bracers", "=ds=#s8#, #a2#" }, - { 22006, "INV_Gauntlets_24", "=q4=Darkmantle Gloves", "=ds=#s10#, #a2#" }, + { 22006, "INV_Gauntlets_24", "=q4=Darkmantle Gloves", "=ds=#s9#, #a2#" }, { 22002, "INV_Belt_03", "=q3=Darkmantle Belt", "=ds=#s10#, #a2#" }, { 22007, "INV_Pants_02", "=q3=Darkmantle Pants", "=ds=#s11#, #a2#" }, { 22003, "INV_Boots_08", "=q4=Darkmantle Boots", "=ds=#s12#, #a2#" }, @@ -682,7 +682,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16718, "INV_Shoulder_01", "=q3=Wildheart Spaulders", "=ds=#s3#, #a2# =q7=#db49#" }, { 16706,"INV_Chest_Plate06","=q3=Wildheart Vest", "=ds=#s5#, #a2# =q7=#db35#" }, { 16714, "INV_Bracer_09", "=q3=Wildheart Bracers", "=ds=#s8#, #a2# =q7=#x34# (#z2#/#z3#)" }, - { 16717, "INV_Gauntlets_17", "=q3=Wildheart Gloves", "=ds=#s10#, #a2# =q7=#db51#" }, + { 16717, "INV_Gauntlets_17", "=q3=Wildheart Gloves", "=ds=#s9#, #a2# =q7=#db51#" }, { 16716, "INV_Belt_15", "=q3=Wildheart Belt", "=ds=#s10#, #a2# =q7=#db52#" }, { 16719, "INV_Pants_08", "=q3=Wildheart Kilt", "=ds=#s11#, #a2# =q7=#db34#" }, { 16715, "INV_Boots_08", "=q3=Wildheart Boots", "=ds=#s12#, #a2# =q7=#db50#" }, @@ -697,7 +697,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22112, "INV_Shoulder_01", "=q3=Feralheart Spaulders", "=ds=#s3#, #a2#" }, { 22113,"INV_Chest_Plate06","=q4=Feralheart Vest", "=ds=#s5#, #a2#" }, { 22108, "INV_Bracer_09", "=q3=Feralheart Bracers", "=ds=#s8#, #a2#" }, - { 22110, "INV_Gauntlets_17", "=q4=Feralheart Gloves", "=ds=#s10#, #a2#" }, + { 22110, "INV_Gauntlets_17", "=q4=Feralheart Gloves", "=ds=#s9#, #a2#" }, { 22106, "INV_Belt_15", "=q3=Feralheart Belt", "=ds=#s10#, #a2#" }, { 22111, "INV_Pants_08", "=q3=Feralheart Kilt", "=ds=#s11#, #a2#" }, { 22107, "INV_Boots_08", "=q4=Feralheart Boots", "=ds=#s12#, #a2#" }, @@ -710,7 +710,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16679, "INV_Shoulder_10", "=q3=Beaststalker's Mantle", "=ds=#s3#, #a3# =q7=#db53#" }, { 16674, "INV_Chest_Chain_03","=q3=Beaststalker's Tunic", "=ds=#s5#, #a3# =q7=#db35#" }, { 16681, "INV_Bracer_17", "=q3=Beaststalker's Bindings", "=ds=#s8#, #a3# =q7=#x34# (#z3#/#z5#)" }, - { 16676, "INV_Gauntlets_10", "=q3=Beaststalker's Gloves", "=ds=#s10#, #a3# =q7=#db54#" }, + { 16676, "INV_Gauntlets_10", "=q3=Beaststalker's Gloves", "=ds=#s9#, #a3# =q7=#db54#" }, { 16680, "INV_Belt_28", "=q3=Beaststalker's Belt", "=ds=#s10#, #a3# =q7=#x34# (#z2#/#z3#)" }, { 16678, "INV_Pants_03", "=q3=Beaststalker's Pants", "=ds=#s11#, #a3# =q7=#db34#" }, { 16675, "INV_Boots_Plate_07", "=q3=Beaststalker's Boots", "=ds=#s12#, #a3# =q7=#db55#" }, @@ -725,7 +725,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22016, "INV_Shoulder_10", "=q3=Beastmaster's Mantle", "=ds=#s3#, #a3#" }, { 22060, "INV_Chest_Chain_03","=q4=Beastmaster's Tunic", "=ds=#s5#, #a3#" }, { 22011, "INV_Bracer_17", "=q3=Beastmaster's Bindings", "=ds=#s8#, #a3#" }, - { 22015, "INV_Gauntlets_10", "=q4=Beastmaster's Gloves", "=ds=#s10#, #a3#" }, + { 22015, "INV_Gauntlets_10", "=q4=Beastmaster's Gloves", "=ds=#s9#, #a3#" }, { 22010, "INV_Belt_28", "=q3=Beastmaster's Belt", "=ds=#s10#, #a3#" }, { 22017, "INV_Pants_03", "=q3=Beastmaster's Pants", "=ds=#s11#, #a3#" }, { 22061, "INV_Boots_Plate_07", "=q4=Beastmaster's Boots", "=ds=#s12#, #a3#" }, @@ -738,7 +738,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16669,"INV_Shoulder_29","=q3=Pauldrons of Elements", "=ds=#s3#, #a3# =q7=#db56#" }, { 16666,"INV_Chest_Chain_11","=q3=Vest of Elements", "=ds=#s5#, #a3# =q7=#db35#" }, { 16671, "INV_Bracer_02", "=q3=Bindings of Elements", "=ds=#s8#, #a3# =q7=#x34# (#z2#/#z3#)" }, - { 16672,"INV_Gauntlets_11","=q3=Gauntlets of Elements", "=ds=#s10#, #a3# =q7=#db57#" }, + { 16672,"INV_Gauntlets_11","=q3=Gauntlets of Elements", "=ds=#s9#, #a3# =q7=#db57#" }, { 16673, "INV_Belt_16", "=q3=Cord of Elements", "=ds=#s10#, #a3# =q7=#x34# (#z4#/#z5#)" }, { 16668, "INV_Pants_03", "=q3=Kilt of Elements", "=ds=#s11#, #a3# =q7=#db34#" }, { 16670, "INV_Boots_Wolf", "=q3=Boots of the Elements", "=ds=#s12#, #a3# =q7=#db58#" }, @@ -753,7 +753,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22101,"INV_Shoulder_29","=q3=Pauldrons of The Five Thunders","=ds=#s3#, #a3#" }, { 22102,"INV_Chest_Chain_11","=q4=Vest of The Five Thunders", "=ds=#s5#, #a3#" }, { 22095, "INV_Bracer_02", "=q3=Bindings of The Five Thunders", "=ds=#s8#, #a3#" }, - { 22099,"INV_Gauntlets_11","=q4=Gauntlets of The Five Thunders", "=ds=#s10#, #a3#" }, + { 22099,"INV_Gauntlets_11","=q4=Gauntlets of The Five Thunders", "=ds=#s9#, #a3#" }, { 22098, "INV_Belt_16", "=q3=Cord of The Five Thunders", "=ds=#s10#, #a3#" }, { 22100, "INV_Pants_03", "=q3=Kilt of The Five Thunders", "=ds=#s11#, #a3#" }, { 22096, "INV_Boots_Wolf", "=q4=Boots of the The Five Thunders", "=ds=#s12#, #a3#" }, @@ -766,7 +766,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16733,"INV_Shoulder_30","=q3=Spaulders of Valor", "=ds=#s3#, #a4# =q7=#db59#" }, { 16730,"INV_Chest_Plate03","=q3=Breastplate of Valor", "=ds=#s5#, #a4# =q7=#db35#" }, { 16735, "INV_Bracer_18", "=q3=Bracers of Valor", "=ds=#s8#, #a4# =q7=#x34# (#z4#/#z5#)" }, - { 16737, "INV_Gauntlets_26", "=q3=Gauntlets of Valor", "=ds=#s10#, #a4# =q7=#db60#" }, + { 16737, "INV_Gauntlets_26", "=q3=Gauntlets of Valor", "=ds=#s9#, #a4# =q7=#db60#" }, { 16736, "INV_Belt_34", "=q3=Belt of Valor", "=ds=#s10#, #a4# =q7=#x34# (#z3#/#z4#)" }, { 16732, "INV_Pants_04", "=q3=Legplates of Valor", "=ds=#s11#, #a4# =q7=#db34#" }, { 16734, "INV_Boots_Plate_03", "=q3=Boots of Valor", "=ds=#s12#, #a4# =q7=#db61#" }, @@ -781,7 +781,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22001,"INV_Shoulder_30","=q3=Spaulders of Heroism","=ds=#s3#, #a4#" }, { 21997,"INV_Chest_Plate03","=q4=Breastplate of Heroism", "=ds=#s5#, #a4#" }, { 21996, "INV_Bracer_18", "=q3=Bracers of Heroism", "=ds=#s8#, #a4#" }, - { 21998, "INV_Gauntlets_26", "=q4=Gauntlets of Heroism", "=ds=#s10#, #a4#" }, + { 21998, "INV_Gauntlets_26", "=q4=Gauntlets of Heroism", "=ds=#s9#, #a4#" }, { 21994, "INV_Belt_34", "=q3=Belt of Heroism", "=ds=#s10#, #a4#" }, { 22000, "INV_Pants_04", "=q3=Legplates of Heroism", "=ds=#s11#, #a4#" }, { 21995, "INV_Boots_Plate_03", "=q4=Boots of Heroism", "=ds=#s12#, #a4#" }, @@ -794,7 +794,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 16729,"INV_Shoulder_10","=q3=Lightforge Spaulders", "=ds=#s3#, #a4# =q7=#db62#" }, { 16726,"INV_Chest_Plate03","=q3=Lightforge Breastplate", "=ds=#s5#, #a4# =q7=#db35#" }, { 16722, "INV_Bracer_14", "=q3=Lightforge Bracers", "=ds=#s8#, #a4# =q7=#db63#" }, - { 16724, "INV_Gauntlets_19", "=q3=Lightforge Gauntlets", "=ds=#s10#, #a4# =q7=#db64#" }, + { 16724, "INV_Gauntlets_19", "=q3=Lightforge Gauntlets", "=ds=#s9#, #a4# =q7=#db64#" }, { 16723, "INV_Belt_11", "=q3=Lightforge Belt", "=ds=#s10#, #a4# =q7=#x34# (#z3#)" }, { 16728, "INV_Pants_04", "=q3=Lightforge Legplates", "=ds=#s11#, #a4# =q7=#db34#" }, { 16725, "INV_Boots_Plate_03", "=q3=Lightforge Boots", "=ds=#s12#, #a4# =q7=#db65#" }, @@ -809,7 +809,7 @@ AtlasLoot_Data["AtlasLootSetItems"] = { { 22093, "INV_Shoulder_10","=q3=Soulforge Spaulders", "=ds=#s3#, #a4#" }, { 22089, "INV_Chest_Plate03","=q4=Soulforge Breastplate", "=ds=#s5#, #a4#" }, { 22088, "INV_Bracer_14", "=q3=Soulforge Bracers", "=ds=#s8#, #a4#" }, - { 22090, "INV_Gauntlets_19", "=q4=Soulforge Gauntlets", "=ds=#s10#, #a4#" }, + { 22090, "INV_Gauntlets_19", "=q4=Soulforge Gauntlets", "=ds=#s9#, #a4#" }, { 22086, "INV_Belt_11", "=q3=Soulforge Belt", "=ds=#s10#, #a4#" }, { 22092, "INV_Pants_04", "=q3=Soulforge Legplates", "=ds=#s11#, #a4#" }, { 22087, "INV_Boots_Plate_03", "=q4=Soulforge Boots", "=ds=#s12#, #a4#" },