Advertisement
TC24k

SMN_Skillup_including_BP

Dec 1st, 2011
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 4.88 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.         <var name="BackupSpell">Carbuncle</var>
  12.     </variables>
  13.     <sets>
  14.         <group default="yes" name="Job">
  15.             <set name = "Standard" />
  16.             <set name="Resting">
  17.                 <main>$DarkStaff</main>
  18.                 <ammo>Hedgehog Bomb</ammo>
  19.                 <head>Zenith Crown</head>
  20.                 <waist>Austerity Belt</waist>
  21.                 <body>Errant Hpl.</body>
  22.                 <neck>Grandiose Chain</neck>
  23.                 <lear>Antivenom Earring</lear>
  24.                 <rear>Boroka Earring</rear>
  25.                 <back>Invigorating Cape</back>
  26.                 <legs>Baron's Slops</legs>
  27.                 <feet>Avocat Pigaches</feet>
  28.             </set>
  29.            
  30.              <set name="Perp">
  31.                 <main>$%SpellElementStaff</main>
  32.                 <sub>Reign Grip</sub>
  33.                 <ammo>Hedgehog Bomb</ammo>
  34.                 <head>Evoker's Horn</head>
  35.                 <neck>Summoning Torque</neck>
  36.                 <lear>Antivenom Earring</lear>
  37.                 <!-- <rear>Loquacious Earring</rear> -->
  38.                 <body>Dalmatica</body>
  39.                 <hands>Beacon Cuffs</hands>
  40.                 <lring>Conjurer's Ring</lring>
  41.                 <rring>Evoker's Ring</rring>
  42.                 <back>Ixion Cape</back>
  43.                 <waist>Penitent's Rope</waist>
  44.                 <legs>Evoker's Spats</legs>
  45.                 <feet>Nashira Crackows</feet>
  46.             </set>
  47.            
  48.             <set name="BPTimer">
  49.  
  50.             </set>
  51.         </group>
  52.     </sets>
  53.     <rules>
  54.         <equip when="idle" set="Standard" />
  55.         <equip when="resting" set="Resting" />
  56.         <equip when="midcast" set="Perp" />
  57.        
  58.         <if skill="SummoningMagic">
  59.             <command when="precast">sc var BackupSpell %Spell</command>
  60.         </if>
  61.        
  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.        
  74.         <if spell="Carbuncle">
  75.             <if advanced='"$SkillUp" == "1"'>
  76.                 <command when="aftercast">wait 2.5;input /ja "Healing Ruby";wait 6.5;input /ja "Release";wait 3;input /ma "Fenrir"</command>
  77.             </if>
  78.         </if>
  79.         <elseif spell="Fenrir">
  80.             <if advanced='"$SkillUp" == "1"'>
  81.                 <command when="aftercast">wait 2.5;input /ja "Ecliptic Growl";wait 6.5;input /ja "Release";wait 3;input /ma "Ifrit"</command>
  82.             </if>
  83.         </elseif>
  84.         <elseif spell="Ifrit">
  85.             <if advanced='"$SkillUp" == "1"'>
  86.                 <command when="aftercast">wait 2.5;input /ja "Crimson Howl";wait 6.5;input /ja "Release";wait 3;input /ma "Titan"</command>
  87.             </if>
  88.         </elseif>
  89.         <elseif spell="Titan">
  90.             <if advanced='"$SkillUp" == "1"'>
  91.                 <command when="aftercast">wait 2.5;input /ja "Earthen Ward";wait 6.5;input /ja "Release";wait 3;input /ma "Leviathan"</command>
  92.             </if>
  93.         </elseif>
  94.         <elseif spell="Leviathan">
  95.             <if advanced='"$SkillUp" == "1"'>
  96.                 <command when="aftercast">wait 2.5;input /ja "Spring Water";wait 6.5;input /ja "Release";wait 3;input /ma "Garuda"</command>
  97.             </if>
  98.         </elseif>
  99.         <elseif spell="Garuda">
  100.             <if advanced='"$SkillUp" == "1"'>
  101.                 <command when="aftercast">wait 2.5;input /ja "Aerial Armor";wait 6.5;input /ja "Release";wait 3;input /ma "Shiva"</command>
  102.             </if>
  103.         </elseif>
  104.         <elseif spell="Shiva">
  105.             <if advanced='"$SkillUp" == "1"'>
  106.                 <command when="aftercast">wait 2.5;input /ja "Frost Armor";wait 6.5;input /ja "Release";wait 3;input /ma "Ramuh"</command>
  107.             </if>
  108.         </elseif>
  109.         <elseif spell="Ramuh">
  110.             <if advanced='"$SkillUp" == "1"'>
  111.                 <command when="aftercast">wait 2.5;input /ja "Rolling Thunder";wait 6.5;input /ja "Release";wait 3;input /ma "Diabolos"</command>
  112.             </if>
  113.         </elseif>
  114.         <elseif spell="Diabolos">
  115.             <if advanced='"$SkillUp" == "1"'>
  116.                 <command when="aftercast">wait 2.5;input /ja "Noctoshield";wait 6.5;input /ja "Release";wait 3;input /ma "Carbuncle"</command>
  117.             </if>
  118.         </elseif>
  119.        
  120.         <if type="BloodPact*">
  121.             <equip set="BPTimer" when="Precast" />
  122.             <equip set="Perp" when="midcast" />
  123.             <midcastdelay delay="0.5" />
  124.         </if>
  125.        
  126.         <if notbuffactive="Avatar's Favor|*Favor">
  127.             <cancelspell />
  128.             <command when="precast">input /ja "Avatar's Favor";wait 5;input /ma "$BackupSpell"</command>
  129.         </if>
  130.        
  131.     </rules>
  132. </spellcast>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement