Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

I don't believe Gore has any counters - so you can't cure itINI:/if (${Me.Buff[Gore].ID} && ${Me.AltAbilityReady[Purify Body]}) /alt act ${Me.AltAbility[Purify Body].ID}
Can anyone see any problem with this string? For some reason it wont work.
i was trying to find the screenshot i took a while back of gore --- pretty sure its regular window, but i seem to recall there are no counters for it - so a "95% chance to remove 1" might still get it but the actual cure portion of it (disease/corruption/curse etc) doesnt.Is it one of the ones that shows up in the songs window? If so it'd be
INI:/if (${Me.Song[Gore].ID} && ${Me.AltAbilityReady[Purify Body]}) /alt act ${Me.AltAbility[Purify Body].ID}
Purify Body definitely cures it if you just manually click it. But that string wont work for some reason.

[Gore]
trigger=#*#The beast gores you.#*#
command=/alt act ${Me.AltAbility[Purify Body].ID}
You need to use the actual AA code number that is displayed in-game.INI:/if (${Me.Buff[Gore].ID} && ${Me.AltAbilityReady[Purify Body]}) /alt act ${Me.AltAbility[Purify Body].ID}
Can anyone see any problem with this string? For some reason it wont work.
${Me.AltAbility[Purify Body].ID} is not the same thing./if (${Me.Buff[Gore].ID} && ${Me.AltAbilityReady[Purify Body]}) /alt act 98
