Advertisement
Eurewyen

Eurewyen SMN Includes

Sep 6th, 2012
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 16.12 KB | None | 0 0
  1. <includes>
  2.     <include name = "SMNstaves">
  3.         <set name = "staves">
  4.             <main>Apollo's Staff</main>
  5.             <main>Pluto's Staff</main>
  6.             <main>Terra's Staff</main>
  7.             <main>Neptune's Staff</main>
  8.             <main>Vulcan's Staff</main>
  9.             <main>Aquilo's Staff</main>
  10.             <main>Jupiter's Staff</main>
  11.             <main>Yama's Staff</main>
  12.             <main>Vayu's Staff +2</main>
  13.             <main>Diabolos's Pole</main>
  14.             <main>Carbuncle's Pole</main>
  15.         </set>
  16.     </include>
  17.     <include name = "VarSMNStaves">
  18.         <!--Variables for HQ Elemental Staves (not needed for NQ see Staff Set notes.)-->
  19.         <var name = "LightStaff">Apollo's Staff</var>
  20.         <!--<var name = "DarkStaff">Pluto's Staff</var>-->
  21.         <var name = "DarkStaff">Yama's Staff</var>
  22.         <var name = "EarthStaff">Terra's Staff</var>
  23.         <var name = "WaterStaff">Neptune's Staff</var>
  24.         <var name = "WindStaff">Vayu's Staff +2</var>
  25.         <var name = "FireStaff">Vulcan's Staff</var>
  26.         <var name = "IceStaff">Aquilo's Staff</var>
  27.         <var name = "ThunderStaff">Jupiter's Staff</var>
  28.         <var name = "RestingStaff">Pluto's Staff</var>
  29.         <var name = "IdleStaff">Terra's Staff</var>
  30.     </include>
  31.     <include name = "VarSpirits">
  32.         <var name = "SpiritLight">Light</var>
  33.         <var name = "SpiritDark">Dark</var>
  34.         <var name = "SpiritFire">Fire</var>
  35.         <var name = "SpiritEarth">Earth</var>
  36.         <var name = "SpiritWind">Air</var>
  37.         <var name = "SpiritWater">Water</var>
  38.         <var name = "SpiritIce">Ice</var>
  39.         <var name = "SpiritThunder">Thunder</var>
  40.     </include>
  41.     <include name = "VarInfo">
  42.         <var name = "PartyChat">1</var>
  43.         <var name = "InfoP">0</var>
  44.         <var name = "InfoC">0</var>
  45.     </include>
  46.     <include name = "ChatRules">
  47.         <if advanced = "%PartyCount &gt; 1">
  48.             <var cmd = "Set PartyChat 1"/>
  49.         </if>
  50.         <else>
  51.             <var cmd = "Set PartyChat 0"/>
  52.         </else>
  53.     </include>
  54.     <include name = "SetBP">
  55.         <if Spell = "Carbuncle">
  56.             <action type = "Command">alias 75Nuke input /pet "Holy Mist" &lt;t&gt;;</action>
  57.             <action type = "Command">alias 65Nuke /;</action>
  58.             <action type = "Command">alias atkPact /;</action>
  59.             <action type = "Command">alias bufPact input /pet "Healing Ruby II" &lt;me&gt;</action>
  60.             <action type = "Command">alias abfPact input /pet "Glittering Ruby" &lt;me&gt;;</action>
  61.             <action type = "Command">alias debPact input /pet "Poison Nails" &lt;t&gt;;</action>
  62.             <action type = "Command">alias a70Pact input /pet "Meteorite" &lt;t&gt;;</action>
  63.         </if>
  64.         <elseif Spell = "Diabolos">
  65.             <action type = "Command">alias 75Nuke input /pet "Night Terror" &lt;t&gt;</action>
  66.             <action type = "Command">alias 65Nuke input /pet "Ultimate Terror" &lt;t&gt;</action>
  67.             <action type = "Command">alias atkPact input /pet "Somnolence" &lt;t&gt;</action>
  68.             <action type = "Command">alias bufPact input /pet "Noctoshield" &lt;me&gt;</action>
  69.             <action type = "Command">alias abfPact input /pet "Dream Shroud" &lt;me&gt;</action>
  70.             <action type = "Command">alias debPact input /pet "Nightmare" &lt;t&gt;</action>
  71.             <action type = "Command">alias a70Pact input /pet "Nether Blast" &lt;t&gt;</action>
  72.         </elseif>
  73.         <elseif Spell = "Fenrir">
  74.             <action type = "Command">alias 75Nuke input /pet "Lunar Bay" &lt;t&gt;;</action>
  75.             <action type = "Command">alias 65Nuke /;</action>
  76.             <action type = "Command">alias atkPact input /pet "Crecent Fang" &lt;t&gt;</action>
  77.             <action type = "Command">alias bufPact input /pet "Ecliptic Growl" &lt;me&gt;</action>
  78.             <action type = "Command">alias abfPact input /pet "Ecliptic Howl" &lt;me&gt;</action>
  79.             <action type = "Command">alias debPact input /pet "Lunar Cry" &lt;t&gt;</action>
  80.             <action type = "Command">alias a70Pact input /pet "Eclipse Bite" &lt;t&gt;</action>
  81.         </elseif>
  82.         <elseif Spell = "Garuda">
  83.             <action type = "Command">alias 75Nuke input /pet "Wind Blade" &lt;t&gt;;</action>
  84.             <action type = "Command">alias 65Nuke input /pet "Aero IV" &lt;t&gt;;</action>
  85.             <action type = "Command">alias atkPact input /pet "Fleet Wind" &lt;me&gt;;</action>
  86.             <action type = "Command">alias bufPact input /pet "Aerial Armor" &lt;me&gt;;</action>
  87.             <action type = "Command">alias abfPact input /pet "Hastega" &lt;me&gt;;</action>
  88.             <action type = "Command">alias debPact input /pet "Whispering Wind" &lt;me&gt;;</action>
  89.             <action type = "Command">alias a70Pact input /pet "Predator Claws" &lt;t&gt;;</action>
  90.         </elseif>
  91.         <elseif Spell = "Ifrit">
  92.             <action type = "Command">alias 75Nuke input /pet "Meteor Strike" &lt;t&gt;;</action>
  93.             <action type = "Command">alias 65Nuke input /pet "Fire IV" &lt;t&gt;;</action>
  94.             <action type = "Command">alias atkPact input /pet "Double Punch" &lt;t&gt;;</action>
  95.             <action type = "Command">alias bufPact /;</action>
  96.             <action type = "Command">alias abfPact input /pet "Crimson Howl" &lt;me&gt;;</action>
  97.             <action type = "Command">alias debPact /;</action>
  98.             <action type = "Command">alias a70Pact input /pet "Flaming Crush" &lt;t&gt;;</action>
  99.         </elseif>
  100.         <elseif Spell = "Leviathan">
  101.             <action type = "Command">alias 75Nuke input /pet "Grand Fall" &lt;t&gt;;</action>
  102.             <action type = "Command">alias 65Nuke input /pet "Water IV" &lt;t&gt;;</action>
  103.             <action type = "Command">alias atkPact input /pet "Tail Whip" &lt;t&gt;;</action>
  104.             <action type = "Command">alias bufPact input /pet "Spring Water" &lt;me&gt;;</action>
  105.             <action type = "Command">alias abfPact /;</action>
  106.             <action type = "Command">alias debPact input /pet "Tidal Roar" &lt;t&gt;;</action>
  107.             <action type = "Command">alias a70Pact input /pet "Spinning Dive" &lt;t&gt;;</action>
  108.         </elseif>
  109.         <elseif Spell = "Ramuh">
  110.             <action type = "Command">alias 65Nuke input /pet "Thunder IV" &lt;t&gt;;</action>
  111.             <action type = "Command">alias 75Nuke input /pet "Thunderstorm" &lt;t&gt;;</action>
  112.             <action type = "Command">alias atkPact input /pet "Thunderspark" &lt;t&gt;;</action>
  113.             <action type = "Command">alias bufPact /;</action>
  114.             <action type = "Command">alias abfPact input /pet "Rolling Thunder" &lt;me&gt;;</action>
  115.             <action type = "Command">alias debPact /;</action>
  116.             <action type = "Command">alias a70Pact input /pet "Chaotic Strike" &lt;t&gt;;</action>
  117.         </elseif>
  118.         <elseif Spell = "Shiva">
  119.             <action type = "Command">alias 75Nuke input /pet "Heavenly Strike" &lt;t&gt;;</action>
  120.             <action type = "Command">alias 65Nuke input /pet "Blizzard IV" &lt;t&gt;;</action>
  121.             <action type = "Command">alias atkPact input /pet "Double Slap" &lt;t&gt;;</action>
  122.             <action type = "Command">alias bufPact input /pet "Frost Armor" &lt;me&gt;;</action>
  123.             <action type = "Command">alias abfPact /;</action>
  124.             <action type = "Command">alias debPact input /pet "Sleepga" &lt;t&gt;;</action>
  125.             <action type = "Command">alias a70Pact input /pet "Rush" &lt;t&gt;;</action>
  126.         </elseif>
  127.         <elseif Spell = "Titan">
  128.             <action type = "Command">alias 65Nuke input /pet "Stone IV" &lt;t&gt;;</action>
  129.             <action type = "Command">alias 75Nuke input /pet "Geocrush" &lt;t&gt;;</action>
  130.             <action type = "Command">alias atkPact input /pet "Megalith Throw" &lt;t&gt;;</action>
  131.             <action type = "Command">alias bufPact input /pet "Earthen Ward" &lt;me&gt;;</action>
  132.             <action type = "Command">alias abfPact input /pet "Earthen Armor" &lt;me&gt;;</action>
  133.             <action type = "Command">alias debPact /;</action>
  134.             <action type = "Command">alias a70Pact input /pet "Mountain Buster" &lt;t&gt;;</action>
  135.         </elseif>
  136.         <action type = "Command">alias m1g1 a70Pact</action>
  137.         <action type = "Command">alias m1g2 75Nuke</action>
  138.         <action type = "Command">alias m1g3 debPact</action>
  139.         <action type = "Command">alias m1g4 bufPact</action>
  140.         <action type = "Command">alias m1g5 abfPact</action>
  141.         <action type = "Command">alias m1g6 atkPact</action>
  142.         <action type = "Command">alias m1g7 65Nuke</action>
  143.     </include>
  144.     <include name = "ClearBP">
  145.         <Command>alias 75Nuke /;</Command>
  146.         <Command>alias 65Nuke /;</Command>
  147.         <Command>alias atkPact /;</Command>
  148.         <Command>alias bufPact /;</Command>
  149.         <Command>alias abfPact /;</Command>
  150.         <Command>alias debPact /;</Command>
  151.         <Command>alias a70Pact /;</Command>
  152.         <action type = "Command">alias m1g1 Diabolos;</action>
  153.         <action type = "Command">alias m1g2 Carbuncle</action>
  154.         <action type = "Command">alias m1g3 Ifrit</action>
  155.         <action type = "Command">alias m1g4 Titan</action>
  156.         <action type = "Command">alias m1g5 Garuda</action>
  157.         <action type = "Command">alias m1g6 Ramuh</action>
  158.         <action type = "Command">alias m1g7 Shiva</action>
  159.         <action type = "Command">alias m1g8 Leviathan</action>
  160.         <action type = "Command">alias m1g9 Fenrir</action>
  161.         <action type = "Command">alias m1g10 Alexander</action>
  162.         <action type = "Command">alias m1g11 Odin</action>
  163.         <action type = "Command">alias m1g12 Spirit</action>
  164.     </include>
  165.     <include name = "BPChat">
  166.         <if type = "BloodPactWard">
  167.             <if spell = "Ecliptic Howl">
  168.                 <if advanced = "%MOONPCT &gt; 89">
  169.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 25 - Evasion 1"/>
  170.                 </if>
  171.                 <elseif advanced = "%MOONPCT &gt; 74">
  172.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 21 - Evasion 5"/>
  173.                 </elseif>
  174.                 <elseif advanced = "%MOONPCT &gt; 59">
  175.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 17 - Evasion 9"/>
  176.                 </elseif>
  177.                 <elseif advanced = "%MOONPCT &gt; 39">
  178.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 13 - Evasion 13"/>
  179.                 </elseif>
  180.                 <elseif advanced = "%MOONPCT &gt; 24">
  181.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 9 - Evasion 17"/>
  182.                 </elseif>
  183.                 <elseif advanced = "%MOONPCT &gt; 9">
  184.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 5 - Evasion 21"/>
  185.                 </elseif>
  186.                 <else>
  187.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Howl] Accuracy 1 - Evasion 25"/>
  188.                 </else>
  189.                 <if advanced = '"$PartyChat" = "1"'>
  190.                     <action type = "command" When = "midcast">input /p $Info</action>
  191.                 </if>
  192.                 <else>
  193.                     <cmd when = "midcast">input /echo $Info</cmd>
  194.                 </else>
  195.             </if>
  196.             <elseif spell = "Ecliptic Growl">
  197.                 <if advanced = "%MOONPCT &gt; 89">
  198.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 7 - INT/MND/CHR/AGI 1"/>
  199.                 </if>
  200.                 <elseif advanced = "%MOONPCT &gt; 74">
  201.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 6 - INT/MND/CHR/AGI 2"/>
  202.                 </elseif>
  203.                 <elseif advanced = "%MOONPCT &gt; 59">
  204.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 5 - INT/MND/CHR/AGI 3"/>
  205.                 </elseif>
  206.                 <elseif advanced = "%MOONPCT &gt; 39">
  207.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 4 - INT/MND/CHR/AGI 4"/>
  208.                 </elseif>
  209.                 <elseif advanced = "%MOONPCT &gt; 24">
  210.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 3 - INT/MND/CHR/AGI 5"/>
  211.                 </elseif>
  212.                 <elseif advanced = "%MOONPCT &gt; 9">
  213.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 2 - INT/MND/CHR/AGI 6"/>
  214.                 </elseif>
  215.                 <else>
  216.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Ecliptic Growl] STR/DEX/VIT 1 - INT/MND/CHR/AGI 7"/>
  217.                 </else>
  218.                 <if advanced = '"$PartyChat" = "1"'>
  219.                     <action type = "command" When = "Precast">input /p $Info</action>
  220.                 </if>
  221.                 <else>
  222.                     <cmd when = "precast">input /echo $Info</cmd>
  223.                 </else>
  224.             </elseif>
  225.             <elseif spell = "Lunar Cry">
  226.                 <if advanced = "%MOONPCT &gt; 89">
  227.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 31 - Enemy Eva Down 1"/>
  228.                 </if>
  229.                 <elseif advanced = "%MOONPCT &gt; 74">
  230.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 26 - Enemy Eva Down 6"/>
  231.                 </elseif>
  232.                 <elseif advanced = "%MOONPCT &gt; 59">
  233.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 21 - Enemy Eva Down 11"/>
  234.                 </elseif>
  235.                 <elseif advanced = "%MOONPCT &gt; 39">
  236.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 16 - Enemy Eva Down 16"/>
  237.                 </elseif>
  238.                 <elseif advanced = "%MOONPCT &gt; 24">
  239.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 11 - Enemy Eva Down 21"/>
  240.                 </elseif>
  241.                 <elseif advanced = "%MOONPCT &gt; 9">
  242.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 6 - Enemy Eva Down 26"/>
  243.                 </elseif>
  244.                 <else>
  245.                     <action type = "Var" cmd = " Set Info Moon @ %Moonpct% [Lunar Cry] Enemy Acc Down 1 - Enemy Eva Down 31"/>
  246.                 </else>
  247.                 <if advanced = '"$PartyChat" = "1"'>
  248.                     <action type = "command" When = "midcast">input /p $Info</action>
  249.                 </if>
  250.                 <else>
  251.                     <cmd when = "midcast">input /echo $Info</cmd>
  252.                 </else>
  253.             </elseif>
  254.         </if>
  255.         <if type = "BloodPactRage">
  256.             <if advanced = '(bool)strmatch("%Spell","$MagicPact")'>
  257.                 <action type = "Var" cmd = " Set Info &lt;pet&gt; (Tp : &lt;pettp&gt;) %Spell (Magic Attack) > Target : %Target "/>
  258.             </if>
  259.             <elseif Spell = "Claw|Crescent Fang">
  260.                 <action type = "Var" cmd = " Set Info &lt;Pet&gt; (Tp : &lt;pettp&gt;) %Spell (Piercing Dmg) > Target : %Target"/>
  261.             </elseif>
  262.             <elseif Spell = "Barracuda Dive|Poison Nails|Eclipse Bite|Spinning Dive|Predator Claws">
  263.                 <action type = "Var" cmd = " Set Info &lt;pet&gt; (Tp : &lt;pettp&gt;) %Spell (Slashing Dmg) > Target : %Target"/>
  264.             </elseif>
  265.             <else>
  266.                 <action type = "Var" cmd = " Set Info &lt;pet&gt; (Tp : &lt;pettp&gt;) %Spell (Blunt Dmg) > Target : %Target"/>
  267.             </else>
  268.             <if advanced = '"$PartyChat" = "1"'>
  269.                 <cmd When = "midcast">input /p $Info</cmd>
  270.             </if>
  271.             <else>
  272.                 <cmd when = "midcast">input /echo $Info</cmd>
  273.             </else>
  274.         </if>
  275.     </include>
  276. </includes>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement