Samnosuke of Muffins LS, Fenrir
<?xml version="1.0" ?>
<!-- DRAGOON SPELLCAST CONFIG version 1.0 -->
<spellcast>
<config
Debug="true"
HideErrors="false"
RestingSet="Rest"
NormalSet="Main"
EngagedSet="Fight"
ShowGearSwaps="false"
ShowSpellInfo="false"
/>
<sets>
<group default="yes" name="Accuracy">
<!-- This is the default group that is used when this xml file is loaded with the SpellCast plugin -->
<!-- This group focuses on Accuracy gear for TP gain -->
<set name="Main">
<main lock="true" />
<sub lock="true" />
<ranged lock="tre" />
<ammo lock="true" />
<head>Optical Hat</head>
<neck>Chivalrous Chain</neck>
<lear>Ethereal Earring</lear>
<rear>Brutal Earring</rear>
<body>Scorpion Harness</body>
<hands>Homam Manopolas </hands>
<lring>Rajas Ring</lring>
<rring>Ulthalam's Ring</rring>
<back>Amemet Mantle +1</back>
<waist>Potent Belt</waist>
<legs>Homam Cosciales</legs>
<feet>Homam Gambieras</feet>
</set>
<set name="town">
<!-- Replace this with your town gear -->
</set>
<set name="Rest">
<!-- put any +HMP gear here -->
</set
<set name="FastCast" BaseSet="Main">
<!-- Replace this with all of the haste gear you have -->
</set>
<set name="PentaThrust" BaseSet="Main">
<!-- Replace this with your Penta Thrust gear -->
</set>
<set name="WheelingThrust" BaseSet="Main">
<!-- Replace this with your Wheeling Thrust gear -->
</set>
<set name="Skewer" BaseSet="Main">
<!-- Replace this with your Skewer gear -->
</set>
<set name="PreHealingBreath">
<!-- Replace this with the gear you want equipped before the Wyvern starts Healing Breath -->
</set>
<set name="MidHealingBreath">
<!-- Replace this with the gear you want equipped before the Wyvern finishes Healing Breath -->
</set>
<set name="Fight">
<!-- Replace this with gear you want to be wearing DURING combat but NOT out of combat, for example Dusk gear -->
</set>
</group>
<group name="Haste">
<!-- This is NOT! the default group that is used when this xml file is loaded with the SpellCast plugin -->
<!-- To use this group you must type the following: //sc group Haste -->
<!-- This group focuses on Haste gear for TP gain -->
<set name="Main">
<main lock="true" />
<sub lock="true" />
<ranged lock="tre" />
<ammo lock="true" />
<head>Homam Zucchetto</head>
<neck>Chivalrous Chain</neck>
<lear>Ethereal Earring</lear>
<rear>Brutal Earring</rear>
<body>Assault Jerkin</body>
<hands>Homam Manopolas </hands>
<lring>Rajas Ring</lring>
<rring>Ulthalam's Ring</rring>
<back>Amemet Mantle +1</back>
<waist>Swift Belt</waist>
<legs>Homam Cosciales</legs>
<feet>Homam Gambieras</feet>
</set>
<set name="town">
<!-- Replace this with your town gear -->
</set>
<set name="Rest">
<!-- put any +HMP gear here -->
</set
<set name="FastCast" BaseSet="Main">
<!-- Replace this with all of the haste gear you have -->
<!-- If all of the haste gear you have is ALREADY in the Main set, put NOTHING here! -->
</set>
<set name="PentaThrust" BaseSet="Main">
<!-- Replace this with your Penta Thrust gear -->
</set>
<set name="WheelingThrust" BaseSet="Main">
<!-- Replace this with your Wheeling Thrust gear -->
</set>
<set name="Skewer" BaseSet="Main">
<!-- Replace this with your Skewer gear -->
</set>
<set name="PreHealingBreath">
<!-- Replace this with the gear you want equipped before the Wyvern starts Healing Breath -->
</set>
<set name="MidHealingBreath">
<!-- Replace this with the gear you want equipped before the Wyvern finishes Healing Breath -->
</set>
<set name="Fight">
<!-- Replace this with gear you want to be wearing DURING combat but NOT out of combat -->
</set>
</group>
</sets>
<rules>
<rule Spell="Utsusemi*|Tonko*">
<action type="equip" when="Precast" set="FastCast" />
</rule>
<rule Spell="Penta Thrust">
<action type="equip" when="PreCast" set="PentaThrust" />
</rule>
<rule Spell="Wheeling Thrust">
<action type="equip" when="PreCast" set="WheelingThrust" />
</rule>
<rule Spell="Skewer">
<action type="equip" when="PreCast" set="Skewer" />
</rule>
<rule CommandPrefix="/ws|/weaponskill" NotSpell="Penta*|Wheeling*|Skewer">
<action type="equip" when="PreCast" set="WheelingThrust" />
</rule>
<rule CommandPrefix="/ma|/magic">
<action type="equip" when="PreCast" set="PreHealingBreath" />
<action type="equip" when="AfterCast" set="MidHealingBreath" />
</rule>
<rule Skill="HealingMagic">
<action type="DefaultTarget" Target="<me>">
</rule>
</rules>
</spellcast>