From d356f2739de3e3508edd30f83079f7f2284db4eb Mon Sep 17 00:00:00 2001 From: Sattva Date: Sat, 23 Mar 2024 10:19:21 +0300 Subject: [PATCH] CombineMiniButtons - fix not hooking on combat login. --- Changelog and Notes.txt | 13 ++++--------- Leatrix_Plus.lua | 13 ++++--------- 2 files changed, 8 insertions(+), 18 deletions(-) diff --git a/Changelog and Notes.txt b/Changelog and Notes.txt index 95ee86b..a1be937 100644 --- a/Changelog and Notes.txt +++ b/Changelog and Notes.txt @@ -10,12 +10,6 @@ Chat History - (needs fixing) make sure it can be working with more Media - Need to fix Movies, to be playable. -Manage Buffs - Consolidated Buffs Test, and fix if needed. Will it be moved as intended if user has Consolidated Buffs? - -Manage Debuffs - Fix it - -MinimapButtons - Add combat login workaround - currently after combat, the icons are not updated. - GetColoredName() - Recent Chat Arena queue timer @@ -24,11 +18,10 @@ Hide Error text, permit user to enter partial to not un-hide some error text. -(For example arena ready crystal red error shows how many players ready.) - You are in shapeshift, -Minimap - Add option to hide Calendar, instead show it with middle button. - Minimap - MailIcon - Move - Create Dropdown with anchor. -ManageBuffs - fix it, currently if 2 rows, it breaks. +Manage Debuffs - make it somehow to be movable even if there are no debuffs shown. + -------------------------------------------------------------------------------- -- What needs to be tested: @@ -46,6 +39,8 @@ LibCandyBar - Will it be conflicting with other addons that use 3.3.5 versio ShowFlightPaths - Will StopLandingEvent work correctly on summon, BG/arena accept +Manage Debuffs - Test IT in fight. + -------------------------------------------------------------------------------- -- Stuff to-do: diff --git a/Leatrix_Plus.lua b/Leatrix_Plus.lua index 208dd66..1f8e27b 100644 --- a/Leatrix_Plus.lua +++ b/Leatrix_Plus.lua @@ -4784,9 +4784,10 @@ local maxButtonsPerColumn = 5 -- maximum number of buttons per column local maxColumns = 3 -- maximum number of columns - if InCombatLockdown() then - return -- Stop execution if player is in combat. - end + -- not sure why i added it. + --if InCombatLockdown() then + -- return -- Stop execution if player is in combat. + --end local excludedPatterns = {} for pattern in string.gmatch(LeaPlusDB["MiniExcludeList"], "[^,]+") do @@ -5699,12 +5700,6 @@ end - - - - - - -- This function shows the minimap buttons by setting their alpha to 1. local function ShowMinimapButtons() for name, button in pairs(minimapButtons) do