This is a cross post, but FFXIAH gets a hell of a lot more traffic than the Ashita forums, so I figured someone around here is more likely to notice.
As the title says, I can't get my xml to trigger my StatusCure set when I cast Erase, though it works fine with both Cursna and *na spells.
The code in question:
<elseif ad_name="*na|Erase">
<if ad_name="Cursna">
<equip set="Cursna"/>
</if>
<else>
<equip set="StatusCure"/>
</else>
</elseif>
The pastebin of the xml where the code in question resides:
https://pastebin.com/aU6D0QEQ
And before anyone comments that I don't have the new Erase neck piece: I know (and am waiting for the price to settle).
Thanks for the help (and I'll move this if there was a better place to post it).