• 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. elking

    Automatic zombie problem

    local config = { playerCount = 2001, -- Global storage for counting the players left/entered in the event zombieCount = 2002, -- Global storage for counting the zombies in the event teleportActionId = 3514, -- Action id of the teleport needed for the movement script...
  2. elking

    Temple By Ancient

    Nice :)
  3. elking

    Automatic zombie problem

    Hello people of Otland. I got some bug with automatic zombie event I use this http://vapus.net/forum/348-creatureevents-globalevents/1939-zombie-event-map-included.html This problem how to fix it ?? [10/04/2014 10:00:00] > Broadcasted message: "Zombie event starting in 5 minutes! The...
  4. elking

    Calculate to 10

    ok :D
  5. elking

    Calculate to 10

    4 - 3 =1
  6. elking

    [Archived] "[Quick Showoff] Post your latest maps"

    My TeamBattle
  7. elking

    Block Rune

    I already know and I did
  8. elking

    Block Rune

    So what should I do ?
  9. elking

    Block Rune

    BUMP @Limos
  10. elking

    Script errors

    try local config = { teleportAccess = 3 } function onSay(cid, words, param, channel) if(param == '') then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return true end local teleport = false local t =...
  11. elking

    Script errors

    I use this and work what TFS you use ? About [code=lua] I was reply on your post and it mistake :)
  12. elking

    Block Rune

    Bump @Limos
  13. elking

    Script errors

    function onSay(cid, words, param, channel) if(param == "") then doPlayerSendTextMessage(cid, MESSAGE_STATUS_CONSOLE_BLUE, "Command param required.") return TRUE end local house = getHouseByPlayerGUID(getPlayerGUIDByName(param)) if(not house) then...
  14. elking

    Script errors

    Post script
Back
Top