PDA

View Full Version : [WoW] Moonkin Form Macro



smalltanker
08-26-2012, 02:01 AM
Apologies I did do a search here and at WOWWiki but my search-foo is not strong tonight. My macro to cast Moonkin form isn't working. This is what I have right now and I think I have my conditions messed up. Any assist available:

/cast [nostance:5] Moonkin Form(Shapeshift) [exists]
/castsequence reset=target Insect Swarm, Moonfire, Wrath, Wrath, Wrath, Wrath, Wrath
/cast Starsurge


thanks in advance

JohnGabriel
08-26-2012, 02:38 AM
Just do like this:
/cast !Moonkin Form

The ! in front means not to cast if already in that form so it wont turn it off.

smalltanker
08-28-2012, 10:25 PM
@JG: I added that to my macro and it basically started sucking through mana like mad. It did put me into form but I need to do more research I think. This was before patch and I haven't had a chance to box since 5.0.4 dropped, but I will give it another go tomorrow with team boomkin.

JohnGabriel
08-28-2012, 11:20 PM
Sorry I am used to having that on a keybind by itself.

I dont see much wrong with your macro, though the [exists] option might be what is messing it up. /cast [nostance:5] Moonkin Form(Shapeshift) should be working fine.

Khatovar
08-28-2012, 11:33 PM
Yes, Exists is what is breaking it. It's not a valid conditional for shifting.

Tin
08-31-2012, 10:58 PM
Have not testet it after patchs

/cast [noform] Moonkin Form
/cast [noform] Tree of Life

confusedtx5
09-01-2012, 03:59 AM
/cast [nostance] Bear Form

Just tried it then

JohnGabriel
09-01-2012, 04:30 AM
Have not testet it after patchs

/cast [noform] Moonkin Form
/cast [noform] Tree of Life


/cast [nostance] Bear Form

Just tried it then

Those will only work if you are in "no stance". You cant go from cat to bear using it, for example.