Cast sequence macro

ok so I have rank 14 healing maces which allows me to heal for +400 in combat as im able to swap out weapons

i’m currently using location macro to use the same maces in both slots, (bag location)

#showtooltip Diamond Flask
/cast Battle Stance
/use 0 1
/use 0 2
/use Diamond Flask

using 2nd macro to swap back to two hander

what i would like to be able to do is equip both hammers pop trinket then swap back to 2 hander anyone now have to cast sequence this?

I can hit the macro twice and swap between weapons on the same macro but it will skip trinket coz of the global CD

#showtooltip Diamond Flask
/equipslot 16 Grand Marshal’s Warhammer
/equipslot 17 Grand Marshal’s Warhammer
/use Diamond Flask
/equipslot 16 2HanderWeaponName

Info:

2-tap macro. 1st tap will equip your 2 healing maces and use the Diamond Flask. The 2nd tap will equip your 2Hander. Without losing the Diamond Flask buff, since you keep the trinket equipped.

You NEED to have the trinket equipped for it’s heal for the entire duration of it’s heal.
You CAN’T unequip/equip trinkets during combat
Since Diamond Flask snapshots this 2-tap macro does what you want.

If only it was that easy that was the very first thing i tried :stuck_out_tongue: firstly you have to use bag location macro’s as wow cant distinguish between two of teh same weapon

Ah, bag location, forgot about that. Yeah I tested this ingame with 2 different weapons. But I can swap my 2x 1H Healing swords to a 2H with the heal from Diamond Flask tho. Why can’t you?

this macro would never work as I said it cant distinguish between weapons as they have the same id

I can advise you to join Skarm’s discord server, they got some real syntax nerds there. :slight_smile:

link?
please

Oh sorry, my bad it appears to be our server Discord. Mirage Raceway.

https:// discord . gg/2mcYjj

Without spaces, apparently I get an error saying I can’t link.

Tab general > addons and macro’s might worth a shot

worked it out

jsut got to use modifier on trinket, press once to equip both healing maces, they require you to put them in bag space 1 and 2, then press again whilst holding modifier, this will use trinket. then press again without modifier and it will switch to two hander.

#showtooltip Diamond Flask
/cast Battle Stance
/use 0 1
/use 0 2
/use [modifier:tab] Diamond Flask

1 Like

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