Advertisement
from20020516

Untitled

Apr 29th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function precast(spell)
  2. if spell.type == 'WhiteMagic'
  3. or spell.type == 'BlackMagic'
  4. or spell.type == 'Ninjutsu'
  5. then
  6. if spell.english == 'Stoneskin'
  7. then equip(sets.precast.FC, {head="Umuthi hat",hands="Carapacho cuffs",waist="Siegel sash"})
  8. else equip(sets.precast.FC)
  9. end
  10. elseif spell.name == 'Myrkr'
  11. then equip(sets.precast.Myrkr)
  12. elseif spell.name == 'Shattersoul'
  13. then equip(sets.precast.ShatterSoul)
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement