Guest User

Untitled

a guest
Oct 20th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.25 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <spellcast>
  3.     <config  RequireVersion="2.17"/>
  4.  
  5.     <variables>
  6.         <var name="Normal">HasteTp</var>
  7.     </variables>
  8.  
  9.  
  10.     <sets>
  11.         <group name="Main" default="yes">
  12.             <set name = "idle" baseset="HasteTP">
  13.             </set>
  14.  
  15.             <set name = "HasteTP">
  16.                 <main lock="t" />
  17.                 <sub lock="t" />
  18.                 <range lock="t" />
  19.             </set>
  20.  
  21.  
  22.             <set name = "Evasion">
  23.                 <main lock="t" />
  24.                 <sub lock="t" />
  25.                 <range lock="t" />
  26.             </set>
  27.  
  28.             <set name = "HasteEva" Baseset="HasteTp">
  29.             </set>
  30.  
  31.             <set name = "Spells" BaseSet="HasteEva">
  32.             </set>
  33.  
  34.             <set name = "DEXWS">
  35.             </set>
  36.             <set name = "PKeckleon">
  37.             </set>
  38.  
  39.         </group>
  40.  
  41.     </sets>
  42.  
  43.     <rules>
  44.  
  45.         <!-- dont parse this file if under level 73... ie capped areas -->
  46.         <if MLVLLT="73"> <action type="return" /> </if>
  47.  
  48.     <if spell="autoset">
  49.         <action type="equip" when="resting" set="Resting" />
  50.         <action type="equip" when="Idle" set="Idle"/>
  51.         <action type="equip" when="afterCast" set="Idle" />
  52.         <action type="equip" when="engaged" set="HasteTP" />
  53.     </if>
  54.  
  55.         <if skill="Ninjutsu">
  56.             <action type="equip" when="precast|midcast" set="Spells" />
  57.             <if spell="Utsusemi: Ichi">
  58.                 <action type="midcastdelay" delay="3.0" />
  59.                 <action type="Command" when="midcast">cancel 66</action>
  60.             </if>
  61.             <if Status="Engaged">
  62.                 <equip when="aftercast" set="HasteTP" />
  63.             </if>
  64.             <if notStatus="Engaged">
  65.                 <equip when="afterast" set="idle" />
  66.             </if>
  67.         </if>
  68.         <elseif spell="*Jig">
  69.         <action type="equip" when="precast">
  70.         <legs>Etoile tights</legs>
  71.         <feet>Dancer's Toeshoes</feet>
  72.         </action>
  73.                     <action type="castdelay" delay="0.4" />
  74.             <if Status="Engaged">
  75.                 <equip when="aftercast" set="HasteTP" />
  76.             </if>
  77.             <if notStatus="Engaged">
  78.                 <equip when="afterast" set="idle" />
  79.             </if>
  80.         </elseif>
  81.         <elseif spell="Reverse Flourish">
  82.         <action type="equip" when="precast">
  83.         <hands>Charis Bangles +1</hands>
  84.         </action>
  85.                     <action type="castdelay" delay="0.4" />
  86.             <if Status="Engaged">
  87.                 <equip when="aftercast" set="HasteTP" />
  88.             </if>
  89.             <if notStatus="Engaged">
  90.                 <equip when="afterast" set="idle" />
  91.             </if>
  92.         </elseif>
  93.         <elseif spell="*step">
  94.         <action type="equip" when="precast">
  95.         <feet>Charis Toeshoes +2</feet>
  96.         <hands>Dancer's Bangles</hands>
  97.         </action>
  98.                     <action type="castdelay" delay="0.4" />
  99.             <if Status="Engaged">
  100.                 <equip when="aftercast" set="HasteTP" />
  101.             </if>
  102.             <if notStatus="Engaged">
  103.                 <equip when="afterast" set="idle" />
  104.             </if>
  105.         </elseif>
  106.         <elseif spell="Curing Waltz*|Divine Waltz*">
  107.             <action type="equip" when="precast|midcast">
  108.             <body>Dancer's Casaque</body>
  109.             <head>Etoile Tiara</head>
  110.             </action>
  111.             <action type="castdelay" delay="0.4" />
  112.             <if Status="Engaged">
  113.                 <equip when="aftercast" set="HasteTP" />
  114.             </if>
  115.             <if notStatus="Engaged">
  116.                 <equip when="afterast" set="idle" />
  117.             </if>
  118.         </elseif>
  119.         <elseif type="WeaponSkill">
  120.         <if spell="Evisceration|Dancing Edge">
  121.         <if buffactive="Climactic Flourish">
  122.             <action type="equip" set="DEXWS">
  123.             <head>Charis Tiara +2</head>
  124.             </action>
  125.             <action type="castdelay" delay=".4" />
  126.             <if Status="Engaged">
  127.                 <equip when="aftercast" set="HasteTP" />
  128.             </if>
  129.             <if notStatus="Engaged">
  130.                 <equip when="afterast" set="idle" />
  131.             </if>
  132.         </if>
  133.         <else>
  134.             <action type="equip" set="DEXWS" />
  135.             <action type="castdelay" delay=".4" />
  136.             <if Status="Engaged">
  137.                 <equip when="aftercast" set="HasteTP" />
  138.             </if>
  139.             <if notStatus="Engaged">
  140.                 <equip when="afterast" set="idle" />
  141.             </if>
  142.         </else>
  143.         </if>
  144.         <else>
  145.         <if buffactive="Climactic Flourish">
  146.             <action type="equip" set="PKeckleon">
  147.             <head>Charis Tiara +2</head>
  148.             </action>
  149.             <action type="castdelay" delay=".4" />
  150.             <if Status="Engaged">
  151.                 <equip when="aftercast" set="HasteTP" />
  152.             </if>
  153.             <if notStatus="Engaged">
  154.                 <equip when="afterast" set="idle" />
  155.             </if>
  156.         </if>
  157.         <else>
  158.             <action type="equip" set="PKeckleon" />
  159.             <action type="castdelay" delay=".4" />
  160.             <if Status="Engaged">
  161.                 <equip when="aftercast" set="HasteTP" />
  162.             </if>
  163.             <if notStatus="Engaged">
  164.                 <equip when="afterast" set="idle" />
  165.             </if>
  166.         </else>
  167.         </else>
  168.         </elseif>
  169.        
  170.  
  171.     </rules>
  172.  
  173. </spellcast>
Add Comment
Please, Sign In to add comment