Code:
<!-- Self-Skill Up-->
<register silent="true" event="hpplt76">input /ja "Curing Waltz III" <me></register>
This only triggers ONCE though. I use spellcast instead:
Code:
<if SpellTargetRaw="hp">
<cancelspell />
<if HPPLT="68">
<command>input /ja "Curing Waltz III" <me></command>
</if>
<command>wait 8;input /magic Stone hp</command>
</if>
In normal language:
- If the target of my spell is named "HP", cancel the spell
- If my HP is less than 68% HP, use Curing Waltz III
- Wait 8s and cast Stone on a mob named "HP" even if I don't use Curing Waltz
- Loops