1.1.0 Update
# Atlasloot v1.1.0 • Added recommended levels to dungeons • Atlasloot attempts to opens at the last page you were on • WSG Landing page and overhaul • AB Landing Page • Core fixes • Fixed some bugs that were breaking the Search function • **3,167 drop rates updated** • Checked drop rates for all World Bosses and Rare Spawns • Gardening • Sorted the reputation list A-Z • Added faction colours to the reputation list • Added and fixed MANY missing drops, items, recipies, etc. • Reworked Silvermoon and Revantusk pages • Update announce code using LFT as well as SendAddonMessage -- 1.17.0 Patch -- • Lower Karazhan Halls • Emerald Sanctum • Gilneas City • Rare Spawns • Enchants • First Aid • Tailoring • Leatherworking • Mining • _Some_ of Blacksmithing # THERE IS STILL A LOT MORE 1.17.0 THINGS THAT NEED TO BE ADDED
This commit is contained in:
+7
-7
@@ -114,10 +114,10 @@
|
||||
</Anchors>
|
||||
<Scripts>
|
||||
<OnClick>
|
||||
if AtlasLoot_Dewdrop:IsOpen() then
|
||||
AtlasLoot_Dewdrop:Close();
|
||||
if AtlasLoot_Hewdrop:IsOpen() then
|
||||
AtlasLoot_Hewdrop:Close();
|
||||
else
|
||||
AtlasLoot_Dewdrop:Open(this);
|
||||
AtlasLoot_Hewdrop:Open(this);
|
||||
end
|
||||
</OnClick>
|
||||
<OnShow>
|
||||
@@ -140,10 +140,10 @@
|
||||
</Anchors>
|
||||
<Scripts>
|
||||
<OnClick>
|
||||
if AtlasLoot_DewdropSubMenu:IsOpen() then
|
||||
AtlasLoot_DewdropSubMenu:Close();
|
||||
if AtlasLoot_HewdropSubMenu:IsOpen() then
|
||||
AtlasLoot_HewdropSubMenu:Close();
|
||||
else
|
||||
AtlasLoot_DewdropSubMenu:Open(this);
|
||||
AtlasLoot_HewdropSubMenu:Open(this);
|
||||
end
|
||||
</OnClick>
|
||||
<OnShow>
|
||||
@@ -554,7 +554,7 @@
|
||||
this:SetMovable(1);
|
||||
this:SetBackdropColor(0.75, 0, 0.75);
|
||||
local AL = AceLibrary("AceLocale-2.2"):new("AtlasLoot");
|
||||
getglobal("AtlasLootDefaultFrame_Notice"):SetText(AL["If you find anything missing, please /w Lexie or message me on Discord Lexie#4024"]);
|
||||
getglobal("AtlasLootDefaultFrame_Notice"):SetText(AL["NoticeFrame"]);
|
||||
</OnLoad>
|
||||
<OnShow>
|
||||
AtlasLootDefaultFrame_OnShow();
|
||||
|
||||
Reference in New Issue
Block a user