Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0" ?>
- <spellcast>
- <config debug="false" />
- <guildwork
- character="Elgorian"
- server="Sylph"
- description="My Dancer XML"
- job="DNC"
- />
- <sets>
- <group name="DNC" default="yes">
- <set name="idle">
- <ammo>Thew Bomblet</ammo>
- <head>Charis Tiara +2</head>
- <neck>Charis Necklace</neck>
- <lear>Suppanomimi</lear>
- <rear>Brutal Earring</rear>
- <body>Charis Casaque +2</body>
- <hands>Brego Gloves</hands>
- <lring>Paguroidea Ring</lring>
- <rring>Sheltered Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Twilight Belt</waist>
- <legs>Charis Tights +2</legs>
- <feet>Tandava crackows</feet>
- </set>
- <set name="TP">
- <ammo>Thew Bomblet</ammo>
- <head>Charis Tiara +2</head>
- <neck>Charis Necklace</neck>
- <lear>Suppanomimi</lear>
- <rear>Brutal Earring</rear>
- <body>Charis Casaque +2</body>
- <hands>Brego Gloves</hands>
- <lring>Epona's Ring</lring>
- <rring>Rajas Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Twilight Belt</waist>
- <legs>Charis Tights +2</legs>
- <feet>Charis Shoes +2</feet>
- </set>
- <set name="DEXWS"> <!-- Evisceration -->
- <ammo>Thew Bomblet</ammo>
- <head>Anwig Salade</head>
- <neck>Rancor Collar</neck>
- <lear>Ghillie Earring +1</lear>
- <rear>Brutal Earring</rear>
- <body>Athos's Tabard</body>
- <hands>Charis Bangles +2</hands>
- <lring>Epona's Ring</lring>
- <rring>Rajas Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Cuchulain's Belt</waist>
- <legs>Charis Tights +2</legs>
- <feet>Athos's Boots</feet>
- </set>
- <set name="AGIWS"> <!-- Exenterator -->
- <ammo>Thew Bomblet</ammo>
- <head>Anwig Salade</head>
- <neck>Arctier's Torque</neck>
- <lear>Ghillie Earring +1</lear>
- <rear>Brutal Earring</rear>
- <body>Athos's Tabard</body>
- <hands>Charis Bangles +2</hands>
- <lring>Epona's Ring</lring>
- <rring>Breeze Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Anguinus Belt</waist>
- <legs>Charis Tights +2</legs>
- <feet>Athos's Boots</feet>
- </set>
- <set name="WaltzPot" baseset="TP">
- <head>Etoile Tiara</head>
- <body>Dancer's Casaque</body>
- <back>Etoile Cape</back>
- <feet>Dancer's Shoes +2</feet>
- </set>
- </group>
- </sets>
- <!-- ================ Rules are down here =================== -->
- <rules>
- <!-- =============== Equipment Rules ============= -->
- <if group="DNC">
- <equip when="idle" set="idle" />
- <equip when="aftercast|engaged" set="TP" />
- </if>
- <!-- ========== Job Ability Rules ======= -->
- <if spell="Trance">
- <equip when="precast|midcast">
- <head lock="yes"></head> <!-- Etoile Tiara +2 Augmented -->
- </equip>
- </if>
- <if spell="No Foot Rise">
- <equip when="precast|midcast">
- <body lock="yes"></body> <!-- Etoile Casaque +2 -->
- </equip>
- </if>
- <if spell="*Samba*">
- <equip when="precast|midcast">
- <head lock="yes">Dancer's Tiara</head>
- </equip>
- </if>
- <if spell="Feather Step">
- <equip when="precast|midcast">
- <feet lock="yes">Charis Shoes +2</feet>
- </equip>
- </if>
- <if spell="*Waltz*">
- <equip when="precast|midcast" set="WaltzPot" />
- </if>
- <if spell="Climactic Flourish">
- <equip when="precast|midcast">
- <head lock="yes">Charis Tiara +2</head>
- </equip>
- </if>
- <if spell="Striking Flourish">
- <equip when="precast|midcast">
- <body lock="yes">Charis Casaque +2</body>
- </equip>
- </if>
- <if spell="Violent Flourish">
- <equip when="precast|midcast">
- <body lock="yes">Etoile Casaque</body>
- </equip>
- </if>
- <if spell="Reverse Flourish">
- <equip when="precast|midcast">
- <hands lock="yes">Charis Bangles +2</hands>
- </equip>
- </if>
- <if spell="*Jig">
- <equip when="precast|midcast">
- <legs lock="yes"></legs> <!-- Etoile Tights -->
- <feet lock="yes">Dancer's Shoes</feet>
- </equip>
- </if>
- <!-- ========== Weapon Skill Rules ======= -->
- <if spell="Exenterator">
- <equip when="precast|midcast" set="AGIWS" />
- </if>
- <if spell="Evisceration">
- <equip when="precast|midcast" set="DEXWS" />
- </if>
- <!-- ========== Spell Rules ========== -->
- <if spell="Utsusemi*">
- <equip when="precast|midcast">
- <neck lock="yes">Magoraga Bead Necklace</neck>
- </equip>
- </if>
- <!-- ============= End Rules ======= -->
- </rules>
- </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment