Originally Posted by archz0r
I'd like to know if it's possible to have one macro in which you both summon your Water Elemental, and use it's nova, but the pet should only be summoned if I don't have another Water Elemental active.
I'm aware of what commands to use to summon the pet and use the ability, but is there any condition like [nopet] or something similiar?
Something like this, though I don't know what to use within the [].
/cast [nopet?] Water Elemental
/click PetActionButton5
Any help is appreciated.
|
There are two macros I find very useful with the Water Elemental:
#showtooltip Summon Water Elemental
/use [nopet] 13
/stopcasting [nopet]
/cast [nopet] Summon Water Elemental
/stopmacro [nopet]
/petpassive
/petattack [target=mouseover,harm]
/stopmacro [target=mouseover,harm]
/petattack
#showtooltip [pet] Freeze; Summon Water Elemental
/use [nopet] 13
/stopcasting [nopet]
/cast [nopet] Summon Water Elemental
/stopmacro [nopet]
/click PetActionButton5
The first uses my
[Icon of the Silver Crescent] (I only tend to equip one "use" trinket, and put it in the TOP trinket slot, 13) and summons the Ele (which now will have Icon's spell damage bonus), sets him to Passive (so he doesn't run off attacking the wrong target or stopping repeatedly to chase a running target), and tells it to attack my current target. Clicking again while the Ele is out will make it attack my current target.
The second is quite similar, but instead of telling it to attack my target, this one brings up the Ele's Freeze reticle.
This is also posted in the
Stopcasting thread, but here looks like a more appropriate place for it to be:
While I try to use stopcasting macros in raids, at some points my attention needs to be in other places than my cast bar. For times like this I like to be able to simply mash a button.
When I can give my cast bar attention, however, I would like to be able to right-click/alt-press (currently I use a spell hotlink to mash and a macro to stopcast) the same macro, thus saving a displayed button.
The best I've come up with is:
#showtooltip Fireball
/cast [nobutton:2] [nomodifier:alt] Fireball;
/stopcasting [button:2] [modifier:alt]
/cast [button:2][modifier:alt] Fireball
Or
#showtooltip Fireball
/stopcasting [button:2][modifier:alt]
/cast Fireball
Either works fine if you mash, and will stopcast/start new cast once, but not a second stopcast/cast...
Any suggestions?
(Sorry for the huge post)