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