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

Search results

  1. kozmo

    Windows Zombie Event zombies not removing

    Still needing help anyone..
  2. kozmo

    Windows Zombie Event zombies not removing

    Hi so i am using this Event. http://otland.net/threads/zombie-event-new-version-bug-free-updated.128664/ Wondering if someone can help me make the zombies disappear when Events ends.
  3. kozmo

    Windows Zombie Event autostart?

    Hi so i am using this Event. http://otland.net/threads/zombie-event-new-version-bug-free-updated.128664/ Wondering if someone can help me make this Event start on its own every hour.
  4. kozmo

    Windows Zombie error onStartup

    I start the zombie event with command, walk into the teleporter with the movement action I'd I get that error and the server crashes.
  5. kozmo

    Windows Zombie error onStartup

    Same Error.
  6. kozmo

    Windows Zombie error onStartup

    I get this error when i put that in compat.lua Broadcasted message: Test Paladin has entered a Zombie Arena. We still need 1 players. ''. assertion failed: it !=creatureList.end<>, file../map.h, line 282
  7. kozmo

    Windows Zombie error onStartup

    Where am i putting this. getThingPosition = getThingPos
  8. kozmo

    Windows Zombie error onStartup

    Broadcasted message: Test Paladin has entered a Zombie Arena. We still need 1 players. ''. assertion failed: it !=creatureList.end<>, file../map.h, line 282
  9. kozmo

    Windows Zombie error onStartup

    Great awesome i really appreciate all the help. that's now working, but of course there's the next Error. Lua Script Error: [MoveEvents Interface] data/movements/scripts/zombie/onenter.lua:eek:nStepIn data/lib/function.lua:495: attempt to call global 'getThingPosition' <a nile value> stack...
  10. kozmo

    Windows Zombie error onStartup

    Now there are no errors but nothing happens lol. There is a Error when trying to use the talk action. Lua Script Error: [TalkAction Interface] data/talkactions/scripts/zombie/onsay.lua:onSay data/lib/function.lua:511: attempt to call global 'getCreatureStorage' <a nil value> stack traceback...
  11. kozmo

    Windows Zombie error onStartup

    I did that now i have this error. Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/zombie/onstartup.lua:eek:nStartup data/globalevents/scripts/zombie/onstartup.lua:3: attempt to call global 'doSetStorage' <a nil value> stack traceback...
  12. kozmo

    Windows Zombie error onStartup

    I am using . [8.60] The Forgotten Server 0.3.5pl1 (guild war with shields) The lib files are different then 0.3.6 instead of 050-function.lua it is just function.lua i don't know if that makes a difference.
  13. kozmo

    Windows Zombie error onStartup

    I already have this in my lib, if that's what you are talking about. -- CONFIG ZE_DEFAULT_NUMBER_OF_PLAYERS = 2 ZE_ACCESS_TO_IGNORE_ARENA = 3 -- POSITIONS ZE_blockEnterItemPosition = {x= 1003, y=995, z=7} ZE_enterPosition = {x = 782, y = 862, z = 7} ZE_kickPosition = {x=1000, y=1000, z=7}...
  14. kozmo

    Windows Zombie error onStartup

    http://otland.net/threads/zombie-event-new-version-bug-free-updated.128664/ function onStartup() db.executeQuery("UPDATE `player_storage` SET `value` = 0 WHERE `key` = " .. ZE_isOnZombieArea .. ";") doSetStorage(ZE_STATUS, 0) doSetStorage(ZE_PLAYERS_NUMBER, ZE_DEFAULT_NUMBER_OF_PLAYERS)...
  15. kozmo

    Windows Zombie error onStartup

    Lua Script Error: [GlobalEvent Interface] data/globalevents/scripts/zombie/onstartup.lua:onStartup data/globalevents/scripts/zombie/onstartup.lua:2: attempt to concatenate global 'ZE_isOnZombieArea' <a nil value> stack traceback: data/globalevents/scripts/zombie/onstartup.lua:2: in function...
  16. kozmo

    Windows Zombie Event, talkaction help.

    This is the error i am getting. Lua Script Error: [TalkAction Interface] data/talkactions/scripts/zombie/onsay.lua:onSay data/talkactions/scripts/zombie/onsay.lua:2: attempt to call global 'getStorage' <a nil value> stack traceback: data/talkactions/scripts/zombie/onsay.lua:2: in function...
  17. kozmo

    Windows Help with trainer tiles.

    Delete thread.
  18. kozmo

    Windows Help with a spell.

    Delete thread.
  19. kozmo

    Windows Help with a spell.

    Weird, its all set up how it should be just doesn't seem to work.
  20. kozmo

    Windows Help with trainer tiles.

    I did that now i have a new Error. Lua Script Error: [MoveEvents Interface] data/movements/scripts/evostorm/train.lua:eek:nStepIn data/movements/scripts/evostorm/train.lua:3: attempt to compare number with nil stack traceback...
Back
Top