Advertisement
TC24k

Summoning_Magic_Skillup

Jul 27th, 2011
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.14 KB | None | 0 0
  1. <?xml version="1.0" ?>
  2. <spellcast xmlns:xi="http://www.w3.org/2001/XInclude">
  3.     <config
  4.        Debug="false"
  5.        HideErrors="false"
  6.        ShowSpellInfo="false"
  7.        ShowGearSwaps="false"
  8.        />
  9.     <variables clear="false">
  10.         <var name="SkillUp">1</var>
  11.     </variables>
  12.     <sets>
  13.         <group default="yes" name="Job">
  14.             <set name = "Standard" />
  15.             <set name="Resting">
  16.                 <main>$DarkStaff</main>
  17.                 <ammo>Hedgehog Bomb</ammo>
  18.                 <head>Zenith Crown</head>
  19.                 <waist>Austerity Belt</waist>
  20.                 <body>Errant Hpl.</body>
  21.                 <neck>Grandiose Chain</neck>
  22.                 <lear>Antivenom Earring</lear>
  23.                 <rear>Boroka Earring</rear>
  24.                 <back>Invigorating Cape</back>
  25.                 <legs>Baron's Slops</legs>
  26.                 <feet>Avocat Pigaches</feet>
  27.             </set>
  28.            
  29.              <set name="Perp">
  30.                 <main>$%SpellElementStaff</main>
  31.                 <sub>Reign Grip</sub>
  32.                 <ammo>Hedgehog Bomb</ammo>
  33.                 <head>Evoker's Horn</head>
  34.                 <neck>Summoning Torque</neck>
  35.                 <lear>Antivenom Earring</lear>
  36.                 <!-- <rear>Loquacious Earring</rear> -->
  37.                 <body>Dalmatica</body>
  38.                 <hands>Beacon Cuffs</hands>
  39.                 <lring>Conjurer's Ring</lring>
  40.                 <rring>Evoker's Ring</rring>
  41.                 <back>Ixion Cape</back>
  42.                 <waist>Penitent's Rope</waist>
  43.                 <legs>Evoker's Spats</legs>
  44.                 <feet>Nashira Crackows</feet>
  45.             </set>
  46.            
  47.             <set name="HPDown"> <!-- HP Down to force latent on Conjurer's Ring -->
  48.                 <head>Zenith Crown</head>
  49.                 <hands>Zenith Mitts</hands>
  50.                 <rring>Serket Ring</rring>
  51.                 <feet>Zenith Pumps</feet>
  52.                 <body>Dalmatica</body>
  53.                 <back>Ixion Cape</back>
  54.             </set>
  55.         </group>
  56.     </sets>
  57.     <rules>
  58.         <equip when="idle" set="Standard" />
  59.         <equip when="resting" set="Resting" />
  60.         <equip when="precast" set="HPDown" />
  61.         <equip when="midcast" set="Perp" />
  62.         <if advanced='"$SkillUp" == "1"'>
  63.             <if NOTMPGT="15">
  64.                 <if notspell="release">
  65.                     <command when="precast">input /heal on;wait 180;input /heal off;wait 3;input /ja "Release";wait 3;input /ma "Carbuncle"</command>
  66.                     <cancelspell />
  67.                 </if>
  68.                 <else>
  69.                     <command when="aftercast">input /heal on;wait 180;input /heal off;wait 3;input /ja "Release";wait 3;input /ma "Carbuncle"</command>
  70.                 </else>
  71.             </if>
  72.         </if>
  73.         <if spell="Carbuncle">
  74.             <if advanced='"$SkillUp" == "1"'>
  75.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Fenrir"</command>
  76.             </if>
  77.         </if>
  78.         <elseif spell="Fenrir">
  79.             <if advanced='"$SkillUp" == "1"'>
  80.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Ifrit"</command>
  81.             </if>
  82.         </elseif>
  83.         <elseif spell="Ifrit">
  84.             <if advanced='"$SkillUp" == "1"'>
  85.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Titan"</command>
  86.             </if>
  87.         </elseif>
  88.         <elseif spell="Titan">
  89.             <if advanced='"$SkillUp" == "1"'>
  90.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Leviathan"</command>
  91.             </if>
  92.         </elseif>
  93.         <elseif spell="Leviathan">
  94.             <if advanced='"$SkillUp" == "1"'>
  95.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Garuda"</command>
  96.             </if>
  97.         </elseif>
  98.         <elseif spell="Garuda">
  99.             <if advanced='"$SkillUp" == "1"'>
  100.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Shiva"</command>
  101.             </if>
  102.         </elseif>
  103.         <elseif spell="Shiva">
  104.             <if advanced='"$SkillUp" == "1"'>
  105.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Ramuh"</command>
  106.             </if>
  107.         </elseif>
  108.         <elseif spell="Ramuh">
  109.             <if advanced='"$SkillUp" == "1"'>
  110.                 <command when="aftercast">wait 3;input /ja "Release";wait 3;input /ma "Carbuncle"</command>
  111.             </if>
  112.         </elseif>
  113.     </rules>
  114. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement