<?xml version="1.0" ?> <spellcast> <config Debug="false" HideErrors="false" ShowSpellInfo="false" ShowGearSwaps="false" /> <variables clear="false"> <var name="SkillUp">0</var> </variables> <sets> <group default="yes" name="Job"> <set name = "Standard" /> <set name = "Resting Gear" /> </group> </sets> <rules> <action type="equip" when="idle" set="Standard" /> <action type="equip" when="resting" set="Resting Gear" /> <action type="command" when="resting">spellcast var set SkillUp 0;</action> <action type="command" when="idle">spellcast var set SkillUp 1;</action> <if advanced='"$SkillUp" == "1"'> <if NOTMPGT="15"> <if notspell="release"> <action type="command" when="precast">input /heal on;wait 180;input /heal off;wait 2;input /ja "Release";wait 2;input /ma "Carbuncle"</action> <action type="cancelspell"/> </if> <else> <action type="command" when="aftercast">input /heal on;wait 180;input /heal off;wait 2;input /ja "Release";wait 2;input /ma "Carbuncle"</action> </else> </if> </if> <if spell="Carbuncle"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Garuda"</action> </if> </if> <elseif spell="Fenrir"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Fenrir"</action> </if> </elseif> <elseif spell="Ifrit"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Titan"</action> </if> </elseif> <elseif spell="Titan"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Leviathan"</action> </if> </elseif> <elseif spell="Leviathan"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Carbuncle"</action> </if> </elseif> <elseif spell="Garuda"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Ifrit"</action> </if> </elseif> <elseif spell="Shiva"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Shiva"</action> </if> </elseif> <elseif spell="Ramuh"> <if advanced='"$SkillUp" == "1"'> <action type="command" when="aftercast">wait 2;input /ja "Release";wait 2;input /ma "Ramuh"</action> </if> </elseif> </rules> </spellcast>
Brock replied
766 weeks ago