hello i found this part of the tutorial for the zombie event
http://otland.net/f82/zombie-event-new-version-bug-free-updated-128664/
but, i have problem
I do not know what are the positions ... I do not know what to do
Not know how to set xyz
//Sorry for poor English, but I'm Polish man
http://otland.net/f82/zombie-event-new-version-bug-free-updated-128664/
but, i have problem
I do not know what are the positions ... I do not know what to do
LUA:
-- CONFIG
ZE_DEFAULT_NUMBER_OF_PLAYERS = 5
ZE_ACCESS_TO_IGNORE_ARENA = 3
-- POSITIONS
ZE_blockEnterItemPosition = {x= 873, y=997, z=7}
ZE_enterPosition = {x = 1638, y = 1530, z = 7}
ZE_kickPosition = {x=874, y=994, z=7}
ZE_spawnFromPosition = {x = 1617, y = 1514, z = 7}
ZE_spawnToPosition = {x = 1671, y = 1565, z = 7}
-- ITEM IDS
ZE_blockEnterItemID = 2700
-- STORAGES
-- - player
ZE_isOnZombieArea = 34370
-- - global
ZE_STATUS = 34370 -- =< 0 - off, 1 - waiting for players, 2 - is running
ZE_PLAYERS_NUMBER = 34371
ZE_ZOMBIES_TO_SPAWN = 34372
ZE_ZOMBIES_SPAWNED = 34373
Not know how to set xyz
//Sorry for poor English, but I'm Polish man
Last edited by a moderator: