lasy question considering you are so kind to answer.. are this macro compatible with click clasting?
for exemple,
Cast Renew if your target doesn't already have the renew buff
/run local check=true; for i=1,32 do if UnitBuff("target",i)~=nil then if string.find(UnitBuff("target",i),"Spell_Holy_Renew") then check=false; end end end if check==true then CastSpellByName("Renew"); end
can somehow be used with LUNA click casting?