R0bert199O

Elgorian_DNC.xml

Jun 2nd, 2012
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.31 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2.     <spellcast>
  3.     <config debug="false" />
  4.        
  5.     <guildwork
  6.         character="Elgorian"
  7.         server="Sylph"
  8.         description="My Dancer XML"
  9.         job="DNC"
  10.     /> 
  11.        
  12.     <sets>
  13.                
  14.     <group name="DNC" default="yes">
  15.    
  16.     <set name="idle">
  17.             <ammo>Thew Bomblet</ammo>
  18.             <head>Charis Tiara +2</head>
  19.             <neck>Charis Necklace</neck>
  20.             <lear>Suppanomimi</lear>
  21.             <rear>Brutal Earring</rear>
  22.             <body>Charis Casaque +2</body>
  23.             <hands>Brego Gloves</hands>
  24.             <lring>Paguroidea Ring</lring>
  25.             <rring>Sheltered Ring</rring>
  26.             <back>Atheling Mantle</back>
  27.             <waist>Twilight Belt</waist>
  28.             <legs>Charis Tights +2</legs>
  29.             <feet>Tandava crackows</feet>
  30.     </set>
  31.    
  32.     <set name="TP">
  33.             <ammo>Thew Bomblet</ammo>
  34.             <head>Charis Tiara +2</head>
  35.             <neck>Charis Necklace</neck>
  36.             <lear>Suppanomimi</lear>
  37.             <rear>Brutal Earring</rear>
  38.             <body>Charis Casaque +2</body>
  39.             <hands>Brego Gloves</hands>
  40.             <lring>Epona's Ring</lring>
  41.             <rring>Rajas Ring</rring>
  42.             <back>Atheling Mantle</back>
  43.             <waist>Twilight Belt</waist>
  44.             <legs>Charis Tights +2</legs>
  45.             <feet>Charis Shoes +2</feet>           
  46.     </set>
  47.    
  48.     <set name="DEXWS"> <!-- Evisceration -->
  49.             <ammo>Thew Bomblet</ammo>
  50.             <head>Anwig Salade</head>
  51.             <neck>Rancor Collar</neck>
  52.             <lear>Ghillie Earring +1</lear>
  53.             <rear>Brutal Earring</rear>
  54.             <body>Athos's Tabard</body>
  55.             <hands>Charis Bangles +2</hands>
  56.             <lring>Epona's Ring</lring>
  57.             <rring>Rajas Ring</rring>
  58.             <back>Atheling Mantle</back>
  59.             <waist>Cuchulain's Belt</waist>
  60.             <legs>Charis Tights +2</legs>
  61.             <feet>Athos's Boots</feet>
  62.     </set>
  63.    
  64.     <set name="AGIWS"> <!-- Exenterator -->
  65.             <ammo>Thew Bomblet</ammo>
  66.             <head>Anwig Salade</head>
  67.             <neck>Arctier's Torque</neck>
  68.             <lear>Ghillie Earring +1</lear>
  69.             <rear>Brutal Earring</rear>
  70.             <body>Athos's Tabard</body>
  71.             <hands>Charis Bangles +2</hands>
  72.             <lring>Epona's Ring</lring>
  73.             <rring>Breeze Ring</rring>
  74.             <back>Atheling Mantle</back>
  75.             <waist>Anguinus Belt</waist>
  76.             <legs>Charis Tights +2</legs>
  77.             <feet>Athos's Boots</feet>
  78.     </set>
  79.    
  80.     <set name="WaltzPot" baseset="TP">
  81.             <head>Etoile Tiara</head>
  82.             <body>Dancer's Casaque</body>
  83.             <back>Etoile Cape</back>
  84.             <feet>Dancer's Shoes +2</feet>
  85.     </set>
  86.    
  87.     </group>
  88.     </sets>
  89.    
  90.     <!-- ================ Rules are down here =================== -->
  91.  
  92.     <rules>
  93.    
  94.     <!-- =============== Equipment Rules ============= -->
  95.    
  96.     <if group="DNC">
  97.     <equip when="idle" set="idle" />
  98.     <equip when="aftercast|engaged" set="TP" />
  99.     </if>
  100.    
  101.     <!-- ========== Job Ability Rules ======= -->
  102.    
  103.     <if spell="Trance">
  104.     <equip when="precast|midcast">
  105.             <head lock="yes"></head> <!-- Etoile Tiara +2 Augmented -->
  106.     </equip>
  107.     </if>
  108.    
  109.     <if spell="No Foot Rise">
  110.     <equip when="precast|midcast">
  111.             <body lock="yes"></body> <!-- Etoile Casaque +2 -->
  112.     </equip>
  113.     </if>
  114.    
  115.     <if spell="*Samba*">
  116.     <equip when="precast|midcast">
  117.             <head lock="yes">Dancer's Tiara</head>
  118.     </equip>
  119.     </if>
  120.    
  121.     <if spell="Feather Step">
  122.     <equip when="precast|midcast">
  123.             <feet lock="yes">Charis Shoes +2</feet>
  124.     </equip>
  125.     </if>
  126.    
  127.     <if spell="*Waltz*">
  128.     <equip when="precast|midcast" set="WaltzPot" />
  129.     </if>
  130.    
  131.     <if spell="Climactic Flourish">
  132.     <equip when="precast|midcast">
  133.             <head lock="yes">Charis Tiara +2</head>
  134.     </equip>
  135.     </if>
  136.    
  137.     <if spell="Striking Flourish">
  138.     <equip when="precast|midcast">
  139.             <body lock="yes">Charis Casaque +2</body>
  140.     </equip>
  141.     </if>
  142.    
  143.     <if spell="Violent Flourish">
  144.     <equip when="precast|midcast">
  145.             <body lock="yes">Etoile Casaque</body>
  146.     </equip>
  147.     </if>
  148.    
  149.     <if spell="Reverse Flourish">
  150.     <equip when="precast|midcast">
  151.             <hands lock="yes">Charis Bangles +2</hands>
  152.     </equip>
  153.     </if>
  154.  
  155.     <if spell="*Jig">
  156.     <equip when="precast|midcast">
  157.             <legs lock="yes"></legs> <!-- Etoile Tights -->
  158.             <feet lock="yes">Dancer's Shoes</feet>
  159.     </equip>
  160.     </if>
  161.    
  162.     <!-- ========== Weapon Skill Rules ======= -->
  163.    
  164.     <if spell="Exenterator">
  165.     <equip when="precast|midcast" set="AGIWS" />
  166.     </if>
  167.    
  168.     <if spell="Evisceration">
  169.     <equip when="precast|midcast" set="DEXWS" />
  170.     </if>
  171.    
  172.     <!-- ========== Spell Rules ========== -->
  173.    
  174.     <if spell="Utsusemi*">
  175.     <equip when="precast|midcast">
  176.             <neck lock="yes">Magoraga Bead Necklace</neck>
  177.     </equip>
  178.     </if>
  179.  
  180.    <!-- ============= End Rules ======= -->    
  181.  
  182.     </rules>
  183. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment