Advertisement
Guest User

Untitled

a guest
Jan 26th, 2017
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. function job_post_midcast(spell, action, spellMap, eventArgs)
  2. if spell.skill == 'Elemental Magic' then
  3. if spell.element == world.day_element or spell.element == world.weather_element then
  4. equip(sets.midcast.mb, {waist="Hachirin-No-Obi"})
  5. end
  6. if spell.english == 'Impact' then
  7. equip(sets.midcast['Impact'],{waist="Hachirin-No-Obi"})
  8. end
  9. end
  10. if spell.skill == 'Dark Magic' then
  11. if spell.element == world.day_element or spell.element == world.weather_element then
  12. equip(sets.midcast['Dark Magic'], {waist="Hachirin-No-Obi"})
  13. end
  14. end
  15. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement