Need help with a Shield Block / Trinket cast sequence one button macro

Does anyone know how to make a macro into one button that does this?

Casts Shield Block without popping trinkets, then when shield block is over
Casts Heart of Iron, then when that is over,
Casts Royal Seal of King Llane

And I mean it doesn’t cast if for you, obv you have to press the button 3 times.

But does anyone know how to do this? I tried a cast sequence macro but couldn’t figure out how to get the trinkets to show up in the cast sequence

Download gnome sequencer and place each in their own block. Macros made there alternate what block is used each key press so first press will use first block 2nd next third next.

It’s not possible to make when that only uses them when x is over. They use on spell click. Normal macros don’t think it’s possible to use items in a cast sequence but gnome macros you can.

You will never be allowed if statments to check if something is active thou as that is automation and intentionaly made not possible.

#showtooltip
/castsequence reset=x Shield Block, 13, 14
Reset time is in seconds. 13 and 14 are the trinket slots.

1 Like

Thank you! This worked. I set reset time to 40 seconds until i get the set bonus then i’ll set to 30.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.