/run t=0 if not UnitIsFriend("player","target") then t=1;TU("player") end k=0 for i=1,16 do s=UnitBuff("target", i); if s=="Interface\\Icons\\Spell_Holy_Renew" then k=i end end if k==0 then CSBN("Renew") else ECHOR("RENEW OK") end if t==1 then TLT() end