I'm currently using this set on my level 60ish BLM.
<?xml version="1.0" ?> <spellcast> <config HideErrors="false" Debug="true" Language="NA" RestingSet="Resting Gear" NormalSet="Standard" /> <sets> <group default="yes" name="Standard"> <set name="Resting Gear" BaseSet="Standard"> <main>Pluto's Staff</main> <rear>Antivenom Earring</rear> <waist>Qiqirn Sash</waist> <neck>Grandiose Chain</neck> <back>Invigorating Cape</back> <body>Seer's Tunic</body> </set> <set name="Standard" > <main>Pluto's Staff</main> <sub>Bugard Strap +1</sub> <ammo>Morion Tathlum</ammo> <head>Wizard's Petasos</head> <neck>Mohbwa Scarf +1</neck> <lear>Moldavite Earring</lear> <rear>Elemental Earring</rear> <body>Black Cotehardie</body> <hands>Wizard's Gloves</hands> <lring>Eremite's Ring +1</lring> <rring>Wisdom Ring</rring> <back>Black Cape +1</back> <waist>Penitent's Rope</waist> <legs>Magic Slacks</legs> <feet>Custom M Boots</feet> </set> </group> </sets> <rules> <action type="equip" set="Standard" when="precast" /> <rule Spell="Cure*"> <action type="equip" when="midcast"> <main>Apollo's Staff</main> </action> </rule> <rule Spell="Slow|Silence|Paralyze|Blind|Gravity|Drown|Burn|Frost|Shock|Rasp|Choke|Bind|Sleep*"> <action type="equip" when="midcast"> <body>Wizard's Coat</body> </action> <rule Spell="Slow"> <action type="equip" when="midcast"> <main>Terra's Staff</main> </action> </rule> <rule Spell="Silence"> <action type="equip" when="midcast"> <main>Auster's Staff</main> </action> </rule> <rule Spell="Paralyze"> <action type="equip" when="midcast"> <main>Aquilo's Staff</main> </action> </rule> <rule Spell="Sleep"> <action type="equip" when="midcast"> <main>Pluto's Staff</main> </action> </rule> </rule> <rule Spell="Bar*|Teleport*|Stoneskin|Blink|Reraise*|Aqua*|Protect*|shell*"> <action type="DefaultTarget" target="<me>" /> </rule> <rule spell="Thund*|Burst*"> <action type="equip"> <main>Jupiter's Staff</main> </action> <action type=command>input /p %spell >> <t></action> </rule> <rule spell="Blizza*|Freeze*"> <action type="equip"> <main>Aquilo's Staff</main> </action> <action type=command>input /p %spell >> <t></action> </rule> <rule spell="Fir*"> <action type="equip"> <main>Fire Staff</main> </action> <action type=command>input /p %spell >> <t></action> </rule> <rule spell="Stone|Stone *|Stonega*|Quake*"> <action type="equip"> <main>Terra's Staff</main> </action> <action type=command>input /p %spell >> <t></action> </rule> <rule spell="Aero*|Tornado*"> <action type="equip"> <main>Aquilo's Staff</main> </action> <action type=command>input /p %spell >> <t></action> </rule> <rule spell="Stun"> <action type="equip"> <main>Jupiter's Staff</main> <legs>Wizard's Tonban</legs> </action> <action type=command>input /p %spell >> <t></action> </rule> <rule spell="Sneak|Invisible"> <action type="equip"> <main>Auster's Staff</main> <back>Skulker's Cape</back> </action> </rule> <rule spell="Drain|Aspir"> <action type="equip"> <main>Pluto's Staff</main> <legs>Wizard's Tonban</legs> </action> </rule> </rules> </spellcast>