Cyclone macro help

Hi if anyone can help that would be great.

I have the macro for arena 1 2 3 which is -
#showtooltip Cyclone
/cast [target=arena1] Cyclone

My only thing is what do I do when I’m in world pvp? Do I need another key-bind for a regular world pvp cyclone?

Or is there anyway the arena cyclone could also be used for outside pvp?

Thanks.

#showtooltip
/cast [@arena1,harm,nodead] [] Cyclone

It’ll target arena1 if they exist and aren’t dead, otherwise it’ll target ur target.

1 Like

Thank you very much!

Wondering if you also could help me with this macro? It works but is it possible to also target that focus target? for example if I use this macro, it’ll skull bash to kick the silence but I’d like to be able to target them with out clicking or tabbing them to possibly mighty bash or use attacking abilities.

#showtooltip skull bash
/stopcasting
/cast [stance:0] Cat Form
/cast [target=focus] skull bash

Thanks again :slight_smile:

Them who?

Optimizing what you have for now:

#showtooltip Skull Bash
/stopcasting
/cqs
/cast [noform:1/2] Cat Form
/cast [@focus,harm,nodead] [] Skull Bash