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 Monk XML"
- job="MNK"
- />
- <sets>
- <group name="MNK" default="yes">
- <set name="idle">
- <ammo>Thew Bomblet</ammo>
- <head>Tantra Crown +2</head>
- <neck>Faith Torque</neck>
- <lear>Ghillie Earring +1</lear>
- <rear>Brutal Earring</rear>
- <body>Tantra Cyclas +2</body>
- <hands>Melee Gloves +2</hands>
- <lring>Paguroidea Ring</lring>
- <rring>Sheltered Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Black Belt</waist>
- <legs>Tantra Hose +2</legs>
- <feet>Hermes' Sandals</feet>
- </set>
- <set name="TP">
- <ammo>Thew Bomblet</ammo>
- <head>Tantra Crown +2</head>
- <neck>Faith Torque</neck>
- <lear>Ghillie Earring +1</lear>
- <rear>Brutal Earring</rear>
- <body>Tantra Cyclas +2</body>
- <hands>Melee Gloves +2</hands>
- <lring>Epona's Ring</lring>
- <rring>Rajas Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Black Belt</waist>
- <legs>Tantra Hose +2</legs>
- <feet>Tantra Gaiters +2</feet>
- </set>
- <set name="HundredFists">
- <legs></legs> <!-- Melee Hose +2 Augmented -->
- </set>
- <set name="Dodge">
- <feet>Temple Gaiters</feet> <!-- +1 -->
- </set>
- <set name="Focus">
- <head>Temple Crown</head> <!-- +1 -->
- </set>
- <set name="Chakra">
- <ammo>Tantra Tathlum</ammo>
- <head>Genbu's Kabuto</head>
- <neck></neck>
- <lear>Kemas Earring</lear>
- <rear></rear>
- <body>Temple Cyclas +1</body>
- <hands>Melee Gloves +2</hands>
- <lring>Spiral Ring</lring>
- <rring>Topaz Ring</rring>
- <back>Melee Cape</back>
- <waist>Warwolf Belt</waist>
- <legs></legs>
- <feet></feet>
- </set>
- <set name="Counterstance">
- <feet>Melee Gaiters +1</feet> <!-- +2 -->
- </set>
- <set name="PerfectCounter">
- <head>Tantra Crown +2</head>
- </set>
- <set name="Impetus">
- <body>Tantra Cyclas +2</body>
- </set>
- <set name="WS"> <!-- Victory Smite and Ascetic's Fury -->
- <ammo>Thew Bomblet</ammo>
- <head>Anwig Salade</head>
- <neck>Rancor Collar</neck>
- <lear>Ghillie Earring +1</lear>
- <rear>Brutal Earring</rear>
- <body>Tantra Cyclas +2</body>
- <hands>Heafoc Mitts</hands>
- <lring>Epona's Ring</lring>
- <rring>Rajas Ring</rring>
- <back>Atheling Mantle</back>
- <waist>Black Belt</waist>
- <legs>Shura Haidate +1</legs>
- <feet>Tantra Gaiters +2</feet>
- </set>
- </group>
- <group name="MNKPDT" inherit="MNK"> <!-- Macro //sc group MNKPDT in-game to TP in PDT set -->
- <set name="PDT">
- <ammo>Thew Bomblet</ammo>
- <head>Arhat's Jinpachi</head>
- <neck>Twilight Torque</neck>
- <lear>Ghillie Earring +1</lear>
- <rear>Brutal Earring</rear>
- <body>Arhat's Gi</body>
- <hands>Denali Wristbands</hands>
- <lring>Dark Ring</lring>
- <rring>Dark Ring</rring>
- <back>Mollusca Mantle</back>
- <waist>Black Belt</waist>
- <legs>Tantra Hose +2</legs>
- <feet>Tantra Gaiters +2</feet>
- </set>
- </group>
- <group name="MNKMDT" inherit="MNK"> <!-- Macro //sc group MNKMDT in-game to TP in MDT set -->
- <set name="MDT">
- <ammo>Thew Bomblet</ammo>
- <head>Tantra Crown +2</head>
- <neck>Twilight Torque</neck>
- <lear>Coral Earring</lear>
- <rear>Merman's Earring</rear>
- <body>Tantra Cyclas +2</body>
- <hands>Denali Wristbands</hands>
- <lring>Dark Ring</lring>
- <rring>Dark Ring</rring>
- <back>Mollusca Mantle</back>
- <waist>Black Belt</waist>
- <legs>Tantra Hose +2</legs>
- <feet>Tantra Gaiters +2</feet>
- </set>
- </group>
- </sets>
- <!-- ================ Rules are down here =================== -->
- <rules>
- <!-- =============== Equipment Rules ============= -->
- <if group="MNK">
- <equip when="idle" set="idle" />
- <equip when="aftercast|engaged" set="TP" />
- </if>
- <if group="MNKPDT">
- <equip when="idle" set="idle" />
- <equip when="aftercast|engaged" set="PDT" />
- </if>
- <if group="MNKMDT">
- <equip when="idle" set="idle" />
- <equip when="aftercast|engaged" set="MDT" />
- </if>
- <!-- ========== Job Ability Rules ======= -->
- <if spell="Hundred Fists">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast" set="HundredFists" />
- </if>
- <if spell="Dodge">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast" set="Dodge" />
- </if>
- <if spell="Focus">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast" set="Focus" />
- </if>
- <if spell="Chakra">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast|midcast" set="Chakra" />
- </if>
- <if spell="Counterstance">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast" set="Counterstance" />
- </if>
- <if spell="Perfect Counter">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast" set="PerfectCounter" />
- </if>
- <if spell="Impetus">
- <action type="PrecastDelay" delay=".3" />
- <equip when="precast" set="Impetus" />
- </if>
- <!-- ========== Weapon Skill Rules ======= -->
- <if spell="Victory Smite|Ascetic's Fury">
- <action type="PrecastDelay" delay=".2" />
- <equip when="precast|midcast" set="WS" />
- </if>
- <!-- ========== Spell Rules ========== -->
- <!-- ============= End Rules ======= -->
- </rules>
- </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment