Feb
22
Cure Poison / Disease
ByThis will cast Cure Poison on the character that the mouse is pointing at. Works on raid windows as well, and CT Raid Assist will highlight poisoned raid members with a green background.
/cast [target=mouseover,exists] Cure Poison
The below macro has many fallbacks to cover what happens if you’re not mousing over a target. In order, it tries to cure your mouseover target first, then it attempts to cure your target if they’re friendly, then the target of your target if they’re friendly, then finally yourself.
/cast [target=mouseover,help,exists] [target=help,exists] [target=targettarget,help,exists] [target=player] Cure Disease
Related posts: