Swiftmend Macro

Setting up a basic mouseover swiftmend macro.

#showtooltip Swiftmend

/cast [@mouseover, help, nodead] Swiftmend

Not sure why brackets are making a square but anyway. This macro wont allow me to mouseover cast if I have an enemy targeted. Im assuming this is due to swiftmend requiring a hot to cast, and thr enemy doesn’t have any. Does anyone have a work around?

You’re hard coding the tooltip to your target rather than letting it follow the casting logic so it’s giving you false negatives.

Change it to this:

#showtooltip
/cast [@mouseover,help,nodead] [] Swiftmend
1 Like