Advertisement
Loire

All the dicks

Apr 27th, 2015
239
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.00 KB | None | 0 0
  1. function job_precast(spell, action, spellMap, eventArgs)
  2.         if state.dicks.value then
  3.             if info.low_nukes:contains(spell.english) or info.mid_nukes:contains(spell.english) or info.high_nukes:contains(spell.english) then
  4.                 send_command('send Tubaloth /ma "'..spell.name..' '..spell.target.id..'"')
  5.             elseif info.storm_weather:contains(spell.english) and not buffactive.Accession and not buffactive.Perpetuance then
  6.                 send_command('send Tubaloth /ma "'..spell.name..' Tubaloth"')
  7.             elseif spell.english == "Klimaform" or spell.english == "Aquaveil" or spell.english == "Stoneskin" or spell.english == "Blink" then
  8.                 send_command('send Tubaloth /ma "'..spell.name..' Tubaloth"')
  9.             elseif spell.english == "Sublimation" or spell.english == "Ebullience" then
  10.                 send_command('send Tubaloth /ja "'..spell.name..' Tubaloth"')
  11.             elseif spell.english == "Myrkr" then
  12.                 send_command('send Tubaloth /ws "'..spell.name..' Tubaloth"')              
  13.             end
  14.         end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement