FallingGrace.lua 454 B

123456789101112131415
  1. --[[
  2. Script Name : Spells/Commoner/FallingGrace.lua
  3. Script Author : neatz09
  4. Script Date : 2020.08.14 11:08:39
  5. Script Purpose :
  6. :
  7. --]]
  8. -- Info from spell_display_effects (remove from script when done)
  9. -- Reduces maximum falling speed of caster
  10. -- You cannot use this spell while riding on a mount.
  11. function cast(Caster, Target)
  12. Say(Target, "Hah, nice try! That's not implemented yet!")
  13. end