Shapeshifting Macro (for druids :P)

Neema

Well-Known Member
May 8, 2007
218
Thought I'd post my run away macro, works in all forms and changes into the appropriate form depending on what enviroment you're in:

Code:
/cancelform
/cast [nostance, swimming] Aquatic Form; [nostance, flyable, nocombat] Swift Flight Form; [nostance, outdoors] Travel Form; [nostance, indoors] Cat Form;

Alternatively:

Code:
/cancelform
/cast [nostance, swimming] Aquatic Form; [nostance, flyable, nocombat] Flight Form; [nostance, outdoors] Travel Form; [nostance, indoors] Cat Form;

If you don't have Swift Flight Form yet.
 

Anshrr

#1 LFR Feral for his ILVL
Oct 7, 2005
1,308
CERTAINLY NOT DENMARK EWW
Nice stuff ^^
Here's some of my macros, to fit all the buttons on toolbars:

Ravage if stealthed, Shred if not
Code:
/cast [nostealth] Shred; Ravage

Pounce if stealthed, Rake if not
Code:
/cast [nostealth] Rake; Pounce

Both Fairy Fires on one button
Code:
/cast [stance:1/3] Faerie Fire (Feral)(); [nostance] Faerie Fire

Lifeblossom. Shift is selfcast
Code:
/cast [modifier:shift, target=player] Lifebloom; Lifebloom
Not terribly advanced, but it helps ^^