This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Classic Theme
Thottbot Theme
Shadowmeld -> cat -> prowl : macro
Post Reply
Return to board index
Post by
256309
This post was from a user who has deleted their account.
Post by
Sibling2
The first problem you'll run into is you can't cast Shadowmeld or Prowl when in combat. The second problem is you can't play around with GCD:s in a macro unless you make a /castsequence, which means multiple keypresses and thus becomes rather tedious to use, making it far from instant.
Edit: I guess I shouldn't try to be clever at 6 am when I haven't slept all night. Now please ignore my post. :P
Post by
256309
This post was from a user who has deleted their account.
Post by
112770
This post was from a user who has deleted their account.
Post by
Kaitain
As a side note you have to stop running before you spam this macro. Shadowmeld won't cast if you are moving. You can start moving again for the cat form and prowl as soon as the shadowmeld is successful.
Post by
260787
This post was from a user who has deleted their account.
Post by
256309
This post was from a user who has deleted their account.
Post by
pelf
so it will string the full macro regardless ?
cant test it, I'm in work atm, so, I stop moving, use this macro, I'll go SM -> Cat -> Prowl ?
regardless of in or not in combat ?
Well, if you read it, the checks and casts are:
In combat?
- Cast Shadowmeld.
Not in combat, not in cat form?
- Cast Cat Form.
Not in combat, in cat form?
- Enable Prowl.
Seems like it should work.
Post by
Kaitain
noform:3
genius! all my macros list every form that isn't the one i want... :-D
Post by
175469
This post was from a user who has deleted their account.
Post by
260787
This post was from a user who has deleted their account.
Post by
pelf
You could make it even simpler:
#showtooltip
/cast Shadowmeld; !Flight Form
To be even more comprehensive:
#showtooltip
/cast Shadowmeld; !Flight Form; !Cat Form; !Prowl
In combat?
- Shadowmeld
Not in combat?
Can I fly?
- Flight Form
Can't fly?
Not in Cat Form?
- Cat Form
In Cat Form?
- Prowl
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.