View Single Post
12-26-10, 04:48 AM   #7
Nillerr
A Fallenroot Satyr
 
Nillerr's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2010
Posts: 22
You might be better off macroing your abilities on your bar 1 instead.
You could use macros with stealth modifiers like this:
Code:
#showtooltip
/cast [stealth] Pounce; Shred
It will use Pounce if you are in stealth, and use Shred if you aren't.

That way, you wouldn't have to worry about combat issues.
  Reply With Quote