From 032b8f1b1d0730ecacac00f20e1e3ed0eeb449b4 Mon Sep 17 00:00:00 2001 From: Spit <19otari98@gmail.com> Date: Mon, 7 Oct 2024 11:01:16 +0300 Subject: [PATCH] small fixes Robe of Archmage reagents corrected Drop rate of poly book cow corrected Back button in one of ES pages fixed --- AtlasLoot.toc | 2 +- Core/AtlasLoot.lua | 2 +- Core/AtlasLoot.xml | 2 +- Core/ButtonRegistry.lua | 4 ++-- Core/Spells.lua | 13 ++++++------- WorldBosses/worldbosses.en.lua | 2 +- 6 files changed, 12 insertions(+), 13 deletions(-) diff --git a/AtlasLoot.toc b/AtlasLoot.toc index 4f80f3e..9e1d7f9 100644 --- a/AtlasLoot.toc +++ b/AtlasLoot.toc @@ -3,7 +3,7 @@ ## Notes: Shows possible loot from dungeon bosses and other sources. ## Author: Shagu (pfUI update code), Lexie (Turtle WoW fixes/updates), Otari (overhaul/revamp, menu changes, bugfixes/updates) ## LegacyAuthor: Daviesh, Pompa (Turtle WoW World Bosses), Xerron (Turtle WoW World Bosses), Gurky (Turtle WoW 1.16/1.16.1 Dungeons) -## Version: 3.0.0 +## Version: 3.0.1 ## SavedVariables: AtlasLoot_updateavailable ## SavedVariablesPerCharacter: AtlasLootCharDB ## OptionalDeps: Alphamap, AtlasLoader, LootLink, ItemSync, HewdropLib, Ace2, EquipCompare, EQCompare diff --git a/Core/AtlasLoot.lua b/Core/AtlasLoot.lua index 78f5310..61f5504 100644 --- a/Core/AtlasLoot.lua +++ b/Core/AtlasLoot.lua @@ -79,7 +79,7 @@ local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot"); --Establish version number and compatible version of Atlas local VERSION_MAJOR = "3"; local VERSION_MINOR = "0"; -local VERSION_BOSSES = "0"; +local VERSION_BOSSES = "1"; ATLASLOOT_VERSION = "|cffFF8400AtlasLoot TW Edition v"..VERSION_MAJOR.."."..VERSION_MINOR.."."..VERSION_BOSSES.."|r"; ATLASLOOT_CURRENT_ATLAS = "1.13.4"; ATLASLOOT_PREVIEW_ATLAS = "1.13.3"; diff --git a/Core/AtlasLoot.xml b/Core/AtlasLoot.xml index 2f67428..712ce51 100644 --- a/Core/AtlasLoot.xml +++ b/Core/AtlasLoot.xml @@ -175,7 +175,7 @@ - + diff --git a/Core/ButtonRegistry.lua b/Core/ButtonRegistry.lua index 8f11a84..3737cfb 100644 --- a/Core/ButtonRegistry.lua +++ b/Core/ButtonRegistry.lua @@ -3364,8 +3364,8 @@ AtlasLoot_ButtonRegistry = { }; ["ESTrash"] = { Title = AL["Trash Mobs"]; - Prev_Page = "ESSolnius2"; - Prev_Title = AL["Solnius the Awakener (Page 2)"]; + Prev_Page = "ESHardMode"; + Prev_Title = AL["Favor of Erennius (ES Hard Mode)"]; Back_Page = "DUNGEONSMENU2"; Back_Title = AL["Dungeons & Raids"]; }; diff --git a/Core/Spells.lua b/Core/Spells.lua index d03f9b0..fbec23c 100644 --- a/Core/Spells.lua +++ b/Core/Spells.lua @@ -5950,13 +5950,12 @@ GetSpellInfoAtlasLootDB = { ["craftQuantityMin"] = "", ["craftQuantityMax"] = "", ["reagents"] = { - [1] = {14048, 10}, - [2] = {14342, 10}, - [3] = {9210, 10}, - [4] = {13926, 6}, - [5] = {12364, 6}, - [6] = {12810, 8}, - [7] = {14341, 2}, + [1] = {14048, 12}, + [2] = {7078, 10}, + [3] = {7082, 10}, + [4] = {7076, 10}, + [5] = {7080, 10}, + [6] = {14341, 2}, }, }, [18458] = { diff --git a/WorldBosses/worldbosses.en.lua b/WorldBosses/worldbosses.en.lua index 00a088e..be5058a 100644 --- a/WorldBosses/worldbosses.en.lua +++ b/WorldBosses/worldbosses.en.lua @@ -240,7 +240,7 @@ AtlasLoot_Data["AtlasLootWBItems"] = { { 60489, "INV_Helmet_28", "=q4=Cap of the Cow Savant", "#s1#, #a1#", "50%" }, { 60490, "INV_Helmet_28", "=q4=Cowskin Chapeau", "#s1#, #a1#", "50%" }, { 0, "", "", "", "" }, - { 4144, "inv_misc_book_07", "=q3=Tome of Polymorph: Cow", "=ds=#e20# =q10=#c3#", "??%" }, + { 4144, "inv_misc_book_07", "=q3=Tome of Polymorph: Cow", "=ds=#e20# =q10=#c3#", "100%" }, { 0, "", "", "", "" }, { 60485, "spell_shadow_curseoftounges", "=q0=Sealed Diablo II Lord of Destruction Collectors Edition", "#m33#", "100%" }, { 60491, "inv_misc_orb_05", "=q0=The Moo Stone", "#m33#", "100%" },