Jazzwah 1 Report post Posted April 4, 2017 (edited) 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 April 5, 2017 by Jazzwah 0 Share this post Link to post Share on other sites
WobLight 5 Report post Posted April 5, 2017 (edited) Try adding `/run SpellStopCasting()` in between. EDIT: Even better: /run UseAction(x) SpellStopCasting() UseAction(y) Edited April 5, 2017 by WobLight 0 Share this post Link to post Share on other sites
Jazzwah 1 Report post Posted April 5, 2017 Ty for suggestion WobLight, but it's still 2-click :/ 0 Share this post Link to post Share on other sites