View Full Forums : Need help to write macro


dingodog
03-19-2008, 07:44 PM
Hi,

I'm resto druid and would like to write a macro such that I can "change from tree to caster form....cast NS + HT on my target"

y problem is that I don't know how to write macros. Can anyone tell me what I need to type - please note; I'm a complete noob when it comes to these kind of things, so if your replies can assume that I know nothing, you'll probably be replying to me on the right level!

any thanks
dingo

Aral
03-19-2008, 10:09 PM
I am a noob when it comes to writing macros, but here goes one try :D If its incorrect i guess someone will put the right answer in :D

/cancelform
/cast Nature's Swiftness
/cast Healing touch

Add the icon you want, or add #showtooltip Healing touch above the first line.

s3Rgio
03-20-2008, 04:05 AM
u dont need to "/canelform".
its automatically.
other than that, the macro is fine. just remember, that the macro isnt working while running.

Kyane
03-20-2008, 07:43 PM
If you're moving you'll have to press it twice.

The cancleform is necessary if the user has disabled autoshift.

dingodog
03-22-2008, 06:04 AM
Thanks guys,

That works a treat! Just one more thing (if I may be cheeky); what would I need to add to the macro to then switch form back to tree?

any thanks
dingo

Aral
03-22-2008, 07:48 AM
/cast Tree form, but it wont work in one press, since you cant have more than one spell that triggers the global cooldown in one macro.

beorn
04-09-2008, 02:24 PM
ctrl + F5

Will shift you to ToL form (assuming you haven't remapped that key combination to a non-default setting).