You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--This is a means to try and do it without using lots of cpu on an already cpu bad fight. If it's not fast enough or doesn't work well (ie people with assist aren't doing this fast enough). may still have to scan all targets
65
-
ifDBM:GetRaidRank() >0andmod.Options.SetIconOnBigOozethen--Only register event if option is turned on, otherwise no waste cpu
66
+
ifDBM:GetRaidRank() >0andself.Options.SetIconOnBigOozethen--Only register event if option is turned on, otherwise no waste cpu
67
+
--LuaLS has difficulty recognizing self is mod even with param above with the custom registers
66
68
mod:RegisterShortTermEvents(
67
69
"PLAYER_TARGET_CHANGED",
68
70
"UPDATE_MOUSEOVER_UNIT"
@@ -121,7 +123,7 @@ function mod:OnCombatStart(delay)
0 commit comments