--[[ Script Name : Spells/Mage/Sorcerer/Wizard/StormingTempest.lua Script Author : John Adams Script Date : 2013.08.11 07:08:06 Script Purpose : : --]] function cast(Caster, Target) -- code to cast the spell Say(Caster, "Whoops! Guess this is not implemented yet!") -- Info from spell_display_effects (remove from script when done) -- Applies Knockdown. Lasts for 1.5 seconds. -- Stuns target -- Throws target back -- Blurs vision of target -- Does not affect Epic targets -- Inflicts 7 - 8 magic damage on target instantly and every 8 seconds end function tick(Caster, Target) -- code to process each call_frequency (tick) set in spell_tiers end function remove(Caster, Target) -- code to remove the spell end