Jump to content
Jazzwah

Healthstone+Healing Potion 1click macro?

Recommended Posts

Hello! 

As title suggests i'm looking for a simple macro that will consume both healthstone and healing pot simultaneously. On kronos i used to use:

/script UseAction(x);

/script UseAction(x);

and it worked perfectly. Here i have to double-click to have the same effect. Not sure why is that, but i would like it to be just 1-click. Pls help!

Edited by Jazzwah

Share this post


Link to post
Share on other sites

Try adding `/run SpellStopCasting()` in between.

EDIT:

Even better:

/run UseAction(x) SpellStopCasting() UseAction(y)

 

Edited by WobLight

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×