A question about #showtooltip [modifier]

This is my macro
I want it to show different tooltips with different modifiers (doesn’t work atm);
and I want it to cast death’s door with shift modifier (doesn’t work atm).

#showtooltip [nomodifier] item:6948; [modifier:shift] spell:50977; [modifier:alt] item:140192; [modifier:ctrl] item:110560
/castsequence [modifier:shift] spell:50977; [modifier:alt] item:140192; [modifier:ctrl] item:110560; [nomodifier] item:6948

Any suggestions?

Try this. Not sure what you were trying with the castsequence part. But this solves your tooltip issue.

#showtooltip
/cast [mod:shift] spell:50977
/cast [mod:alt] item:140192
/cast [mod:ctrl] item:110560
/cast [nomod] item:6948

I’ve never heard of being able to cast spells by spell ID.

Further optimized:

#showtooltip
/use [mod:shift] Death Gate; [mod:alt] item:140192; [mod:ctrl] item:110560; item:6948

Also, keybinds take priority over macro modifiers. By default shift 1-6 are bound to action page 1-6, you’ll need to unbind them to use shift as a modifier on those keys.

Does not show tooltips:)

Tested mine and it does, and works as intended.

If you’re having issues with it make sure you select the ? for the icon when setting up the macro.

1 Like

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