Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
355
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.62 KB | None | 0 0
  1. <spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
  2.     <config
  3.        Debug="false"
  4.        HideErrors="false"
  5.        NormalSet="Idle"
  6.        ShowGearSwaps="false"
  7.        ShowSpellInfo="false"
  8.        DefaultAftercast="standard"
  9.        />
  10.     <sets>
  11.         <group default="yes" name="DNC">
  12.             <set name="Main">
  13.                 <main lock="true" />
  14.                 <sub lock="true" />
  15.                 <ranged lock="true" />
  16.                 <ammo lock="true" />
  17.                 <head>Charis Tiara +2</head>
  18.         <neck>Peacock Charm</neck>
  19.         <lear>Suppanomimi</lear>
  20.         <rear>Brutal Earring</rear>
  21.         <body>Charis Casque +2</body>
  22.         <hands>Charis Bandles +2</hands>
  23.         <rring>Rajas Ring</rring>
  24.         <lring>Blood Ring</lring>
  25.         <back>Atheling Mantle</back>
  26.         <waist>Twilight belt</waist>
  27.         <legs>Charis Tights +2</legs>
  28.         <feet>Charis Shoes +2</feet>
  29.             </set>
  30.             <set name="Idle" BaseSet="Main">        <feet>Tandava Crackows</feet>
  31.             </set>
  32.             <set name="WS">
  33.                 <head>Charis Tiara +2</head>
  34.         <neck>Peacock Charm</neck>
  35.         <lear>Suppanomimi</lear>
  36.         <rear>Brutal Earring</rear>
  37.         <body>Charis Casque +2</body>
  38.         <hands>Charis Bandles +2</hands>
  39.         <rring>Rajas Ring</rring>
  40.         <lring>Blood Ring</lring>
  41.         <back>Atheling Mantle</back>
  42.         <waist>Twilight belt</waist>
  43.         <legs>Charis Tights +2</legs>
  44.         <feet>Charis Shoes +2</feet>
  45.         </set>
  46.             <set name="Utsusemi">
  47.                 <head>Charis Tiara +2</head>
  48.         <neck>Torero Torque</neck>
  49.         <lear>Suppanomimi</lear>
  50.         <rear>Loquacious Earring</rear>
  51.         <body>Charis Casque +2</body>
  52.         <hands>Charis Bandles +2</hands>
  53.         <rring>Rajas Ring</rring>
  54.         <lring>Blood Ring</lring>
  55.         <back>Atheling Mantle</back>
  56.         <waist>Twilight belt</waist>
  57.         <legs>Charis Tights +2</legs>
  58.         <feet>Charis Shoes +2</feet>
  59.             </set>
  60.             <set name="Step">
  61.                 <head>Charis Tiara +2</head>
  62.         <neck>Peacock Charm</neck>
  63.         <lear>Suppanomimi</lear>
  64.         <rear>Choreia Earring</rear>
  65.         <body>Charis Casque +2</body>
  66.         <hands>Dancer's Bangles</hands>
  67.         <rring>Rajas Ring</rring>
  68.         <lring>Blood Ring</lring>
  69.         <back>Atheling Mantle</back>
  70.         <waist>Twilight belt</waist>
  71.         <legs>Charis Tights +2</legs>
  72.         <feet>Etoile Shoes</feet>
  73.             </set>
  74.             <set name="Cure">
  75.                 <head>Etoile Tiara</head>
  76.         <neck>Peacock Charm</neck>
  77.         <lear>Suppanomimi</lear>
  78.         <rear>Roundel Earring</rear>
  79.         <body>Dancer's Casaque</body>
  80.         <hands>Charis Bandles +2</hands>
  81.         <rring>Rajas Ring<rlring>
  82.         <lring>Valseur's Ring</lring>
  83.         <back>Atheling Mantle</back>
  84.         <waist>Twilight belt</waist>
  85.         <legs>Charis Tights +2</legs>
  86.         <feet>Charis Shoes +2</feet>
  87.         </set>
  88.             <set name="Jig">
  89.                 <head>Charis Tiara +2</head>
  90.         <neck>Peacock Charm</neck>
  91.         <lear>Suppanomimi</lear>
  92.         <rear>Brutal Earring</rear>
  93.         <body>Charis Casque +2</body>
  94.         <hands>Charis Bandles +2</hands>
  95.         <rring>Rajas Ring</rring>
  96.         <lring>Blood Ring</lring>
  97.         <back>Atheling Mantle</back>
  98.         <waist>Twilight belt</waist>
  99.         <legs>Etoile Tights</legs>
  100.         <feet>Dancer's Shoes</feet>
  101.             </set>
  102.         </group>
  103.     </sets>
  104.     <rules>
  105.     <if status="idle">
  106.         <equip when="Idle|Aftercast" set="Idle" />
  107.     </if>
  108.     <elseif status="engaged">
  109.         <equip when="Engaged|Aftercast" set="Main" />
  110.     </elseif>
  111.     <if Spell="Spectral Jig">
  112.         <command When="PreCast">cancel 71</command>
  113.         <equip when="Precast" set="Jig" />
  114.     </if>
  115.     <if spell="Monomi*">
  116.         <command When="PreCast">cancel 71</command>
  117.     </if>
  118.     <if spell="Chocobo Jig">
  119.         <equip when="Precast" set="Jig" />
  120.     </if>
  121.     <if Mode="And" spell="*Waltz*" notspell="Healing waltz">
  122.         <equip when="precast" set="Cure" />
  123.     </if>
  124.  
  125.     <if spell="*Step">
  126.         <if Spell="Feather Step">
  127.             <equip when="Precast" set="Step">
  128.             <feet>Charis Toeshoes +2</feet>
  129.             </equip>
  130.         </if>
  131.         <else>
  132.             <equip when="Precast" set="Step" />
  133.         </else>
  134.     </if>
  135.     <if spell="*Samba*">
  136.         <equip when="Precast" set="Samba" />
  137.     </if>
  138.  
  139.     <if spell="Dancing Edge|Evisceration|Pyrrhic Kleos">
  140.         <equip when="Precast" set="WS" />
  141.     </if>
  142.  
  143.     <if Spell="Utsusemi*">
  144.         <equip when="Precast" Set="Utsusemi" />
  145.             <if spell="Utsusemi: Ichi" BuffActive="Copy Image*">
  146.                 <midcastdelay delay="2.5" />
  147.                 <command when="midcast">cancel 66</command>
  148.                 <command when="midcast">cancel 444</command>
  149.                 <command when="midcast">cancel 445</command>
  150.             </if>
  151.     </if>
  152.     <if spell="Reverse Flourish">
  153.         <equip when="Precast">
  154.         <hands>Charis Bangles +2</hands>
  155.         </equip>
  156.     </if>
  157.     <if spell="Violent Flourish">
  158.         <equip when="Precast" set="Stun" />
  159.     </if>
  160. </rules>
  161. </spellcast>
  162.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement