-
Posted by jozwoz12 on Sat, 12 Oct 2013 00:49:06
Here is some code i was trying to fix, not working correctly for me as its my first attempt at any lua code. Any tips on what i have wrong.
run function VanishBlind (Unit,Event,Event) if sourceGUID == UnitName("target") then if spellname==("Blind") then CastSpellByName("Vanish(Rank 3)") end end end
-
Posted by jnwhiteh on Sat, 12 Oct 2013 08:25:34
You cannot cast spells programatically.