#showtooltip Healthstone
/cast Soulburn
/use Healthstone
#showtooltip Healthstone
/cast Soulburn
/cast Healthstone
neither of these work, soulburn isnt on the gcd so it should work. anyone help?
#showtooltip Healthstone
/cast Soulburn
/use Healthstone
#showtooltip Healthstone
/cast Soulburn
/cast Healthstone
neither of these work, soulburn isnt on the gcd so it should work. anyone help?
Def should work, you sure you have the macro on your bars?
Did you ever get this to work? I’m having the same issue, it always uses the healthstone first.
Then it’s a race condition issue. You’ll need to use a castsequence.
In my testing I have found that the following 3 macros work:
/cast Soulburn
/use Healthstone
/cast Soulburn
/cast Healthstone
/use Soulburn
/use Healthstone
What confused me was the buff from Soulburn that shows HP increase of 20% is the same icon as the buff when simply just using Soulburn. The 2 confirmations for me was that I was healed for ~21000 more consistently than when just using the Healthstone, and the fact that the other spells were no longer highlighted.
I’d just like to add to this macro for my own future reference that this macro (and many others) can be compressed to just the one macro and one button, for example;
#show
/cast [button:1] Create Healthstone
/cast [button:2]Soulburn
/use [button:2] Healthstone
If you are not aware, [button:1] refers to mouse button left and [button:2] mouse button right. This allows you to left click to create a Healthstone and right click to cast Soulburn and then use Healthstone. I use this for mage cookies as well (without Soulburn - obviously).
#showtooltip item:5512
/cast [btn:2] Soulburn; Create Healthstone
/use [btn:2] Healthstone