Going through all my Spellcast Macros and redoing (NOT Looking forward for when I hit SCH and SMN [anyone got any new ones I can copy/tweak?!?!?]), my BLM one keeps coming up with this error whenever a spell goes off:
SpellCast: ERROR - Outdated XML. (regex) or (buffactive) must be updated
idk wut this means :< Looked through my file, here's the only bit where I can see a (regex).
Code:
<!-- Handle AFv2 Pants, but do not equip pants if we already have Weather x2 and day bonuses from obi alone as obi alone hits the 35% damage cap. -->
<if Advanced='(!((regex)%Weather=^.* x2$(/regex) AND "%WeatherElement" = "%SpellElement" AND "$%SpellElementObi" = "1") OR !("%WeatherElement" = "%spellElement")) AND ("%SpellElement" = "%DayElement" AND "$BLMAF2Pants" = "1") AND ("%skill"="ElementalMagic")'>
<action type="equip" when="midcast">
<legs lock="yes">Sorcerer's Tonban</legs>
<back lock="yes">Twilight Cape</back>
</action>
</if>