View Single Post
12-12-13, 11:49 AM   #6
Resike
A Pyroguard Emberseer
AddOn Author - Click to view addons
Join Date: Mar 2010
Posts: 1,290
Originally Posted by jjforums View Post
But here's a conditional:

/run local t="target"if (UnitHealth(t) / UnitHealthMax(t)) < 0.90 then SendChatMessage("Die, scum!","yell")end

The thing is, this just show a text instead of casting a spell, and for sending chat message, it works.

i thought about using modfiers but i already use modifiers to cast different spells with keys: 1-6, f1-f6, and shift as modifier, i guess i have to start using alt and ctrl too.
You can't cast spell based on functions like that, only sending messages, else you could make macros which only kick the target when it's casting, making it almost impossible to fake cast. Thats how rtards got Gladiator in Season 1 and Season 2.
  Reply With Quote