--[[ Script Name : Spells/KeeperoftheForest.lua Script Author : neatz09 Script Date : 2020.08.14 04:08:56 Script Purpose : : --]] -- Info from spell_display_effects (remove from script when done) -- Reduces the time needed to gather or forest by .5 seconds. function cast(Caster, Target) Say(Target, "Hah, nice try! That's not implemented yet!") end