Based off of wipblu's set, scaled down for personal use and preference. All half second spells and WS have an added 1 second PreCast delay for gear-swapping time. Big time WIP, not all spells are covered, just anything currently used, refer to wipblu's example for all spells
<?xml version=“1.0” ?> <spellcast> <config HideErrors="false" RestingSet="Resting" NormalSet="MP" ShowGearSwaps="false" Debug="false" ShowSpellInfo="true" /> <sets> <group default=“yes” name=“Blue Mage|BLU”> <set name="Standard" > <head>Walahra Turban</head> <neck>Peacock Amulet</neck> <lear>Brutal Earring</lear> <body>Assault Jerkin</body> <hands>Pallas's Bracelets</hands> <rear>Suppanomimi</rear> <rring>Rajas Ring</rring> <lring>Jaeger Ring</lring> <back>Amemet Mantle +1</back> <feet>Denali Gamashes</feet> <legs>Vendor's Slops</legs> <waist>Swift Belt</waist> <ammo>Olibanum Sachet</ammo> </set> <set name="MP" BaseSet="Standard"> <lear>Magnetic Earring</lear> <body>Magus Jubbah</body> <rear>Suppanomimi</rear> <back>Lamia Mantle</back> <waist>Hierarch Belt</waist> </set> <set name="Resting" BaseSet="MP"> <body>Errant Hpl.</body> </set> <set name="STR" BaseSet="MP"> <head>Voyager Sallet</head> <neck>Spike Necklace</neck> <lring>Ruby Ring</lring> <rear>Minuet Earring</rear> <back>Amemet Mantle +1</back> <waist>Warwolf Belt</waist> </set> <set name="Phys" BaseSet="Standard"> <head>Optical Hat</head> <lear>Magnetic Earring</lear> <waist>Warwolf Belt</waist> </set> <set name="Magic" BaseSet="MP"> <head>Magus Keffiyeh</head> <legs>Errant Slops</legs> <lring>Balrahn's Ring</lring> <rear>Moldavite Earring</rear> </set> </group> </sets> <rules> <rule Spell="Utsusemi: Ichi|Utsusemi: Ni"> <action type="equip" when="midcast"> <head>Walahra Turban</head> <waist>Swift Belt</waist> <feet>Denali Gamashes</feet> </action> <rule Spell="Utsusemi: Ichi"> <action type="midcastdelay" delay="3.5" /> <action type="Command" when="midcast">cancel 66</action> </rule> </rule> <rule Type="Weaponskill"> <action type="equip" when="PreCast" set="Standard"> <head>Optical Hat</head> <waist>Warwolf Belt</waist> </action> <action type="CastDelay" delay="1" /> </rule> <rule Spell="Magic Fruit|Wild Carrot|Pollen|Healing Breeze"> <action type="equip" when="precast" set="Resting"> </action> </rule> <rule Spell="Frenetic Rip|Disseverment|Hysteric Barrage"> <action type="equip" when="PreCast" set"Phys"> </action> <action type="CastDelay" delay="1" /> </rule> <rule Spell=" Mandibular Bite|Sickle Slash|Death Scissors|Dimensional Death|Vertical Cleave"> <action type="equip" when="PreCast" set="STR"> </action> <action type="CastDelay" delay="1" /> </rule> <rule Spell="Metallic Body|Diamondhide|Cocoon|Refueling|Zephyr Mantle|Exuviation|Pollen|Plasma Charge|Reactor Cool|Memento Mori|Saline Coat"> <action type="DefaultTarget" Target="<me>" /> <action type="equip" when="midcast" set="MP"> </action> </rule> <rule Spell="Mind Blast|Firespit|Heat Breath|Magic Hammer"> <action type="equip" when="midcast" set="Magic"> </action> <rule Spell="Mind Blast"> <action type="equip" when="midcast"> <main>Thunder Staff</main> <hands>Devotee's Mitts</hands> </action> </rule> <rule Spell="Firespit|Heat Breath"> <action type="equip" when="midcast"> <main>Fire Staff</main> </action> </rule> <rule Spell="Magic Hammer"> <action type="equip" when="midcast"> <main>Light Staff</main> </action> </rule> </rule> <rule Spell="Cannonball"> <action type="equip" when="Precast" set="STR"> <legs>Magus Shalwar</legs> <feet>Rutter Sabatons</feet> <ammo>Bibiki Seashell</ammo> </action> <action type="CastDelay" delay="1" /> </rule> <rule Spell="Filamented Hold|Blank Gaze|Chaotic Eye|Frightful Roar|Sheep Song|Soporific|Yawn|Cold Wave|Poison Breath|Actinic Burst|Pinecone Bomb|Sound Blast|Jettatura|Blastbomb"> <action type="equip" when="precast" set="MP"> </action> </rule> <rule Spell="MP Drainkiss"> <action type="equip" when="midcast" set="MP"> <head>Magus Keffiyeh</head> </action> </rule> <rule Spell="Eyes on Me"> <action type="equip" when="midcast" set="Magic"> <head>Errant Hat</head> <waist>Corsette +1</waist> <back>Jester's Cape</back> <neck>Bird Whistle</neck> </action> </rule> </rules> </spellcast>