Advertisement
Kayu

Godan_cor

Jan 6th, 2012
1,666
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 8.31 KB | None | 0 0
  1. <spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
  2.       <config
  3.        Debug="false"
  4.        ShowGearSwaps="False"
  5.        />
  6.      
  7.       <sets>
  8.         <group default="yes" name="Normal">
  9.           <set name="Ranged">
  10.                 <ammo>Steel Bullet</ammo>
  11.                 <head>Nvrch. Tricorne +1</head>
  12.                 <neck>Peacock Charm</neck>
  13.                 <lear>Volley Earring</lear>
  14.                 <rear>Clearview earring</rear>
  15.                 <body>Navarch's Frac +1</body>
  16.                 <hands>Crimson Fng. Gnt.</hands>
  17.                 <back>Navarch's mantle</back>
  18.                 <waist>Aquiline belt</waist>
  19.                 <legs>Denali Kecks</legs>
  20.                 <feet>Skadi's jambeaux</feet>
  21.                 <lring>Behemoth Ring</lring>
  22.                 <rring>Rajas ring</rring>
  23.           </set>
  24.           <set name="Idle" BaseSet="Ranged">
  25.             <feet>Skadi's jambeaux</feet>
  26.           </set>
  27.           <set name="PDT" BaseSet="Idle">
  28.            
  29.           </set>
  30.           <set name="Slugshot" BaseSet="Ranged">
  31.                 <head>Anwig Salade</head>
  32.                 <body>Loki's Kaftan</body>
  33.                 <rring>Rajas Ring</rring>
  34.           </set>
  35.           <set name="Detonator" BaseSet="Slugshot">
  36.            
  37.           </set>
  38.           <set name="Wildfire">
  39.             <ammo>Steel Bullet</ammo>
  40.             <head>Nvrch. Tricorne +1</head>
  41.                 <body>Loki's Kaftan</body>
  42.                 <neck>Uggalepih Pendant</neck>
  43.                 <lear>Hecate's Earring</lear>
  44.                 <rear>Moldavite Earring</rear>
  45.                 <hands>Crimson Fng. Gnt.</hands>
  46.                 <lring>Solemn ring</lring>
  47.                 <rring>Breeze ring</rring>
  48.                 <feet>Nvrch. Bottes +1</feet>
  49.           </set>
  50.           <set name="WFMoon" BaseSet="Wildfire">
  51.             <neck>Artemis' Medal</neck>
  52.           </set>
  53.           <set name="WFObi" BaseSet="Wildfire">
  54.            
  55.           </set>
  56.           <set name="WFMoonObi" BaseSet="WFMoon">
  57.            
  58.           </set>
  59.           <set name="QuickDraw" BaseSet="Wildfire">
  60.             <ammo>Oberon's Bullet</ammo>
  61.             <head>Nvrch. Tricorne +1</head>
  62.                 <body>Loki's Kaftan</body>
  63.                 <neck>Arctier's Torque</neck>
  64.                 <lear>Hecate's Earring</lear>
  65.                 <rear>Moldavite Earring</rear>
  66.                 <lring>Solemn ring</lring>
  67.                 <rring>Breeze ring</rring>
  68.                 <feet>Nvrch. Bottes +1</feet>
  69.           </set>
  70.           <set name="QDMacc" BaseSet="QuickDraw">
  71.            
  72.           </set>
  73.           <set name="QDMoon" BaseSet="QuickDraw">
  74.             <neck>Artemis' Medal</neck>
  75.           </set>
  76.           <set name="QDObi" BaseSet="QuickDraw">
  77.            
  78.           </set>
  79.           <set name="QDMoonObi" BaseSet="QDMoon">
  80.            
  81.           </set>
  82.           <set name="Melee">
  83.            
  84.           </set>
  85.           <set name="MDT" BaseSet="Idle">
  86.            
  87.           </set>
  88.         </group>
  89.        
  90.        
  91.       </sets>
  92.      
  93.       <rules>
  94.         <if status="engaged">
  95.           <equip when="engaged" set="Ranged" />
  96.         </if>
  97.         <if status="idle">
  98.           <equip when="idle" set="Idle" />
  99.         </if>
  100.         <if spell="Eagle Eye Shot">
  101.           <cancelspell />
  102.           <if status="engaged">
  103.             <equip set="Ranged" />
  104.           </if>
  105.           <elseif status="Idle|Resting">
  106.             <equip set="Idle" />
  107.           </elseif>
  108.         </if>
  109.        
  110.         <if spell="Ranged">
  111.           <equip when="precast" set="Ranged" />
  112.         </if>
  113.         <if spell="Ice Shot|Wind Shot|Earth Shot|Thunder Shot|Water Shot">
  114.           <castdelay delay="0.5" />
  115.           <if Moon="Waxing Gibbous|Waning Gibbous|Full Moon">
  116.             <equip when="precast" set="QDMoon" />
  117.           </if>
  118.           <else>
  119.             <equip when="precast" set="Quickdraw" />
  120.           </else>
  121.         </if>
  122.         <if spell="Fire Shot">
  123.           <castdelay delay="0.5" />
  124.           <if Mode="OR" Day="Firesday" WeatherElement="Fire">
  125.             <if Moon="Waxing Gibbous|Waning Gibbous|Full Moon">
  126.               <equip when="precast" set="QDMoonObi" />
  127.             </if>
  128.             <else>
  129.               <equip when="precast" set="QDObi" />
  130.             </else>
  131.           </if>
  132.           <else>
  133.             <if Moon="Waxing Gibbous|Waning Gibbous|Full Moon">
  134.               <equip when="precast" set="QDMoon" />
  135.             </if>
  136.             <else>
  137.               <equip when="precast" set="Quickdraw" />
  138.             </else>
  139.           </else>
  140.         </if>
  141.         <if spell="Light Shot|Dark Shot">
  142.           <equip when="precast" set="QDMacc" />
  143.         </if>
  144.        
  145.         <!--if commandprefix="/range|/weaponskill" EquipAmmo="Oberon's Bullet">
  146.          <cancelspell />
  147.          <return />
  148.        </if-->
  149.        
  150.         <if spell="Random Deal">
  151.           <equip when="precast">
  152.             <body>Commodore Frac</body>
  153.           </equip>
  154.         </if>
  155.         <if spell="*Roll">
  156.                 <equip when="precast">
  157.                   <head>Nvrch. Tricorne +1</head>
  158.                   <lring>Luzaf's Ring</lring>
  159.                   <hands>Nvrch. Gants +1</hands>
  160.                   <feet>Nvrch. Bottes +1</feet>
  161.                   <legs>Nvrch. Culottes +1</legs>
  162.                   <body>Navarch's Frac +1</body>
  163.                </equip>
  164.               <if Spell="Magus*|Choral*|Samurai*|Scholar*">
  165.               <action type="addtochat">%Spell Lucky Number: 2 Unlucky Number: 6</action>
  166.               </if>
  167.               <if Spell="Healer*|Monk*|Drachen*|Gallant*|Dancer*">
  168.               <action type="addtochat">%Spell Lucky Number: 3 Unlucky Number: 7</action>
  169.               </if>
  170.               <if Spell="Ninja*|Hunter*|Puppet*|Beast*|Warlock*|Chaos*">
  171.               <action type="addtochat">%Spell Lucky Number: 4 Unlucky Number: 8</action>
  172.               </if>
  173.               <if Spell="Corsair*|Evoker*|Rogue*|Fighter*|Wizard*">
  174.               <action type="addtochat">%Spell Lucky Number: 5 Unlucky Number: 9</action>
  175.               </if>
  176.               <if spell ="Miser*">
  177.                 <action type="addtochat">%Spell Lucky Number: 5 Unlucky Number: 7</action> 
  178.               </if>
  179.               <if Spell="Courser*">
  180.               <action type="addtochat">%Spell Lucky Number: 3 Unlucky Number: 9</action>   
  181.               </if>
  182.               <if Spell="Tactician*">
  183.                  <action type="addtochat">%Spell Lucky Number: 5 Unlucky Number: 8</action>
  184.               </if>
  185.               <if Spell="Blitzer*">
  186.               <action type="addtochat">%Spell Lucky Number: 4 Unlucky Number: 9</action>
  187.               </if>
  188.               <if Spell="Allies*">
  189.               <action type="addtochat">%Spell Lucky Number: 3 Unlucky Number: 10</action>
  190.               </if>
  191.               <if Spell="Caster*">
  192.               <action type="addtochat">%Spell Lucky Number: 2 Unlucky Number: 7</action>
  193.               </if>
  194.               <if Spell="Bolter*">
  195.               <action type="addtochat">%Spell Lucky Number: 3 Unlucky Number: 9</action>
  196.               </if>
  197.              
  198.         </if>
  199.         <if spell="Double-Up">
  200.           <equip when="precast">
  201.             <lring>Luzaf's Ring</lring>
  202.           </equip>
  203.         </if>
  204.         <if spell="Utsusemi*">
  205.           <equip when="precast" set="Melee" />
  206.         </if>
  207.         <if spell="Triple Shot">
  208.           <equip when="precast">
  209.             <body>Nvrch. Frac +2</body>
  210.           </equip>
  211.         </if>
  212.         <if spell="Slug Shot">
  213.           <equip when="precast" set="Detonator" />
  214.           <equip when="aftercast">
  215.             <ammo>Steel Bullet</ammo>
  216.           </equip>
  217.         </if>
  218.         <if spell="Detonator">
  219.           <equip when="precast" set="Detonator" />
  220.           <equip when="aftercast">
  221.             <ammo>Steel Bullet</ammo>
  222.           </equip>
  223.         </if>
  224.         <if spell="Wildfire">
  225.           <if Mode="OR" Day="Firesday" WeatherElement="Fire">
  226.             <if Moon="Waxing Gibbous|Waning Gibbous|Full Moon">
  227.               <equip when="precast" set="WFMoonObi" />
  228.             </if>
  229.             <else>
  230.               <equip when="precast" set="WFObi" />
  231.             </else>
  232.           </if>
  233.           <else>
  234.             <if Moon="Waxing Gibbous|Waning Gibbous|Full Moon">
  235.               <equip when="precast" set="WFMoon" />
  236.             </if>
  237.             <else>
  238.               <equip when="precast" set="Wildfire" />
  239.             </else>
  240.           </else>
  241.           <equip when="aftercast">
  242.             <ammo>Steel Bullet</ammo>
  243.           </equip>
  244.         </if>
  245.         <if spell="Leaden Salute">
  246.           <if Moon="Waxing Gibbous|Waning Gibbous|Full Moon">
  247.             <equip when="precast" set="WFMoon" />
  248.           </if>
  249.           <else>
  250.             <equip when="precast" set="Wildfire" />
  251.           </else>
  252.           <equip when="aftercast">
  253.             <ammo>Steel Bullet</ammo>
  254.           </equip>
  255.         </if>
  256.       </rules>
  257.     </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement