• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Lua Error with Zombie Event

Akziel

Exorcizamus-te
Joined
Aug 4, 2015
Messages
25
Reaction score
0
Well guys, I will be quick and straightforward:

I downloaded a Zombie Event on the net, and is showing an error in addition to the distro messages "good luck, how many players entered the TP and how much time remains for the TP close".
Error:
[19:48:00.695] [Error - GlobalEvents::timer] Couldn't execute event: zombieevent

It is set to zombies be spawned every 20 seconds, but after the first 20 seconds, no spawns zombie, and didn't appears any error in the distro.

Here are the scripts:

GlobalEvents / scripts / zombievent.lua
http://hastebin.com/iticaluwup.js

tag globalevents.xml
<globalevent name="zombieevent" time="22:50" event="script" value="zombievent.lua"/>

creaturescripts/scripts/zombievent.lua
http://hastebin.com/xozuwahadu.coffee

tag creaturescripts.xml
<event type="statschange" name="zombieevent" event="script" value="zombievent.lua"/>

monsters/Zombie Event/Event zombie.xml
http://hastebin.com/wokaxudafu.xml


tag monsters/monsters.xml
<monster name="Event Zombie" file="ZombieEvent/Event Zombie.xml"/>

movements/scripts/zombievent.lua
http://hastebin.com/rokejutuke.coffee


tag movements.xml
<movevent type="StepIn" actionid="2008" event="script" value="zombievent.lua"/>


Please guys, HELP ME!!!!
 
Back
Top