Thursday, April 19, 2012

Feral charge macro help

hey i am wounder what would the macro be for this... i want both my feral charge bear n cat to be on smae button so like if i had the macro binded to 9 in cat it would do feral charge cat n when in bear it would do feral charge bear. thanks for your help DRUIDS RULE
#showtooltip
/cast [stance:1] Feral Charge(Bear Form)
/cast [stance:3] Feral Charge(Cat Form)


#showtooltip
/cast [form:1]Feral Charge(Bear Form); [form:3]Feral Charge(Cat Form)


Same as above but a little tidier ;)
#showtooltip
/use [form:1]Feral Charge(Bear Form); [form:3]Feral Charge(Cat Form)

Same as above with 1 less character

COME AT ME BRO
Lol, I concede.

/bow
#showtooltip
/use [form:3]Feral Charge(Cat Form);Feral Charge

Using "Feral Charge" alone implies "Feral Charge(Bear Form)"
#showtooltip Feral Charge(Cat Form)
/cast [stance:1, target=focus, modifier:shift] Feral Charge(Bear Form): [stance:1] Feral Charge(Bear Form)
/cast [stance:3, target=focus, modifier:shift] Feral Charge(Cat Form): [stance:3] Feral Charge(Cat Form)

Feral Charge in Cat or Bear and on Focus target w/ Shift modifier
#showtooltip
/use [form:3]Feral Charge(Cat Form);Feral Charge

Using "Feral Charge" alone implies "Feral Charge(Bear Form)"


#show
/use [form:3]Feral Charge(Cat Form);Feral Charge
#showtooltip
/cast [stance:1]Feral Charge(Bear Form)
/castsequence reset=10 Feral Charge(Cat Form), Ravage!
/run UIErrorsFrame:Clear()

Allows Feral Charge in both forms and will even let you use the free Ravage without having to use a different button.
#showtooltip
/use [form:3]Feral Charge(Cat Form);Feral Charge

Using "Feral Charge" alone implies "Feral Charge(Bear Form)"


#show
/use [form:3]Feral Charge(Cat Form);Feral Charge

Technical nitpick: #show and #showtooltip are slightly different. #show shows the correct icon when you choose the ? icon. #showtooltip shows the correct icon and also shows the tooltip when you hover over the button.
Don't forget to add /cast Fairie Fire(Feral) as well!!!


I think that's how it looks in game, but I'm probably wrong. It puts up FF as you charge, leaving you to go straight into your rotation without having to FF after the charge.

No comments:

Post a Comment