Code:
local TC, _, _, _, _, _, timera = UnitDebuffID("target", 6343)
local WL, _, _, _, _, _, timerb = UnitDebuffID("target", 51696)
local JG, _, _, _, _, _, timerc = UnitDebuffID("target", 53696)
local IF, _, _, _, _, _, timerd = UnitDebuffID("target", 48484)
local IT, _, _, _, _, _, timere = UnitDebuffID("target", 45477)
local ES, _, _, _, _, _, timerf = UnitDebuffID("target", 8042)
local TS, _, _, _, _, _, timerg = UnitDebuffID("target", 90314)
local DC, _, _, _, _, _, timerh = UnitDebuffID("target", 50285)
if TC ~= nil then
if timera - GetTime() < 2.5 then
return true
end
else
if WL ~= nil then
if timerb - GetTime() < 2.5 then
return true
end
else
if JG ~= nil then
if timerc - GetTime() < 2.5 then
return true
end
else
if IF ~= nil then
if timerd - GetTime() < 2.5 then
return true
end
else
if IT ~= nil then
if timere - GetTime() < 2.5 then
return true
end
else
if ES ~= nil then
if timerf - GetTime() < 2.5 then
return true
end
else
if TS ~= nil then
if timerg - GetTime() < 2.5 then
return true
end
else
if DC ~= nil then
if timerh - GetTime() < 2.5 then
return true
end
else
return true
end
end
end
end
end
end
end
end