
Originally Posted by
rog
Post the code, silly.
Radec coded this for me awhile back, just never worked quite right until recent update, I have goetia in my main nuke setup:
Code:
<if Skill="ElementalMagic">
<if MPPAfterCastLT="50">
<equip when="midcast">
<neck lock="yes">Uggalepih Pendant</neck>
</equip>
<if advanced="%MoonPCT <80">
<action type="equip" when="midcast">
<neck lock="yes">Artemis' Medal</neck>
</action>
</if>
</if>
<elseif advanced="%MoonPCT >40">
<action type="equip" when="midcast">
<neck lock="yes">Artemis' Medal</neck>
</action>
</elseif>
</if>