Anyone help me out I have my rapture cure set using savant's bonnet +2 but it will not equip when rapture is active it still equips my non-rapture build see below code.
<rules>
<if spell="Cure*|Cura*">
<if buffactive="Rapture">
<action type="equip" when="precast" set="precur"/>
<action type="equip" when="midcast" set="rapcur"/>
<if advanced='("%SpellElement"=="%DayElement")||("%SpellElement"=="%WeatherElement")'>
<action type="equip" when="midcast">
<waist>$%SpellElementObi</waist>
</action>
</if>
</if>
<action type="equip" when="aftercast" set="idle" />
</if>
<if spell="Cure*|Cura*">
<action type="equip" when="precast" set="precur"/>
<action type="equip" when="midcast" set="cur"/>
<if advanced='("%SpellElement"=="%DayElement")||("%SpellElement"=="%WeatherElement")'>
<action type="equip" when="midcast">
<waist>$%SpellElementObi</waist>
</action>
</if>
<action type="equip" when="aftercast" set="idle" />
</if>
</rules>