Module.New('CastSpell', function()
Self.Cast('exevo gran con hur', 1000) -- Spell to cast, and mana needed for cast it.
Moduleelay(60000) -- Seconds to cast the spell.
wait(60000)
end)