shrp
03-27-2008, 09:40 PM
Fendral pm'ed me asking to post these here since he can't so credit goes to him.
Prowl if not stealthed, Pounce if stealthed with no modifier, Unprowl if in stealth and any modifier is pressed.
Code:
#showtooltip [stealth] Pounce; Prowl
/cast [stealth,nomodifier] Pounce; [stealth] Prowl; [nostealth]Prowl
All in one travel form
Code:
/stopmacro [form:5,combat]
/cast [flyable,nocombat,noswimming]Swift Flight Form;[noswimming]Travel Form;[swimming]Aquatic Form
Druid Buffs (w/ modifier it casts R1s)
Code:
/castsequence reset=2/target [nomodifier] Mark of the Wild,Thorns
/castsequence reset=2/target Mark of the Wild(Rank 1),Thorns(Rank 1)
R1 Moonfire if modifier then highest rank
Code:
/cast [nomodifier] Moonfire(Rank 1); Moonfire
Prowl if not stealthed, Pounce if stealthed with no modifier, Unprowl if in stealth and any modifier is pressed.
Code:
#showtooltip [stealth] Pounce; Prowl
/cast [stealth,nomodifier] Pounce; [stealth] Prowl; [nostealth]Prowl
All in one travel form
Code:
/stopmacro [form:5,combat]
/cast [flyable,nocombat,noswimming]Swift Flight Form;[noswimming]Travel Form;[swimming]Aquatic Form
Druid Buffs (w/ modifier it casts R1s)
Code:
/castsequence reset=2/target [nomodifier] Mark of the Wild,Thorns
/castsequence reset=2/target Mark of the Wild(Rank 1),Thorns(Rank 1)
R1 Moonfire if modifier then highest rank
Code:
/cast [nomodifier] Moonfire(Rank 1); Moonfire