Hello Rhena,
thank you for this amazing addon!
Is there a way to setup a macro for Renew spell with mouse over healing, that checks if renew has already been cast on the player and in case cancel it, to avoid overriding the spell?
Basically combine /lunamo command with the following script?
/run m=0 for i=1,40 do if(strfind(tostring(UnitBuff("target",i)),"Spell_Holy_Renew"))then m=1 end end if m==0 then CastSpellByName("Renew(Rank 10)") end
The problem seams to be, this script only works with a player targeted, which mouse over healing wouldn't do. Maybe any other ideas?