Druid tips and tricks - macros and such

Post new topic   Reply to topic

View previous topic View next topic Go down

Re: Druid tips and tricks - macros and such

Post  Talities on Wed Jun 11, 2008 7:42 pm

Macros

Nature's Swiftness + Healing Touch - without global cooldown

Omit [target=player] to heal your target instantly instead of yourself. Use Healing Touch(Rank 10) and lower for lower ranks of the spell. You can use this macro while you are moving, but if you are, you must click this macro twice to perform the heal.
Code:
/cast Nature's Swiftness
/cast [target=player] Healing Touch


In order to make this button an "emergency heal" button, place another /stopcasting at the beginning:
Code:
/stopcasting
/cast Nature's Swiftness
/cast [target=player] Healing Touch


Lifebloom/Rejuvenation Rotation

#showtooltip Lifebloom
Code:
/castsequence [modifier:alt,target=player][target=mouseover, exists][] reset=7 Lifebloom, Rejuvenation, Lifebloom


Macro can be cast on mouseover target, target, or alt-self. This macro functions as a way to have one button for the heal rotation of Lifebloom/Rejuvenation. If you click it:

* 1st time: casts Lifebloom1
* 2nd time: casts Rejuvenation
* 3rd time: casts Lifebloom2
* (cast sequence resets)
* 4th time: casts Lifebloom3
* NOTE: If you wait 7 seconds the macro resets so you can start the process over again.

Mangle (Bear) and autoattack

Code:
/cast Mangle (bear)()
/startattack


BearPot

Code:
/#show Super Healing Potion
cancelform
/use Master Healthstone
/use Super Healing Potion
/cast [nostance] Dire Bear Form


Cat Opener

Code:
/castsequence [nostealth] reset=30/combat/target Faerie Fire (Feral)(Rank 5), Mangle (Cat)(Rank 3), Shred, Shred
/cast Pounce


Faerie fire + Prowl

Code:
/cast [combat, nostealth] Faerie Fire (Feral)(Rank 5); [nocombat, nostealth] Prowl


Power shift

Code:
/cast !Cat Form


Ravage and shred in the same button

Code:
/cast [nostealth] Shred; [stealth] Ravage


Swipe + start attack

Code:
/startattack
/cast Swipe


Quick selfbuffing (feral)

Code:
/castsequence reset=6 Omen of Clarity, Mark of the Wild, thorns


Lacerate, casts lacerate on your mouseover target, if you don't have a mouseover target it lacerates your current target

Code:
/cast [target=mouseover, exists, harm] Lacerate; Lacerate



Addons/Programs
http://druid.wikispaces.com/Rawr
http://be.imba.hu/

Talities

Posts: 44
Join date: 2008-06-03
Age: 23

View user profile

Back to top Go down

View previous topic View next topic Back to top


Permissions of this forum:
You cannot reply to topics in this forum