Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.37 KB | None | 0 0
  1. function get_sets()
  2. sets.precast = {}
  3. sets.precast.fc = {feet = "Rostrum Pumps", back = "Swith Cape", ear1 = "Loquacious earring"}
  4. sets.midcast = {}
  5. sets.midcast.reduce_bloodpact_cooldown = {main = "Espiritus", sub = "Vox Grip", body = "Shomonjijoe +1", head = "Beckoner's horn", hands = "glyphic bracers", ear1 = "Caller's earring", ear2 = "Gifted earring", legs = "Summoner's spats +2", waist = "Jaq'ij sash", feet = "Tali'ah crackows"}
  6. sets.aftercast = {}
  7. sets.aftercast.magical_bloodpact = {main = "Espiritus",sub = "Elan Strap", body = "Shomonjijoe +1", head = "Beckoner's Horn", hands = "Glyphic bracers", ear1 = "Rimeice earring", ear2 = "Moonshade earring", legs = "Beckoner's spats", feet = "Beckoner's pigaches", waist = "Moepapa stone"}
  8. sets.aftercast.idle = {main = "Gridarvor", sub = "Vox Grip", hands = "Glyphic bracers", head = "Beckoner's horn", neck = "Caller's pendant", ear1 = "Rimeice earring", ear2 = "Moonshade earring", body = "Shomonjijoe +1", hand = "Glyphic bracers", ring1 = "Evoker's ring", ring2 = "Varar ring", back = "Campestres's cape", waist = "Moepapa stone", legs = "Beckoner's spats", feet = "Beckoner's pigaches"}
  9. sets.aftercast.physical_bloodpact = {main = "Gridarvor", sub = "Elan Strap", body = "Beckoner's doublet", head = "Tali'ah turban", hands = "Glyphic bracers", ear1 = "Rimeice earring", ear2 = "Moonshade earring", legs = "Beckoner's spats", feet = "Beckoner's pigaches", waist = "Moepapa stone"}
  10. sets.aftercast.no_pet = {main = "Bolelabunga", sub = "Culminus", neck = "Bathy Choker", ear1 = "Infused Earring", legs = "Nares Trews"}
  11. end
  12.  
  13.  
  14. -----------------------------------------------------------------------------------
  15.  
  16. function precast(spell)
  17.  
  18. if spell.english == "Wind Blade" or spell.english == "Predator Claws" or spell.english == "Flaming Crush" or spell.english == "Eclipse Bite" or spell.english == "Volt Strike" or spell.english == "Whispering Wind" or spell.english == "Hastega II" or spell.english == "Aerial Armor" or spell.english == "Fleet Wind" or spell.english == "Grand Fall" or spell.english == "Spinnning Dive" or spell.english == "Water IV" or spell.english == "Tail Whip" or spell.english == "Spring Water" or spell.english == "Slowga" or spell.english == "Tidal Roar" or spell.english == "Soothing Current" or spell.english == "Conflag Strike" or spell.english == "Meteor Strike" or spell.english == "Flaming Crush" or spell.english == "Fire IV" or spell.english == "Crimson Howl" or spell.english == "Inferno Howl" or spell.english == "Crag Throw" or spell.english == "Geocrush" or spell.english == "Mountain Buster" or spell.english == "Stone IV" or spell.english == "Earthen Ward" or spell.english == "Earthen Armor" or spell.english == "Blizzard IV" or spell.english == "Rush" or spell.english == "Heavenly Strike" or spell.english == "Frost Armor" or spell.english == "Sleepga" or spell.english == "Diamond Storm" or spell.english == "Crystal Blessing" or spell.english == "Thunder IV" or spell.english == "Volt Strike" or spell.english == "Thunderstorm" or spell.english == "Rolling Thunder" or spell.english == "Lightning Armor" or spell.english == "Shock Squall" or spell.english == "Nether Blast" or spell.english == "Night Terror" or spell.english == "Blindside" or spell.english == "Somnolence" or spell.english == "Dream Shroud" or spell.english == "Nightmare" or spell.english == "Noctoshield" or spell.english == "Regal Gash" or spell.english == "Level ? Holy" or spell.english == "Mewing Lullaby" or spell.english == "Eerie Eye" or spell.english == "Raise II" or spell.english == "Reraise II" or spell.english == "Poison Nails" or spell.english == "Meteorite" or spell.english == "Holy Mist" or spell.english == "Healing Ruby" or spell.english == "Healing Ruby II" or spell.english == "Shining Ruby" or spell.english == "Crescent Fang" or spell.english == "Lunar Bay" or spell.english == "Impact" or spell.english == "Ecliptic Growl" or spell.english == "Lunar Roar" or spell.english == "Lunary Cry" or spell.english == "Heavenward Howl" then
  19. equip(sets.midcast.reduce_bloodpact_cooldown)
  20. else
  21. if spell.english == "Astral Flow" or "Light Arts" or "Dark Arts" or "Elemental Siphon" or "Sublimation" or "Mana Cede" or "Astral Conduit" or "Apogee" or "Parsimony" or "Alacrity" or "Manifestation" or "Addendum: Black" or "Penury" or "Celerity" or "Accession" or "Addendum: White" or "Convert" or "Divine Seal" or "Elemental Seal" then
  22.  
  23. else
  24. equip(sets.precast.fc)
  25. end
  26. end
  27.  
  28. end
  29.  
  30. -----------------------------------------------------------------------------------
  31.  
  32. function midcast(spell)
  33.  
  34.  
  35.  
  36. end
  37.  
  38. -----------------------------------------------------------------------------------
  39.  
  40. function aftercast(spell)
  41.  
  42. if spell.english == "Garuda" or spell.english == "Fenrir" or spell.english == "Titan" or spell.english == "Ramuh" or spell.english == "Cait Sith" or spell.english == "Carbuncle" or spell.english == "Diabolos" or spell.english == "Leviathan" or spell.english == "Ifrit" or spell.english == "Shiva" then
  43. equip(sets.aftercast.idle)
  44. end
  45. if spell.english == "Release" then
  46. equip(sets.aftercast.no_pet)
  47. end
  48. end
  49. function pet_midcast(spell)
  50. if spell.english == "Wind Blade" or spell.english == "Thunderspark" or spell.english == "Thunder IV" or spell.english == "Thunderstorm" or spell.english == "Netherblast" or spell.english == "Level ? Holy" or spell.english == "Meteorite" or spell.english == "Holy Mist" or spell.english == "Lunary Bar" or spell.english == "Impact" or spell.english == "Grand Fall" or spell.english == "Water IV" or spell.english == "Flaming Crush" or spell.english == "Meteor Strike" or spell.english == "Conflag Strike" or spell.english == "Geocrush" or spell.english == "Crag Throw" or spell.english == "Heavenly Strike" then equip(sets.aftercast.magical_bloodpact)
  51. end
  52. if spell.english == "Predator Claws" or spell.english == "Crescent Fang" or spell.english == "Eclipse Bite" or spell.english == "Spinning Dive" or spell.english == "Tail Whip" or spell.english == "Mountain Buster" or spell.english == "Rush" or spell.english == "Volt Strike" or spell.english == "Blindside" or spell.english == "Royal Gash" or spell.english == "Poison Nails" then
  53.  
  54. equip(sets.aftercast.physical_bloodpact)
  55. end
  56. end
  57. function pet_aftercast(spell)
  58. if pet_midaction() then
  59. equip(sets.aftercast.idle)
  60. end
  61. if spell.english == "Wind Blade" or spell.english == "Predator Claws" then
  62. --equip(sets.aftercast.idle)
  63. end
  64. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement