So I am tired of this bitch and having to rely on watching the screen constantly. This macro will simply check if got the debuff. Target mournful spirit and do the hail text and should get you cured. You will need to have MQ2Hail to use this as I am using /saytarget because I am main tank and not gonna bother with moveutils useage to them.
Am testing it in a day or two on the bastard again for a real test run and will let you all know if it isn't working properly.
Am testing it in a day or two on the bastard again for a real test run and will let you all know if it isn't working properly.
Rich (BB code):
| ------------------------------------------- |
| Everdead's I HATE VISHIMITAR Macro of cures |
| you will need MQ2Hail plugin for this macro |
| ------------------------------------------- |
| ##### Main Part of Macro
Sub Main
:Main
/doevents
/if (${Me.Buff[Creeping Doom].ID}) /call Cure
/goto :Main
/return
| ##### Cures shit
Sub Cure
/beep
/tar npc mournful
/delay 2
/saytarget Shoulder my burden
/delay 2
/return
Last edited:

