View Single Post
10-24-09, 02:49 PM   #9
nightcracker
A Molten Giant
 
nightcracker's Avatar
AddOn Author - Click to view addons
Join Date: Sep 2009
Posts: 716
Originally Posted by Seerah View Post
Your macro will always cast Rend unless those three conditions aren't met. Here's a fixed version:
Code:
#showtooltip
/use [mod,form:1]Rend;[mod]Piercing Howl;[form:3]Pummel;Thunder Clap
No it doesn't, my macro was ok. Placing all parameters up front is just a matter of style and is exactly the same as [paramenter]spell;[parameter]spell;.
  Reply With Quote