diff --git a/AtlasLoot.toc b/AtlasLoot.toc index 2b9aad8..08433f3 100644 --- a/AtlasLoot.toc +++ b/AtlasLoot.toc @@ -3,7 +3,7 @@ ## Notes: Shows possible loot from dungeon bosses and other sources. ## Author: Otari (overhaul/revamp, menu changes, bugfixes/updates), Lexie (Turtle WoW fixes/updates), Pepopo, MarcelineVQ (Kara40 loot), Shagu ## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons) -## Version: 3.4.1 +## Version: 3.4.2 ## SavedVariablesPerCharacter: AtlasLootCharDB ## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index da6ba8f..265375c 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -4041,11 +4041,16 @@ AtlasLoot_ButtonRegistry = { ["JewelcraftingAmulets1"] = { Back_Page = "JEWELCRAFTMENU", Prev_Page = "JewelcraftingRings2", + Next_Page = "JewelcraftingAmulets2", + }, + ["JewelcraftingAmulets2"] = { + Back_Page = "JEWELCRAFTMENU", + Prev_Page = "JewelcraftingAmulets1", Next_Page = "JewelcraftingHelm1", }, ["JewelcraftingHelm1"] = { Back_Page = "JEWELCRAFTMENU", - Prev_Page = "JewelcraftingAmulets1", + Prev_Page = "JewelcraftingAmulets2", Next_Page = "JewelcraftingBracers1", }, ["JewelcraftingBracers1"] = { diff --git a/Database/Crafting.lua b/Database/Crafting.lua index 9e8c7d6..8208702 100644 --- a/Database/Crafting.lua +++ b/Database/Crafting.lua @@ -951,9 +951,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s8366", "INV_Chest_Chain", "=q2=Ironforge Chain", "=ds=#sr# =so1=70 =so2=110 =so3=130 =so4=150" }, { "s3326", "inv_stone_grindingstone_02", "=q1=Coarse Grinding Stone", "=ds=#sr# =so1=75 =so2=75 =so3=87 =so4=100" }, { "s46664", "inv_misc_monsterclaw_01", "=q2=Sharpened Claw", "=ds=#sr# =so1=75 =so2=90 =so3=95 =so4=100" }, + { "s45063", "INV_Shield_09", "=q2=Blast Shield", "=ds=#sr# =so1=75 =so2=100 =so3=120 =so4=140" }, }, SmithingJourneyman1 = { - { "s45063", "INV_Shield_09", "=q2=Blast Shield", "=ds=#sr# =so1=75 =so2=100 =so3=120 =so4=140" }, { "s2667", "inv_chest_plate03", "=q2=Runed Copper Breastplate", "=ds=#sr# =so1=80 =so2=120 =so3=140 =so4=160" }, { "s57166", "INV_Misc_Buckle_02", "=q2=Bronze Belt Buckle", "=ds=#sr# =so1=90 =so2=115 =so3=127 =so4=140" }, { "s2664", "inv_bracer_03", "=q2=Runed Copper Bracers", "=ds=#sr# =so1=90 =so2=115 =so3=127 =so4=140" }, @@ -977,14 +977,15 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s2674", "inv_stone_sharpeningstone_03", "=q1=Heavy Sharpening Stone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" }, { "s3117", "inv_stone_weightstone_03", "=q1=Heavy Weightstone", "=ds=#sr# =so1=125 =so2=125 =so3=132 =so4=140" }, { "s3337", "inv_stone_grindingstone_03", "=q1=Heavy Grinding Stone", "=ds=#sr# =so1=125 =so2=125 =so3=137 =so4=150" }, + { "s34762", "ceremonial_belt_buckle_1", "=q2=Ceremonial Belt Buckle", "=ds=#sr# =so1=125 =so2=145 =so3=160 =so4=175" }, { "s9985", "inv_hammer_18", "=q1=Bronze Warhammer", "=ds=#sr# =so1=125 =so2=155 =so3=170 =so4=185" }, { "s3295", "inv_weapon_shortblade_05", "=q2=Deadly Bronze Poniard", "=ds=#sr# =so1=125 =so2=155 =so3=170 =so4=185" }, { "s3330", "inv_shoulder_09", "=q2=Silvered Bronze Shoulders", "=ds=#sr# =so1=125 =so2=155 =so3=170 =so4=185" }, { "s9986", "inv_sword_20", "=q1=Bronze Greatsword", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, { "s3296", "inv_mace_08", "=q2=Heavy Bronze Mace", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, - { "s3331", "inv_boots_01", "=q2=Silvered Bronze Boots", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, }, SmithingJourneyman2 = { + { "s3331", "inv_boots_01", "=q2=Silvered Bronze Boots", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, { "s2673", "inv_chest_chain_09", "=q2=Silvered Bronze Breastplate", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, { "s9987", "inv_axe_21", "=q1=Bronze Battle Axe", "=ds=#sr# =so1=135 =so2=165 =so3=180 =so4=195" }, { "s3333", "inv_gauntlets_05", "=q2=Silvered Bronze Gauntlets", "=ds=#sr# =so1=135 =so2=165 =so3=180 =so4=195" }, @@ -1000,8 +1001,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3336", "inv_gauntlets_05", "=q2=Green Iron Gauntlets", "=ds=#sr# =so1=150 =so2=180 =so3=195 =so4=210" }, }, SmithingExpert1 = { + { "s65210", "INV_Sword_10", "=q2=Simple Bronze Katana", "=ds=#sr# =so1=155 =so2=175 =so3=190 =so4=205" }, { "s3506", "inv_pants_05", "=q2=Green Iron Leggings", "=ds=#sr# =so1=155 =so2=180 =so3=192 =so4=205" }, - { "s46666", "spell_nature_ravenform", "=q3=Frostbound Slasher", "=ds=#sr# =so1=180 =so2=190 =so3=195 =so4=200" }, { "s12259", "inv_pants_04", "=q2=Silvered Bronze Leggings", "=ds=#sr# =so1=155 =so2=180 =so3=192 =so4=205" }, { "s3494", "inv_hammer_07", "=q2=Solid Iron Maul", "=ds=#sr# =so1=155 =so2=180 =so3=192 =so4=205" }, { "s9813", "inv_chest_chain_14", "=q2=Barbaric Iron Breastplate", "=ds=#sr# =so1=160 =so2=185 =so3=197 =so4=210" }, @@ -1017,6 +1018,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s9814", "inv_helmet_25", "=q2=Barbaric Iron Helm", "=ds=#sr# =so1=175 =so2=200 =so3=212 =so4=225" }, { "s3505", "inv_shoulder_09", "=q3=Golden Scale Shoulders", "=ds=#sr# =so1=175 =so2=200 =so3=212 =so4=225" }, { "s3493", "inv_sword_36", "=q2=Jade Serpentblade", "=ds=#sr# =so1=175 =so2=200 =so3=212 =so4=225" }, + { "s46666", "spell_nature_ravenform", "=q3=Frostbound Slasher", "=ds=#sr# =so1=180 =so2=190 =so3=195 =so4=200" }, { "s9818", "inv_boots_plate_01", "=q2=Barbaric Iron Boots", "=ds=#sr# =so1=180 =so2=205 =so3=217 =so4=230" }, { "s15972", "inv_weapon_shortblade_05", "=q2=Glinting Steel Dagger", "=ds=#sr# =so1=180 =so2=205 =so3=217 =so4=230" }, { "s3496", "inv_sword_25", "=q2=Moonsteel Broadsword", "=ds=#sr# =so1=180 =so2=205 =so3=217 =so4=230" }, @@ -1029,9 +1031,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s7224", "spell_frost_chainsofice", "=q1=Steel Weapon Chain", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" }, { "s21913", "inv_axe_06", "=q2=Edge of Winter", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" }, { "s3503", "inv_helmet_36", "=q2=Golden Scale Coif", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" }, - { "s15973", "inv_weapon_shortblade_05", "=q2=Searing Golden Blade", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" }, }, SmithingExpert2 = { + { "s15973", "inv_weapon_shortblade_05", "=q2=Searing Golden Blade", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" }, { "s3511", "inv_chest_chain_06", "=q2=Golden Scale Cuirass", "=ds=#sr# =so1=195 =so2=220 =so3=232 =so4=245" }, { "s57", "inv_steel_buckle", "=q2=Steel Belt Buckle", "=ds=#sr# =so1=200 =so2=195 =so3=200 =so4=205" }, { "s9920", "inv_stone_grindingstone_04", "=q1=Solid Grinding Stone", "=ds=#sr# =so1=200 =so2=200 =so3=205 =so4=210" }, @@ -1061,9 +1063,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s9945", "inv_pants_04", "=q2=Ornate Mithril Pants", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" }, { "s9995", "inv_axe_03", "=q2=Blue Glittering Axe", "=ds=#sr# =so1=220 =so2=245 =so3=257 =so4=270" }, { "s46626", "inv_boots_plate_01", "=q2=Steel Plate Boots", "=ds=#sr# =so1=220 =so2=220 =so3=220 =so4=220" }, - { "s46627", "inv_gauntlets_31", "=q2=Steel Plate Gauntlets", "=ds=#sr# =so1=220 =so2=220 =so3=220 =so4=220" }, }, SmithingExpert3 = { + { "s46627", "inv_gauntlets_31", "=q2=Steel Plate Gauntlets", "=ds=#sr# =so1=220 =so2=220 =so3=220 =so4=220" }, { "s9942", "inv_gauntlets_31", "=q2=Mithril Scale Gloves", "=ds=#sr# =so1=220 =so2=240 =so3=250 =so4=260" }, { "s9952", "inv_shoulder_09", "=q2=Ornate Mithril Shoulders", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" }, { "s46651", "INV_Sword_12", "=q2=Bloodstone Warblade", "=ds=#sr# =so1=225 =so2=260 =so3=267 =so4=275" }, @@ -1195,6 +1197,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s102", "inv_obsidian_buckle", "=q3=Obsidian Belt Buckle", "=ds=#sr# =so1=300 =so2=300 =so3=310 =so4=320" }, { "s46667", "INV_Shoulder_01", "=q4=Pauldron of Deflection", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, { "s36907", "INV_Pants_Plate_05", "=q4=Rune-Inscribed Plate Leggings", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s36948", "INV_Shield_21", "=q4=Bulwark of Unshaken Earth", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, }, Armorsmith1 = { { "s9954", "inv_gauntlets_29", "=q3=Truesilver Gauntlets", "=ds=#sr# =so1=225 =so2=245 =so3=255 =so4=265" }, @@ -1496,6 +1499,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { SmithingSwords1 = { { "s2739", "inv_sword_26", "=q1=Copper Shortsword", "=ds=#sr# =so1=25 =so2=65 =so3=85 =so4=105" }, { "s2742", "inv_sword_04", "=q1=Bronze Shortsword", "=ds=#sr# =so1=120 =so2=150 =so3=165 =so4=180" }, + { "s65210", "INV_Sword_10", "=q2=Simple Bronze Katana", "=ds=#sr# =so1=155 =so2=175 =so3=190 =so4=205" }, { "s3492", "inv_sword_20", "=q2=Hardened Iron Shortsword", "=ds=#sr# =so1=160 =so2=185 =so3=197 =so4=210" }, { "s3493", "inv_sword_36", "=q2=Jade Serpentblade", "=ds=#sr# =so1=175 =so2=200 =so3=212 =so4=225" }, { "s9997", "inv_sword_10", "=q2=Wicked Mithril Blade", "=ds=#sr# =so1=225 =so2=250 =so3=262 =so4=275" }, @@ -1508,7 +1512,6 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s27832", "inv_sword_51", "=q4=Sageblade", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, { "s46661", "inv_sword_31", "=q4=Dream's Herald", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, { "", "", "" }, - { "", "", "" }, { "s9983", "inv_sword_21", "=q1=Copper Claymore", "=ds=#sr# =so1=30 =so2=70 =so3=90 =so4=110" }, { "s3292", "inv_sword_14", "=q2=Heavy Copper Broadsword", "=ds=#sr# =so1=95 =so2=135 =so3=155 =so4=175" }, { "s9986", "inv_sword_20", "=q1=Bronze Greatsword", "=ds=#sr# =so1=130 =so2=160 =so3=175 =so4=190" }, @@ -1571,6 +1574,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { SmithingBuckles1 = { { "s57163", "INV_Misc_Buckle_01", "=q2=Copper Belt Buckle", "=ds=#sr# =so1=25 =so2=65 =so3=85 =so4=105" }, { "s57166", "INV_Misc_Buckle_02", "=q2=Bronze Belt Buckle", "=ds=#sr# =so1=90 =so2=115 =so3=127 =so4=140" }, + { "s34762", "ceremonial_belt_buckle_1", "=q2=Ceremonial Belt Buckle", "=ds=#sr# =so1=125 =so2=145 =so3=160 =so4=175" }, { "s57169", "INV_Misc_Buckle_03", "=q2=Iron Belt Buckle", "=ds=#sr# =so1=140 =so2=170 =so3=185 =so4=200" }, { "s69", "inv_gold_buckle", "=q2=Gold Belt Buckle", "=ds=#sr# =so1=175 =so2=175 =so3=180 =so4=185" }, { "s57172", "INV_Misc_Buckle_04", "=q2=Mithril Belt Buckle", "=ds=#sr# =so1=185 =so2=210 =so3=222 =so4=235" }, @@ -1610,6 +1614,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "", "", "" }, { "s45063", "INV_Shield_09", "=q2=Blast Shield", "=ds=#sr# =so1=75 =so2=100 =so3=120 =so4=140" }, { "s27586", "inv_shield_22", "=q4=Jagged Obsidian Shield", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s36948", "INV_Shield_21", "=q4=Bulwark of Unshaken Earth", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, { "", "", "" }, { "s7222", "inv_misc_orb_01", "=q1=Iron Counterweight", "=ds=#sr# =so1=165 =so2=190 =so3=202 =so4=215" }, { "s7224", "spell_frost_chainsofice", "=q1=Steel Weapon Chain", "=ds=#sr# =so1=190 =so2=215 =so3=227 =so4=240" }, @@ -1694,11 +1699,12 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s9074", "inv_gauntlets_05", "=q2=Nimble Leather Gloves", "=ds=#sr# =so1=120 =so2=145 =so3=157 =so4=170" }, { "s9072", "inv_gauntlets_05", "=q2=Red Whelp Gloves", "=ds=#sr# =so1=120 =so2=145 =so3=157 =so4=170" }, { "s3765", "inv_gauntlets_05", "=q2=Dark Leather Gloves", "=ds=#sr# =so1=120 =so2=155 =so3=167 =so4=180" }, + { "s34760", "INV_Bracer_09", "=q3=Grimtotem Bracers", "=ds=#sr# =so1=125 =so2=145 =so3=160 =so4=175" }, { "s3766", "inv_belt_03", "=q2=Dark Leather Belt", "=ds=#sr# =so1=125 =so2=150 =so3=162 =so4=175" }, { "s9145", "inv_gauntlets_05", "=q2=Fletcher's Gloves", "=ds=#sr# =so1=125 =so2=150 =so3=162 =so4=175" }, - { "s3768", "inv_shoulder_08", "=q2=Hillman's Shoulders", "=ds=#sr# =so1=130 =so2=155 =so3=167 =so4=180" }, }, LeatherJourneyman2 = { + { "s3768", "inv_shoulder_08", "=q2=Hillman's Shoulders", "=ds=#sr# =so1=130 =so2=155 =so3=167 =so4=180" }, { "s9147", "inv_shoulder_06", "=q2=Earthen Leather Shoulders", "=ds=#sr# =so1=135 =so2=160 =so3=172 =so4=185" }, { "s9146", "inv_gauntlets_18", "=q2=Herbalist's Gloves", "=ds=#sr# =so1=135 =so2=160 =so3=172 =so4=185" }, { "s3770", "inv_gauntlets_24", "=q3=Toughened Leather Gloves", "=ds=#sr# =so1=135 =so2=160 =so3=172 =so4=185" }, @@ -2070,6 +2076,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { LeatherBracers1 = { { "s9059", "inv_bracer_08", "=q1=Handstitched Leather Bracers", "=ds=#sr# =so1=1 =so2=40 =so3=55 =so4=70" }, { "s9065", "inv_bracer_04", "=q1=Light Leather Bracers", "=ds=#sr# =so1=70 =so2=100 =so3=115 =so4=130" }, + { "s34760", "INV_Bracer_09", "=q3=Grimtotem Bracers", "=ds=#sr# =so1=125 =so2=145 =so3=160 =so4=175" }, { "s23399", "inv_bracer_15", "=q3=Barbaric Bracers", "=ds=#sr# =so1=155 =so2=175 =so3=185 =so4=195" }, { "s3776", "inv_bracer_12", "=q2=Green Leather Bracers", "=ds=#sr# =so1=180 =so2=200 =so3=210 =so4=220" }, { "s9201", "inv_bracer_07", "=q2=Dusky Bracers", "=ds=#sr# =so1=185 =so2=205 =so3=215 =so4=225" }, @@ -2307,6 +2314,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3845", "inv_boots_09", "=q2=Soft-soled Linen Boots", "=ds=#sr# =so1=80 =so2=105 =so3=122 =so4=140" }, { "s2399", "inv_chest_cloth_39", "=q2=Green Woolen Vest", "=ds=#sr# =so1=85 =so2=110 =so3=127 =so4=145" }, { "s3843", "inv_gauntlets_05", "=q2=Heavy Woolen Gloves", "=ds=#sr# =so1=85 =so2=110 =so3=127 =so4=145" }, + { "s7636", "INV_Chest_Cloth_22", "=q2=Green Woolen Robe", "=ds=#sr# =so1=90 =so2=115 =so3=132 =so4=150" }, { "s6521", "inv_misc_cape_11", "=q2=Pearl-clasped Cloak", "=ds=#sr# =so1=90 =so2=115 =so3=132 =so4=150" }, { "s3758", "inv_misc_bag_10_green", "=q1=Green Woolen Bag", "=ds=#sr# =so1=95 =so2=120 =so3=137 =so4=155" }, { "s3847", "inv_boots_09", "=q2=Red Woolen Boots", "=ds=#sr# =so1=95 =so2=120 =so3=137 =so4=155" }, @@ -2332,9 +2340,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3852", "inv_gauntlets_05", "=q2=Gloves of Meditation", "=ds=#sr# =so1=130 =so2=150 =so3=165 =so4=180" }, { "s3869", "inv_shirt_yellow_01", "=q1=Bright Yellow Shirt", "=ds=#sr# =so1=135 =so2=145 =so3=150 =so4=155" }, { "s6690", "inv_chest_cloth_17", "=q2=Lesser Wizard's Robe", "=ds=#sr# =so1=135 =so2=155 =so3=170 =so4=185" }, - { "s8758", "inv_pants_08", "=q2=Azure Silk Pants", "=ds=#sr# =so1=140 =so2=160 =so3=175 =so4=190" }, }, TailoringJourneyman2 = { + { "s8758", "inv_pants_08", "=q2=Azure Silk Pants", "=ds=#sr# =so1=140 =so2=160 =so3=175 =so4=190" }, { "s3856", "inv_boots_03", "=q2=Spider Silk Slippers", "=ds=#sr# =so1=140 =so2=160 =so3=175 =so4=190" }, { "s8778", "INV_Boots_05", "=q2=Boots of Darkness", "=ds=#sr# =so1=140 =so2=160 =so3=175 =so4=190" }, { "s8760", "inv_helmet_29", "=q2=Azure Silk Hood", "=ds=#sr# =so1=145 =so2=155 =so3=160 =so4=165" }, @@ -2364,6 +2372,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s8789", "inv_chest_cloth_16", "=q2=Crimson Silk Cloak", "=ds=#sr# =so1=180 =so2=200 =so3=215 =so4=230" }, { "s8774", "inv_shoulder_18", "=q2=Green Silken Shoulders", "=ds=#sr# =so1=180 =so2=200 =so3=215 =so4=230" }, { "s3863", "inv_belt_25", "=q2=Spider Belt", "=ds=#sr# =so1=180 =so2=200 =so3=215 =so4=230" }, + { "s83", "inv_gauntlets_09", "=q3=Stormreaver Gloves", "=ds=#sr# =so1=185 =so2=185 =so3=200 =so4=215" }, { "s3872", "inv_shirt_16", "=q1=Rich Purple Silk Shirt", "=ds=#sr# =so1=185 =so2=195 =so3=200 =so4=205" }, { "s8791", "inv_shirt_04", "=q2=Crimson Silk Vest", "=ds=#sr# =so1=185 =so2=205 =so3=215 =so4=225" }, { "s6695", "inv_misc_bag_07_black", "=q1=Black Silk Pack", "=ds=#sr# =so1=185 =so2=205 =so3=220 =so4=235" }, @@ -2375,9 +2384,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s8799", "inv_pants_06", "=q2=Crimson Silk Pantaloons", "=ds=#sr# =so1=195 =so2=215 =so3=225 =so4=235" }, { "s8797", "inv_belt_24", "=q2=Earthen Silk Belt", "=ds=#sr# =so1=195 =so2=215 =so3=230 =so4=245" }, { "s3873", "inv_shirt_black_01", "=q1=Black Swashbuckler's Shirt", "=ds=#sr# =so1=200 =so2=210 =so3=215 =so4=220" }, - { "s3864", "inv_belt_06", "=q2=Star Belt", "=ds=#sr# =so1=200 =so2=220 =so3=235 =so4=250" }, }, TailoringExpert2 = { + { "s3864", "inv_belt_06", "=q2=Star Belt", "=ds=#sr# =so1=200 =so2=220 =so3=235 =so4=250" }, { "s3862", "inv_misc_cape_04", "=q3=Icy Cloak", "=ds=#sr# =so1=200 =so2=220 =so3=235 =so4=250" }, { "s46644", "INV_Boots_05", "=q2=Augerer's Boots", "=ds=#sr# =so1=200 =so2=200 =so3=200 =so4=200" }, { "s46643", "INV_Gauntlets_06", "=q2=Augerer's Gloves", "=ds=#sr# =so1=200 =so2=200 =so3=200 =so4=200" }, @@ -2407,9 +2416,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s12071", "inv_gauntlets_09", "=q2=Shadoweave Gloves", "=ds=#sr# =so1=225 =so2=240 =so3=255 =so4=270" }, { "s12067", "inv_gauntlets_18", "=q3=Dreamweave Gloves", "=ds=#sr# =so1=225 =so2=240 =so3=255 =so4=270" }, { "s12070", "inv_chest_cloth_42", "=q3=Dreamweave Vest", "=ds=#sr# =so1=225 =so2=240 =so3=255 =so4=270" }, - { "s46636", "inv_boots_09", "=q2=Diviner's Boots", "=ds=#sr# =so1=225 =so2=225 =so3=225 =so4=225" }, }, TailoringExpert3 = { + { "s46636", "inv_boots_09", "=q2=Diviner's Boots", "=ds=#sr# =so1=225 =so2=225 =so3=225 =so4=225" }, { "s46637", "inv_gauntlets_23", "=q2=Diviner's Mitts", "=ds=#sr# =so1=225 =so2=225 =so3=225 =so4=225" }, { "s12068", "INV_Chest_Cloth_08", "=q2=Stormcloth Vest", "=ds=#sr# =so1=225 =so2=240 =so3=255 =so4=270" }, }, @@ -2558,6 +2567,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s45463", "inv_gauntlets_23", "=q4=Dreamthread Gloves", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, { "s45457", "INV_Shoulder_05", "=q4=Dreamthread Mantle", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, { "s45453", "INV_Misc_Herb_18", "=q2=Dreamthread", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, + { "s36915", "inv_misc_cape_02", "=q4=Spellwoven Nobility Drape", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, }, TailoringHelm1 = { { "s8760", "inv_helmet_29", "=q2=Azure Silk Hood", "=ds=#sr# =so1=145 =so2=155 =so3=160 =so4=165" }, @@ -2616,6 +2626,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s22870", "inv_misc_cape_06", "=q3=Cloak of Warding", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" }, { "s57633", "INV_Misc_Cape_06", "=q3=Ley-Kissed Drape", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, { "s28208", "inv_misc_cape_16", "=q4=Glacial Cloak", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" }, + { "s36915", "inv_misc_cape_02", "=q4=Spellwoven Nobility Drape", "=ds=#sr# =so1=300 =so2=315 =so3=322 =so4=330" }, }, TailoringChest1 = { { "s7623", "inv_chest_cloth_21", "=q2=Brown Linen Robe", "=ds=#sr# =so1=30 =so2=55 =so3=72 =so4=90" }, @@ -2626,6 +2637,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s2395", "inv_chest_fur", "=q2=Barbaric Linen Vest", "=ds=#sr# =so1=70 =so2=95 =so3=112 =so4=130" }, { "s7633", "inv_chest_cloth_23", "=q2=Blue Linen Robe", "=ds=#sr# =so1=70 =so2=95 =so3=112 =so4=130" }, { "s2399", "inv_chest_cloth_39", "=q2=Green Woolen Vest", "=ds=#sr# =so1=85 =so2=110 =so3=127 =so4=145" }, + { "s7636", "INV_Chest_Cloth_22", "=q2=Green Woolen Robe", "=ds=#sr# =so1=90 =so2=115 =so3=132 =so4=150" }, { "s2403", "inv_chest_cloth_13", "=q2=Gray Woolen Robe", "=ds=#sr# =so1=105 =so2=130 =so3=147 =so4=165" }, { "s7643", "inv_chest_cloth_24", "=q2=Greater Adept's Robe", "=ds=#sr# =so1=115 =so2=140 =so3=157 =so4=175" }, { "s6690", "inv_chest_cloth_17", "=q2=Lesser Wizard's Robe", "=ds=#sr# =so1=135 =so2=155 =so3=170 =so4=185" }, @@ -2647,9 +2659,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s26403", "inv_chest_cloth_56", "=q1=Festival Dress", "=ds=#sr# =so1=250 =so2=265 =so3=280 =so4=295" }, { "s26407", "inv_chest_cloth_55", "=q1=Festive Red Pant Suit", "=ds=#sr# =so1=250 =so2=265 =so3=280 =so4=295" }, { "s18404", "inv_chest_cloth_03", "=q2=Frostweave Robe", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" }, - { "s18403", "inv_chest_cloth_08", "=q2=Frostweave Tunic", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" }, }, TailoringChest2 = { + { "s18403", "inv_chest_cloth_08", "=q2=Frostweave Tunic", "=ds=#sr# =so1=255 =so2=270 =so3=285 =so4=300" }, { "s18408", "inv_chest_cloth_07", "=q2=Cindercloth Vest", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" }, { "s18406", "inv_chest_cloth_04", "=q2=Runecloth Robe", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" }, { "s18407", "inv_chest_cloth_04", "=q2=Runecloth Tunic", "=ds=#sr# =so1=260 =so2=275 =so3=290 =so4=305" }, @@ -2687,6 +2699,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s3854", "inv_gauntlets_17", "=q2=Azure Silk Gloves", "=ds=#sr# =so1=145 =so2=165 =so3=180 =so4=195" }, { "s8780", "inv_gauntlets_22", "=q2=Hands of Darkness", "=ds=#sr# =so1=145 =so2=165 =so3=180 =so4=195" }, { "s8782", "inv_gauntlets_16", "=q2=Truefaith Gloves", "=ds=#sr# =so1=150 =so2=170 =so3=185 =so4=200" }, + { "s83", "inv_gauntlets_09", "=q3=Stormreaver Gloves", "=ds=#sr# =so1=185 =so2=185 =so3=200 =so4=215" }, { "s46643", "INV_Gauntlets_06", "=q2=Augerer's Gloves", "=ds=#sr# =so1=200 =so2=200 =so3=200 =so4=200" }, { "s8804", "inv_gauntlets_05", "=q2=Crimson Silk Gloves", "=ds=#sr# =so1=210 =so2=225 =so3=240 =so4=255" }, { "s12053", "inv_gauntlets_05", "=q2=Black Mageweave Gloves", "=ds=#sr# =so1=215 =so2=230 =so3=245 =so4=260" }, @@ -2708,9 +2721,9 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s20849", "inv_gauntlets_26", "=q4=Flarecore Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" }, { "s28205", "inv_gauntlets_06", "=q4=Glacial Gloves", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" }, { "s18454", "inv_gauntlets_06", "=q4=Gloves of Spell Mastery", "=ds=#sr# =so1=300 =so2=315 =so3=330 =so4=345" }, - { "s45485", "inv_gauntlets_25", "=q4=Gloves of Unwinding Mystery", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, }, TailoringGloves2 = { + { "s45485", "inv_gauntlets_25", "=q4=Gloves of Unwinding Mystery", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, { "s45463", "inv_gauntlets_23", "=q4=Dreamthread Gloves", "=ds=#sr# =so1=300 =so2=300 =so3=300 =so4=300" }, }, TailoringBelt1 = { @@ -3015,6 +3028,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s45481", "inv_helmet_44", "=q4=Intricate Gyroscope Goggles", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, { "s52747", "INV_Misc_EngGizmos_06", "=q3=Voltage-Neutralizing Nature Reflector", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" }, { "s52749", "INV_Misc_EngGizmos_06", "=q3=Giga-Charged Arcane Reflector", "=ds=#sr# =so1=290 =so2=310 =so3=320 =so4=330" }, + { "s36946", "INV_Misc_Spyglass_02", "=q3=Facetted Crystal Scope", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s32310", "inv_ammo_bullet_03", "=q3=Enchanted Thorium Shells", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, }, Gnomish1 = { @@ -3174,14 +3189,12 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s19815", "inv_gizmo_07", "=q1=Delicate Arcanite Converter", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" }, }, EngineeringMisc1 = { - { "s7430", "inv_misc_wrench_01", "=q1=Arclight Spanner", "=ds=#sr# =so1=50 =so2=70 =so3=80 =so4=90" }, - { "s12590", "inv_misc_screwdriver_02", "=q1=Gyromatic Micro-Adjustor", "=ds=#sr# =so1=175 =so2=175 =so3=195 =so4=215" }, - { 0, "", "", "" }, { "s3977", "inv_misc_spyglass_02", "=q1=Crude Scope", "=ds=#sr# =so1=60 =so2=90 =so3=105 =so4=120" }, { "s3978", "inv_misc_spyglass_02", "=q1=Standard Scope", "=ds=#sr# =so1=110 =so2=135 =so3=147 =so4=160" }, { "s12597", "inv_misc_spyglass_02", "=q1=Deadly Scope", "=ds=#sr# =so1=210 =so2=230 =so3=240 =so4=250" }, { "s12620", "inv_misc_spyglass_02", "=q1=Sniper Scope", "=ds=#sr# =so1=240 =so2=260 =so3=270 =so4=280" }, { "s22793", "inv_misc_spyglass_02", "=q3=Biznicks 247x128 Accurascope", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { "s36946", "INV_Misc_Spyglass_02", "=q3=Facetted Crystal Scope", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, { 0, "", "", "" }, { "s3920", "inv_ammo_bullet_02", "=q1=Crafted Light Shot", "=ds=#sr# =so1=1 =so2=30 =so3=45 =so4=60" }, { "s3930", "inv_ammo_bullet_02", "=q1=Crafted Heavy Shot", "=ds=#sr# =so1=75 =so2=85 =so3=90 =so4=95" }, @@ -3189,10 +3202,13 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s12621", "inv_ammo_bullet_01", "=q2=Mithril Gyro-Shot", "=ds=#sr# =so1=245 =so2=245 =so3=265 =so4=285" }, { "s12596", "inv_ammo_bullet_01", "=q2=Hi-Impact Mithril Slugs", "=ds=#sr# =so1=210 =so2=210 =so3=230 =so4=250" }, { "s19800", "inv_ammo_bullet_03", "=q2=Thorium Shells", "=ds=#sr# =so1=285 =so2=305 =so3=315 =so4=325" }, + { "s32310", "inv_ammo_bullet_03", "=q3=Enchanted Thorium Shells", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, + { 0, "", "", "" }, + { "s7430", "inv_misc_wrench_01", "=q1=Arclight Spanner", "=ds=#sr# =so1=50 =so2=70 =so3=80 =so4=90" }, + { "s12590", "inv_misc_screwdriver_02", "=q1=Gyromatic Micro-Adjustor", "=ds=#sr# =so1=175 =so2=175 =so3=195 =so4=215" }, { "s6458", "inv_misc_spyglass_01", "=q1=Ornate Spyglass", "=ds=#sr# =so1=135 =so2=160 =so3=172 =so4=185" }, { "s9271", "inv_misc_food_26", "=q1=Aquadynamic Fish Attractor", "=ds=#sr# =so1=150 =so2=150 =so3=160 =so4=170" }, { 0, "", "", "" }, - { 0, "", "", "" }, { "s3932", "inv_crate_06", "=q1=Target Dummy", "=ds=#sr# =so1=85 =so2=115 =so3=130 =so4=145" }, { "s3965", "inv_crate_05", "=q1=Advanced Target Dummy", "=ds=#sr# =so1=185 =so2=185 =so3=205 =so4=225" }, { "s19814", "inv_crate_02", "=q1=Masterwork Target Dummy", "=ds=#sr# =so1=275 =so2=295 =so3=305 =so4=315" }, @@ -3711,6 +3727,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { JewelcraftingJourneyman2 = { { "s41776", "INV_Jewelry_Ring_24", "=q2=Ring of Midnight", "=ds=#sr# =so1=125 =so2=145 =so3=155 =so4=165" }, { "s41059", "INV_Staff_15", "=q2=Moonlight Staff", "=ds=#sr# =so1=125 =so2=150 =so3=160 =so4=170" }, + { "s34758", "INV_Jewelry_Necklace_13", "=q3=Kodoheart Necklace", "=ds=#sr# =so1=125 =so2=145 =so3=160 =so4=175" }, { "s41568", "INV_Jewelry_Ring_10", "=q2=Dazzling Moonstone Band", "=ds=#sr# =so1=130 =so2=150 =so3=160 =so4=170" }, { "s41760", "INV_Misc_Gem_Emerald_02", "=q2=Graceful Agate Gemstone", "=ds=#sr# =so1=135 =so2=135 =so3=137 =so4=140" }, { "s41069", "INV_Jewelry_Talisman_06", "=q2=Silver Medallion", "=ds=#sr# =so1=135 =so2=150 =so3=160 =so4=170" }, @@ -3995,6 +4012,7 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s41323", "INV_Jewelry_Necklace_22", "=q2=Talisman of Stone", "=ds=#sr# =so1=100 =so2=125 =so3=135 =so4=145" }, { "s41325", "INV_Jewelry_Necklace_15", "=q2=Medallion of Flame", "=ds=#sr# =so1=110 =so2=130 =so3=140 =so4=150" }, { "s41055", "BTNBlackPendant", "=q2=Pendant of Midnight", "=ds=#sr# =so1=120 =so2=145 =so3=155 =so4=165" }, + { "s34758", "INV_Jewelry_Necklace_13", "=q3=Kodoheart Necklace", "=ds=#sr# =so1=125 =so2=145 =so3=160 =so4=175" }, { "s41327", "INV_Jewelry_Necklace_07", "=q2=Gleaming Silver Necklace", "=ds=#sr# =so1=135 =so2=155 =so3=165 =so4=175" }, { "s41275", "INV_Jewelry_Necklace_06", "=q3=Gemmed Citrine Pendant", "=ds=#sr# =so1=160 =so2=160 =so3=180 =so4=200" }, { "s41331", "INV_Jewelry_Amulet_05", "=q2=Gem Encrusted Choker", "=ds=#sr# =so1=160 =so2=180 =so3=190 =so4=200" }, @@ -4016,6 +4034,8 @@ AtlasLoot_Data["AtlasLootCrafting"] = { { "s41105", "INV_Jewelry_Amulet_04", "=q2=Pendant of Arcane Radiance", "=ds=#sr# =so1=280 =so2=300 =so3=305 =so4=310" }, { "s41287", "INV_Jewelry_Talisman_05", "=q2=Stormcloud Sigil", "=ds=#sr# =so1=290 =so2=310 =so3=325 =so4=340" }, { "s41722", "INV_Jewelry_Necklace_06", "=q4=Pendant of Instability", "=ds=#sr# =so1=300 =so2=300 =so3=307 =so4=315" }, + }, + JewelcraftingAmulets2 = { { "s41704", "INV_Jewelry_Amulet_01", "=q4=Talisman of Hinderance", "=ds=#sr# =so1=300 =so2=320 =so3=330 =so4=340" }, }, JewelcraftingHelm1 = { diff --git a/Database/Spells.lua b/Database/Spells.lua index c0d20ef..3501260 100644 --- a/Database/Spells.lua +++ b/Database/Spells.lua @@ -18505,5 +18505,122 @@ GetSpellInfoAtlasLootDB = { { 14341, 6 }, }, }, + [7636] = { + ["name"] = AL["Green Woolen Robe"], + ["craftItem"] = 6243, + ["castTime"] = 12.5, + ["reagents"] = { + { 2997, 3 }, + { 2321, 2 }, + { 2605 }, + }, + }, + [65210] = { + ["name"] = AL["Simple Bronze Katana"], + ["craftItem"] = 93223, + ["castTime"] = 12.5, + ["reagents"] = { + { 2841, 11 }, + { 3466, 2 }, + { 3478, 2 }, + { 2319 }, + }, + }, + [83] = { + ["name"] = AL["Stormreaver Gloves"], + ["craftItem"] = 58134, + ["castTime"] = 60, + ["reagents"] = { + { 4305, 8 }, + { 3824, 3 }, + { 7068, 3 }, + { 3864, 3 }, + { 4342 }, + { 4291, 2 }, + }, + }, + [36915] = { + ["name"] = AL["Spellwoven Nobility Drape"], + ["craftItem"] = 55056, + ["castTime"] = 25, + ["reagents"] = { + { 14342, 3 }, + { 14048, 8 }, + { 20725 }, + { 16204, 40 }, + { 14341, 4 }, + { 9210, 10 }, + }, + }, + [34760] = { + ["name"] = AL["Grimtotem Bracers"], + ["craftItem"] = 42204, + ["castTime"] = 60, + ["reagents"] = { + { 2319, 10 }, + { 4233, 2 }, + { 5116, 8 }, + { 5373, 4 }, + { 4340, 2 }, + }, + }, + [34762] = { + ["name"] = AL["Ceremonial Belt Buckle"], + ["craftItem"] = 42203, + ["castTime"] = 45, + ["reagents"] = { + { 3575, 4 }, + { 2319, 4 }, + { 5116, 2 }, + { 5373 }, + }, + }, + [36948] = { + ["name"] = AL["Bulwark of Unshaken Earth"], + ["craftItem"] = 33135, + ["castTime"] = 60, + ["reagents"] = { + { 12360, 2 }, + { 12655, 12 }, + { 7076, 6 }, + { 7075, 4 }, + { 7067, 8 }, + { 18567 }, + }, + }, + [34758] = { + ["name"] = AL["Kodoheart Necklace"], + ["craftItem"] = 42205, + ["castTime"] = 5.13, + ["reagents"] = { + { 2841, 6 }, + { 3827 }, + { 7069, 4 }, + { 1705, 2 }, + { 2842, 2 }, + }, + }, + [36946] = { + ["name"] = AL["Facetted Crystal Scope"], + ["craftItem"] = 33146, + ["castTime"] = 45, + ["reagents"] = { + { 12655, 10 }, + { 16006, 4 }, + { 61673, 2 }, + { 16000 }, + { 42001, 2 }, + }, + }, + [32310] = { + ["name"] = AL["Enchanted Thorium Shells"], + ["craftItem"] = 42202, + ["castTime"] = 5, + ["craftQuantityMin"] = 200, + ["reagents"] = { + { 12655, 2 }, + { 15992 }, + }, + }, }, } diff --git a/Database/TableRegister.lua b/Database/TableRegister.lua index 290e1a8..13865f6 100644 --- a/Database/TableRegister.lua +++ b/Database/TableRegister.lua @@ -935,14 +935,15 @@ AtlasLoot_TableNames = { ["EngineeringExpert2"] = { AL["Engineering"]..": "..AL["Expert"], "AtlasLootCrafting" }, ["EngineeringArtisan1"] = { AL["Engineering"]..": "..AL["Artisan"], "AtlasLootCrafting" }, ["EngineeringArtisan2"] = { AL["Engineering"]..": "..AL["Artisan"], "AtlasLootCrafting" }, - ["Gnomish1"] = { AL["Engineering"]..": "..AL["Gnomish Engineering"], "AtlasLootCrafting" }, - ["Goblin1"] = { AL["Engineering"]..": "..AL["Goblin Engineering"], "AtlasLootCrafting" }, + ["Gnomish1"] = { AL["Gnomish Engineering"], "AtlasLootCrafting" }, + ["Goblin1"] = { AL["Goblin Engineering"], "AtlasLootCrafting" }, ["EngineeringEquipment1"] = { AL["Engineering"]..": "..AL["Equipment"], "AtlasLootCrafting" }, ["EngineeringTrinkets1"] = { AL["Engineering"]..": "..AL["Trinkets"], "AtlasLootCrafting" }, ["EngineeringExplosives1"] = { AL["Engineering"]..": "..AL["Explosives"], "AtlasLootCrafting" }, ["EngineeringParts1"] = { AL["Engineering"]..": "..AL["Parts"], "AtlasLootCrafting" }, ["EngineeringMisc1"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, ["EngineeringMisc2"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, + ["EngineeringMisc3"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, ["EngineeringWeapons1"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, --Leatherworking ["LeatherApprentice1"] = { AL["Leatherworking"]..": "..AL["Apprentice"], "AtlasLootCrafting" }, @@ -1017,6 +1018,7 @@ AtlasLoot_TableNames = { ["JewelcraftingRings1"] = { AL["Jewelcrafting"]..": "..AL["Rings"], "AtlasLootCrafting" }, ["JewelcraftingRings2"] = { AL["Jewelcrafting"]..": "..AL["Rings"], "AtlasLootCrafting" }, ["JewelcraftingAmulets1"] = { AL["Jewelcrafting"]..": "..AL["Amulets"], "AtlasLootCrafting" }, + ["JewelcraftingAmulets2"] = { AL["Jewelcrafting"]..": "..AL["Amulets"], "AtlasLootCrafting" }, ["JewelcraftingHelm1"] = { AL["Jewelcrafting"]..": "..AL["Head"], "AtlasLootCrafting" }, ["JewelcraftingBracers1"] = { AL["Jewelcrafting"]..": "..AL["Bracers"], "AtlasLootCrafting" }, ["JewelcraftingOffHands1"] = { AL["Jewelcrafting"]..": "..AL["Off Hand"], "AtlasLootCrafting" }, @@ -1039,7 +1041,7 @@ AtlasLoot_TableNames = { ["SurvivalArtisan1"] = { AL["Survival"], "AtlasLootCrafting" }, ["Gardening1"] = { AL["Gardening"], "AtlasLootCrafting" }, --Poisons - ["Poisons1"] = { AL["Rogue"].." - "..AL["Poisons"], "AtlasLootCrafting" }, + ["Poisons1"] = { AL["Poisons"], "AtlasLootCrafting" }, ----------- --- PvP --- ----------- @@ -2163,9 +2165,10 @@ AtlasLoot_TableNamesBoss = { ["EngineeringParts1"] = { AL["Engineering"]..": "..AL["Parts"], "AtlasLootCrafting" }, ["EngineeringMisc1"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, ["EngineeringMisc2"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, + ["EngineeringMisc3"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, ["EngineeringWeapons1"] = { AL["Engineering"]..": "..AL["Misc"], "AtlasLootCrafting" }, - ["Gnomish1"] = { AL["Engineering"]..": "..AL["Gnomish Engineering"], "AtlasLootCrafting" }, - ["Goblin1"] = { AL["Engineering"]..": "..AL["Goblin Engineering"], "AtlasLootCrafting" }, + ["Gnomish1"] = { AL["Gnomish Engineering"], "AtlasLootCrafting" }, + ["Goblin1"] = { AL["Goblin Engineering"], "AtlasLootCrafting" }, --Leatherworking ["LeatherApprentice1"] = { AL["Leatherworking"]..": "..AL["Apprentice"], "AtlasLootCrafting" }, @@ -2177,9 +2180,9 @@ AtlasLoot_TableNamesBoss = { ["LeatherArtisan2"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" }, ["LeatherArtisan3"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" }, ["LeatherArtisan4"] = { AL["Leatherworking"]..": "..AL["Artisan"], "AtlasLootCrafting" }, - ["Dragonscale1"] = { AL["Leatherworking"]..": "..AL["Dragonscale Leatherworking"], "AtlasLootCrafting" }, - ["Elemental1"] = { AL["Leatherworking"]..": "..AL["Elemental Leatherworking"], "AtlasLootCrafting" }, - ["Tribal1"] = { AL["Leatherworking"]..": "..AL["Tribal Leatherworking"], "AtlasLootCrafting" }, + ["Dragonscale1"] = { AL["Dragonscale Leatherworking"], "AtlasLootCrafting" }, + ["Elemental1"] = { AL["Elemental Leatherworking"], "AtlasLootCrafting" }, + ["Tribal1"] = { AL["Tribal Leatherworking"], "AtlasLootCrafting" }, ["LeatherHelm1"] = { AL["Leatherworking"]..": "..AL["Helm"], "AtlasLootCrafting" }, ["LeatherShoulders1"] = { AL["Leatherworking"]..": "..AL["Shoulders"], "AtlasLootCrafting" }, ["LeatherCloak1"] = { AL["Leatherworking"]..": "..AL["Cloak"], "AtlasLootCrafting" }, @@ -2240,6 +2243,7 @@ AtlasLoot_TableNamesBoss = { ["JewelcraftingRings1"] = { AL["Jewelcrafting"]..": "..AL["Rings"], "AtlasLootCrafting" }, ["JewelcraftingRings2"] = { AL["Jewelcrafting"]..": "..AL["Rings"], "AtlasLootCrafting" }, ["JewelcraftingAmulets1"] = { AL["Jewelcrafting"]..": "..AL["Amulets"], "AtlasLootCrafting" }, + ["JewelcraftingAmulets2"] = { AL["Jewelcrafting"]..": "..AL["Amulets"], "AtlasLootCrafting" }, ["JewelcraftingHelm1"] = { AL["Jewelcrafting"]..": "..AL["Head"], "AtlasLootCrafting" }, ["JewelcraftingBracers1"] = { AL["Jewelcrafting"]..": "..AL["Bracers"], "AtlasLootCrafting" }, ["JewelcraftingOffHands1"] = { AL["Jewelcrafting"]..": "..AL["Off Hand"], "AtlasLootCrafting" }, @@ -2262,7 +2266,7 @@ AtlasLoot_TableNamesBoss = { ["SurvivalArtisan1"] = { AL["Survival"], "AtlasLootCrafting" }, ["Gardening1"] = { AL["Gardening"], "AtlasLootCrafting" }, --Poisons - ["Poisons1"] = { AL["Rogue"]..": "..AL["Poisons"], "AtlasLootCrafting" }, + ["Poisons1"] = { AL["Poisons"], "AtlasLootCrafting" }, }, ----------- --- PvP --- diff --git a/Database/TooltipStrings.lua b/Database/TooltipStrings.lua index 00b2044..3647c53 100644 --- a/Database/TooltipStrings.lua +++ b/Database/TooltipStrings.lua @@ -143,8 +143,8 @@ AtlasLoot_Data["AtlasLootSources"] = { [2871] = AL["Blacksmithing"].." ("..AL["Skill:"].." 125+)", [2874] = AL["The Deadmines"].." - "..AL["Edwin VanCleef"], [2888] = AL["Cooking"].." ("..AL["Skill:"].." 25+)", - [2892] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 130+)", - [2893] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 170+)", + [2892] = AL["Poisons"].." ("..AL["Skill:"].." 130+)", + [2893] = AL["Poisons"].." ("..AL["Skill:"].." 170+)", [2941] = AL["The Stockade"].." - "..AL["Bruegal Ironknuckle"].." ("..AL["Rare"]..") (33%)", [2942] = AL["The Stockade"].." - "..AL["Bruegal Ironknuckle"].." ("..AL["Rare"]..") (33%)", [2996] = AL["Tailoring"].." ("..AL["Skill:"].." 1+)", @@ -217,8 +217,8 @@ AtlasLoot_Data["AtlasLootSources"] = { [3728] = AL["Cooking"].." ("..AL["Skill:"].." 150+)", [3729] = AL["Cooking"].." ("..AL["Skill:"].." 175+)", [3748] = AL["Shadowfang Keep"].." - "..AL["Wolf Master Nandos"].." (50%)", - [3775] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", - [3776] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 230+)", + [3775] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [3776] = AL["Poisons"].." ("..AL["Skill:"].." 230+)", [3818] = AL["Herbalism"].." ("..AL["Skill:"].." 160+)", [3819] = AL["Herbalism"].." ("..AL["Skill:"].." 195+)", [3820] = AL["Herbalism"].." ("..AL["Skill:"].." 85+)", @@ -403,7 +403,7 @@ AtlasLoot_Data["AtlasLootSources"] = { [5200] = AL["The Deadmines"].." - "..AL["Captain Greenskin"].." (30%)", [5201] = AL["The Deadmines"].." - "..AL["Captain Greenskin"].." (40%)", [5202] = AL["The Deadmines"].." - "..AL["Edwin VanCleef"].." (30%)", - [5237] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [5237] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [5243] = AL["Wailing Caverns"].." - "..AL["Deviate Faerie Dragon"].." ("..AL["Rare"]..") (50%)", [5254] = AL["Shadowfang Keep"].." - "..AL["Rethilgore"].." (100%)", [5334] = AL["Wailing Caverns"].." - "..AL["Mad Magglish"].." (100%)", @@ -427,7 +427,7 @@ AtlasLoot_Data["AtlasLootSources"] = { [5525] = AL["Cooking"].." ("..AL["Skill:"].." 50+)", [5526] = AL["Cooking"].." ("..AL["Skill:"].." 90+)", [5527] = AL["Cooking"].." ("..AL["Skill:"].." 125+)", - [5530] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [5530] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [5540] = AL["Blacksmithing"].." ("..AL["Skill:"].." 110+)", [5541] = AL["Blacksmithing"].." ("..AL["Skill:"].." 140+)", [5542] = AL["Tailoring"].." ("..AL["Skill:"].." 90+)", @@ -592,10 +592,10 @@ AtlasLoot_Data["AtlasLootSources"] = { [6909] = AL["Blackfathom Deeps"].." - "..AL["Aku'mai"].." (33%)", [6910] = AL["Blackfathom Deeps"].." - "..AL["Aku'mai"].." (33%)", [6911] = AL["Blackfathom Deeps"].." - "..AL["Aku'mai"].." (33%)", - [6947] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", - [6949] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 120+)", - [6950] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 160+)", - [6951] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [6947] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [6949] = AL["Poisons"].." ("..AL["Skill:"].." 120+)", + [6950] = AL["Poisons"].." ("..AL["Skill:"].." 160+)", + [6951] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [7026] = AL["Tailoring"].." ("..AL["Skill:"].." 15+)", [7027] = AL["Tailoring"].." ("..AL["Skill:"].." 140+)", [7046] = AL["Tailoring"].." ("..AL["Skill:"].." 140+)", @@ -829,14 +829,14 @@ AtlasLoot_Data["AtlasLootSources"] = { [8839] = AL["Herbalism"].." ("..AL["Skill:"].." 235+)", [8845] = AL["Herbalism"].." ("..AL["Skill:"].." 245+)", [8846] = AL["Herbalism"].." ("..AL["Skill:"].." 250+)", - [8926] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 200+)", - [8927] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 240+)", - [8928] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 280+)", + [8926] = AL["Poisons"].." ("..AL["Skill:"].." 200+)", + [8927] = AL["Poisons"].." ("..AL["Skill:"].." 240+)", + [8928] = AL["Poisons"].." ("..AL["Skill:"].." 280+)", [8949] = AL["Alchemy"].." ("..AL["Skill:"].." 185+)", [8951] = AL["Alchemy"].." ("..AL["Skill:"].." 195+)", [8956] = AL["Alchemy"].." ("..AL["Skill:"].." 205+)", - [8984] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 210+)", - [8985] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 250+)", + [8984] = AL["Poisons"].." ("..AL["Skill:"].." 210+)", + [8985] = AL["Poisons"].." ("..AL["Skill:"].." 250+)", [9030] = AL["Alchemy"].." ("..AL["Skill:"].." 210+)", [9036] = AL["Alchemy"].." ("..AL["Skill:"].." 210+)", [9060] = AL["Blacksmithing"].." ("..AL["Skill:"].." 200+)", @@ -848,7 +848,7 @@ AtlasLoot_Data["AtlasLootSources"] = { [9155] = AL["Alchemy"].." ("..AL["Skill:"].." 235+)", [9172] = AL["Alchemy"].." ("..AL["Skill:"].." 235+)", [9179] = AL["Alchemy"].." ("..AL["Skill:"].." 235+)", - [9186] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [9186] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [9187] = AL["Alchemy"].." ("..AL["Skill:"].." 240+)", [9197] = AL["Alchemy"].." ("..AL["Skill:"].." 240+)", [9206] = AL["Alchemy"].." ("..AL["Skill:"].." 245+)", @@ -1159,10 +1159,10 @@ AtlasLoot_Data["AtlasLootSources"] = { [10845] = AL["The Sunken Temple"].." - "..AL["Avatar of Hakkar"].." (17%)", [10846] = AL["The Sunken Temple"].." - "..AL["Avatar of Hakkar"].." (17%)", [10847] = AL["The Sunken Temple"].." - "..AL["Shade of Eranikus"].." (0.5%)", - [10918] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", - [10920] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", - [10921] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", - [10922] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [10918] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [10920] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [10921] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [10922] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [11000] = AL["Blackrock Depths"].." - "..AL["Monument of Franclorn Forgewright"], [11086] = AL["Zul'Farrak"].." - "..AL["Chief Ukorz Sandscalp"].." (20%)", [11110] = AL["Rare Pets"], @@ -3731,7 +3731,7 @@ AtlasLoot_Data["AtlasLootSources"] = { [20757] = AL["Zandalar Tribe"].." - "..AL["Friendly"], [20761] = AL["Thorium Brotherhood"].." - "..AL["Friendly"], [20769] = AL["Rare Pets"], - [20844] = AL["Rogue"].." - "..AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [20844] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [20858] = AL["Temple of Ahn'Qiraj"].." - "..AL["Trash Mobs"].." (2%)", [20859] = AL["Temple of Ahn'Qiraj"].." - "..AL["Trash Mobs"].." (2%)", [20860] = AL["Temple of Ahn'Qiraj"].." - "..AL["Trash Mobs"].." (2%)", @@ -6340,7 +6340,7 @@ AtlasLoot_Data["AtlasLootSources"] = { [65027] = AL["Elemental Leatherworking"].." ("..AL["Skill:"].." 300)", [65028] = AL["Survival"].." ("..AL["Skill:"].." 75+)", [65030] = AL["Survival"].." ("..AL["Skill:"].." 90+)", - [65032] = AL["Rogue"].." - "..AL["Poisons"], + [65032] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", [65033] = AL["Zandalar Tribe"].." - "..AL["Exalted"], [65035] = AL["Tailoring"].." ("..AL["Skill:"].." 300)", [65036] = AL["Dragonscale Leatherworking"].." ("..AL["Skill:"].." 300)", @@ -7289,4 +7289,20 @@ AtlasLoot_Data["AtlasLootSources"] = { [42201] = AL["Survival"].." ("..AL["Skill:"].." 300)", [42129] = AL["Survival"].." ("..AL["Skill:"].." 300)", [42232] = AL["Survival"].." ("..AL["Skill:"].." 300)", + [42205] = AL["Jewelcrafting"] .." ("..AL["Skill:"].." 125+)", + [42203] = AL["Blacksmithing"] .." ("..AL["Skill:"].." 125+)", + [93223] = AL["Blacksmithing"] .." ("..AL["Skill:"].." 155+)", + [33135] = AL["Blacksmithing"] .." ("..AL["Skill:"].." 300)", + [42204] = AL["Leatherworking"] .." ("..AL["Skill:"].." 125+)", + [55056] = AL["Tailoring"] .." ("..AL["Skill:"].." 300)", + [58134] = AL["Tailoring"] .." ("..AL["Skill:"].." 185+)", + [6243] = AL["Tailoring"] .." ("..AL["Skill:"].." 90+)", + [83309] = AL["Cooking"] .." ("..AL["Skill:"].." 300)", + [41674] = AL["Cooking"] .." ("..AL["Skill:"].." 175+)", + [47409] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [47408] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [54010] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [54009] = AL["Poisons"].." ("..AL["Skill:"].." 1+)", + [42202] = AL["Engineering"] .." ("..AL["Skill:"].." 300)", + [33146] = AL["Engineering"] .." ("..AL["Skill:"].." 300)", } diff --git a/Locale/locale.en.lua b/Locale/locale.en.lua index cefb67b..ff61ae7 100644 --- a/Locale/locale.en.lua +++ b/Locale/locale.en.lua @@ -15,6 +15,17 @@ AL:EnableDebugging(); AL:EnableDynamicLocales(); AL:RegisterTranslations("enUS", function() return { + ["Green Woolen Robe"] = true, + ["Simple Bronze Katana"] = true, + ["Stormreaver Gloves"] = true, + ["Spellwoven Nobility Drape"] = true, + ["Grimtotem Bracers"] = true, + ["Ceremonial Belt Buckle"] = true, + ["Bulwark of Unshaken Earth"] = true, + ["Kodoheart Necklace"] = true, + ["Facetted Crystal Scope"] = true, + ["Enchanted Thorium Shells"] = true, + ["Earthen Ring"] = true, ["Draenei Exiles"] = true,