I have my mouseover macros working but cannot seem to get it to work with a shift modifier. Specifically, I want to me able to use a modifier to cast a different rank of heal.
I would also like to set up dispel and abolish disease on the same macro with a shift modifier as well. Anyone have one that is working? I pulled one off the forums that was ‘supposedly’ working, but it did not actually downrank or cast with the shift modifier. Thanks!
/cast [@mouseover, exists, mod:shift] Abolish Disease, [@mouseover, exists, mod:Alt] Dispel, [@mouseover, exists, mod:Ctrl] Heal (Rank X), [@mouseover, exists] Heal
That should work. Replace the X’s with intended rank of Heal.
Will cast Abolish disease on your mouseover if you’re holding Shift, Dispel if you’re holding Alt, Heal Rank X if you’re holding Ctrl, otherwise casts max rank Heal. Also, if you don’t have a mouseover, the spell will cast normally on your target or yourself if no target and no mouseover.
Hmm, still no luck. The mouseover spell without the modifier works fine, but each time a modifier is introduced, the modifier spell will not work.
Cleaned up and fixed Dimed’s example:
/use [@mouseover,help,nodead,mod:shift]Abolish Disease;[@mouseover,help,nodead,mod:alt]Dispel;[@mouseover,help,nodead,mod:ctrl]Heal(Rank X);[@mouseover,help,nodead,nomod]Heal
2 Likes
Clique works awesome. Sets up easy.