Glide.lua 490 B

1234567891011121314151617
  1. --[[
  2. Script Name : Spells/Commoner/Glide.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 11:08:32
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Allows caster to jump farther
  10. -- If not on a mount
  11. -- Must not be engaged in pvp combat
  12. -- This ability may not be used in a PvP zone.
  13. function cast(Caster, Target)
  14. Say(Target, "Hah, nice try! That's not implemented yet!")
  15. end