View Single Post
07-05-12, 06:17 AM   #2
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view addons
Join Date: Nov 2005
Posts: 1,359
You can check for valid unitids

I don't have WoW atm but something like this might work.

Code:
/cast [@target,targettarget=player] Spell1; [@target,party][@target,raid] Spell2
This "should" cast spell1 on your target if the target of target is yourself (player) and spell2 on your target if that target belongs to your party or raid.

Last edited by Dridzt : 07-05-12 at 06:20 AM.
  Reply With Quote