I am using this code for the cure, but it seems after I get the buff and it fades mq2 thinks I have the debuff again, is there a better way to do this?
Code:
/if (${Me.Song[Curse of Subjugation I].ID} || ${Me.Song[Curse of Subjugation II].ID} || ${Me.Song[Curse of Subjugation III].ID}) {
/if (${Me.AltAbilityReady[15074]}) {
/echo Detected a Curse of Subjugation debuff - Using Aureate's Bane
/alt act 15074
/delay 2s
}
}

