This site makes extensive use of JavaScript.
Please
enable JavaScript
in your browser.
Live
PTR
Beta
Classic
Can I make a Health Macro like this
Post Reply
Return to board index
Post by
motiv8r25
I'm currently a destro lock and I want to create a health macro that will use "Ember Tap" (if more than 1 burning ember is available) if not then cast Health Stone. Can you do an if/then statement in wow, if so how. There is more to the macro but I am having issues with this part. Any help would be greatly appreciated. Thank you!
Post by
Philll
You cannot make conditional macros.
If your HS is off cd thats what you should use even if you have embers available anyway.
Post by
Corq
/castsequence reset = (enter healthstone cd here in seconds.)Healthstone, Ember Tap, Ember Tap, Ember Tap, Ember Tap
Have not tried it, but I think it should use your HS, and Ember Tap while HS is on CD.
Post by
GreyMouser
The only problem with
/castsequence reset = (enter healthstone cd here in seconds.)Healthstone, Ember Tap, Ember Tap, Ember Tap, Ember Tap
is that with each button press the reset time starts over. Example: 1st press, uses healthstone and macros resets in "x" secs. If pressed a second time before "x" secs are up it uses ember tap and macros resets in "x" secs again. What this means is if used multiple times the healthstone will be off cd but the macros will not have reset.
Post by
Corq
As mentioned earlier, I have not tried this macro. Although, i'm sure there is a way to make this cast sequence work. if anyone has ideas to fix this macro I'm open to all suggestions :D
Post by
ganimede
What you are asking to do is not possible.
What you can do is you can put the spells you want on the same UI button and make the decision youself
#showtooltip
/use Ember tap; Healthstone
Will combine the abilities to the same button, but you have to see that Healthstone is on CD (the button will show it while shift is not pressed) and hit shift+button and it'll do ember tap. Its the best solution I've found for the the task that you want.
I've used the /castsequence macros before to a similar result. But they all had that reset problem. You can add additional reset conditions to ensure you're back at the start more often but there's no way to force it to reset when the Healthstone CD is over.
Post by
Vrangr
I'm not sure if this would work, as i'm not fully sure if ember tap is off the GCD, but even if its not, it will still serve its purpose.
#showtooltip
/cast healthstone
/cast ember tap
This will prioritize healthstone first, as its the first spell in line; after it has cast the spell, it will jump to the next spell in line.
If ember tap is ON the GCD, it'll cast healthstone, then you wait for the GCD, and after, it will only cast ember tap for as long as healthstone is on CD. Once healthstone is back up, it'll cast it first.
Hope that helped, though i haven't tested it. <('.'<) <('.')> (>'.')>
Post by
Corq
I'm not sure if this would work, as i'm not fully sure if ember tap is off the GCD, but even if its not, it will still serve its purpose.
#showtooltip
/cast healthstone
/cast ember tap
This will prioritize healthstone first, as its the first spell in line; after it has cast the spell, it will jump to the next spell in line.
If ember tap is ON the GCD, it'll cast healthstone, then you wait for the GCD, and after, it will only cast ember tap for as long as healthstone is on CD. Once healthstone is back up, it'll cast it first.
Hope that helped, though i haven't tested it. <('.'<) <('.')> (>'.')>
I don't think that will work. If you have an ember and your HS is not on CD it will use both. It's very close, but not quite there. This is a tough one lol :D
Post Reply
You are not logged in. Please
log in
to post a reply or
register
if you don't already have an account.
© 2021 Fanbyte