Advertisement
Guest User

Untitled

a guest
Jan 18th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.32 KB | None | 0 0
  1.  function equip_nuke(spell)
  2.         local nukeset = sets.nuke
  3.  
  4.     windower.add_to_chat(8,'[Nuke set]')
  5.  
  6.     if spell.element == world.day_element or spell.element == world.weather_element then
  7.         nukeset = set_combine(sets.nuke, {waist="Hachirin-no-Obi"})
  8.     end
  9.  
  10.         equip(nukeset)
  11.     send_command('input /equipset 023')
  12.  end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement