Hey guys,
I know there are quicker, more efficient ways of skilling Geomancy and Handbell, however if you are like me and would rather it tick over at night or for a few hours at a time, I've tweaked my spellcast to factor in food use.
Code:
<rules>
<if spell="Indi-Voidance">
<if notbuffactive = "Food*">
<action type="command" when="aftercast">wait 5;input /item "B.E.W. Pitaru" Aemora; wait 8; input /ma "Indi-Poison"</action>
</if>
<if buffactive = "Food*">
<action type="command" when="aftercast">wait 2;input /ma "Indi-Poison"</action>
</if>
</if>
<elseif spell="Indi-Poison">
<action type="command" when="aftercast">wait 2;input /ma "Indi-Precision"</action>
</elseif>
<elseif spell="Indi-Precision">
<action type="command" when="aftercast">wait 2;input /ma "Indi-Voidance"</action>
</elseif>
</rules>
Everytime you Indi-Voidance, it checks your food status and either re-applied food or continues the loop. You'll have to change the log to your name rather than mine when you eat food for it to work for you.
Peace~