Diamond Flask macro

Hi guys, and girls ofc.

Some of you might know about the diamond flask and that is stacks with +healing.

Now I want to make a macro that equips my healing set (using itemrack) pop my flask and equip my regular set again.

What I have is the following:

/itemrack equipset (setname)
/use 14
/itemrack equipset (setname)

Issue: the equaling from a set takes to long so the flask pops to soon and it’s not getting the bonus of the healing set. Can you guy help me out??

Hello Pimvdmeer,

Might be able to add some pause/wait in between (change 0.5 to however many seconds you need):

/itemrack equipset (setname)
/click pause 0.5
/use 14
/click pause 0.5
/itemrack equipset (setname)

A bit more explanation with example here: GSE Pause / Wait: Stop Wasting Multi Charges Abilities