• 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!

Solved Zombie event!

Errors?

And did you add 5555 to the tp? Try to redownload all the scripts, you must have missed something in that case.
 
I use 0.4 and 0.3.7 and work fine. Your problem is your bad instalation. The spawn to spawn for create zombis in config is north-west to east-south.
 
I use 0.4 and 0.3.7 and work fine. Your problem is your bad instalation. The spawn to spawn for create zombis in config is north-west to east-south.

-- CONFIG
ZE_DEFAULT_NUMBER_OF_PLAYERS = 10
ZE_ACCESS_TO_IGNORE_ARENA = 3
-- POSITIONS
ZE_blockEnterItemPosition = {x= 873, y=997, z=7}
ZE_enterPosition = {x = 1154, y = 960, z = 7}
ZE_kickPosition = {x=1000, y=1000, z=7}
ZE_spawnFromPosition = {x = 1144, y = 949, z = 7}
ZE_spawnToPosition = {x = 1165, y = 966, z = 7}
-- ITEM IDS
ZE_blockEnterItemID = 2700
-- STORAGES
-- - player
ZE_isOnZombieArea = 34370
-- - global
ZE_STATUS = 34372 -- =< 0 - off, 1 - waiting for players, 2 - is running
ZE_PLAYERS_NUMBER = 34371
ZE_ZOMBIES_TO_SPAWN = 34372
ZE_ZOMBIES_SPAWNED = 34373
 
Errors?

And did you add 5555 to the tp? Try to redownload all the scripts, you must have missed something in that case.

Yes the tp is working everything but when the event start it doesnt load monster put i can spawn /m zombie event but its kinda bad :P

and i tryed to reload all my script still not working...
 
Do you get any errors in the console that the server can't spawn the monsters? I had that and used the script I posted earlier and it workes for me now. If it dosent work recheck the positions, storage ids.
 
Do you get any errors in the console that the server can't spawn the monsters? I had that and used the script I posted earlier and it workes for me now. If it dosent work recheck the positions, storage ids.

i only get the errors before i send here in this thread. i dubbel check the storage id positions.
ZE_spawnFromPosition = {x = 1144, y = 949, z = 7} --- this is the tile top left
ZE_spawnToPosition = {x = 1165, y = 966, z = 7} --- this is the tile bottom right
 
Look, the system he posted is bug free, it wasent for me(had to use the script I posted) but otherwise its bug free. Meaning you installed it faulty. Remove everything you have installed of the zombie system, and reinstall. Be sure to copy everything the correct way etc, don't have 2 zombie monsters that might conflict etc etc etc.
 
Look, the system he posted is bug free, it wasent for me(had to use the script I posted) but otherwise its bug free. Meaning you installed it faulty. Remove everything you have installed of the zombie system, and reinstall. Be sure to copy everything the correct way etc, don't have 2 zombie monsters that might conflict etc etc etc.

That may be the problem because i already have normal zombie in monster.xml
 
Look, the system he posted is bug free, it wasent for me(had to use the script I posted) but otherwise its bug free. Meaning you installed it faulty. Remove everything you have installed of the zombie system, and reinstall. Be sure to copy everything the correct way etc, don't have 2 zombie monsters that might conflict etc etc etc.
I did it not working :S i only have one zombie now also not working "/
 
Just remove everything you have installed and install it fresh, you must have done something wrong.. Since the system workes for pretty much all OT server hosters/scripters.
 
Back
Top