February 27, 20233 yr hi i try this (Selfless Healer) but no work!!!! CAN HELP ME PLEASE??? LuaScript: returnResult = false; local name = GetSpellInfo(114250); local _, _, _, count = UnitBuff("player", name); if count and count >= 4 then returnResult = true; end Research: true Var: returnResult
February 28, 20233 yr Hello, your code should good, I don't understand why you it doesn't work. try to debug it with print like that : returnResult = false; local name = GetSpellInfo(114250); local _, _, _, count = UnitBuff("player", name); if count and count >= 4 then returnResult = true; end print(tostring(returnResult) .. " - " .. tostring(count) .. " - " .. tostring(name))
March 1, 20233 yr Author is no work i try this returnResult = false; local name = GetSpellInfo(114250); local _, _, _, count = UnitBuff("player", name); if count and count >= 4 then returnResult = true; end print(tostring(returnResult) .. " - " .. tostring(count) .. " - " .. tostring(name))
March 1, 20233 yr Author bro is work now with this wManager.Wow.ObjectManager.ObjectManager.Me.BuffStack( 114250 ) >=
Create an account or sign in to comment