• 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. Codex NG

    Help me with some spell :)!

    local area = { { {0, 1, 0}, {1, 3, 1}, {0, 1, 0}, }, { {1, 0, 1}, {0, 3, 0}, {1, 0, 1}, }, { {0, 1, 0}, {1, 3, 1}, {0, 1, 0}, }, { {1, 0, 1}, {0, 3, 0}, {1, 0, 1}, } }...
  2. Codex NG

    Compiling Stupid Question about compiling

    You have to recompile every time you alter the source.
  3. Codex NG

    Lua Npc need 1 more option

    Really fucking useless script. local storage = 6211 local function tempStorage(cid) -- creatures and npc's don't login if not isPlayer(cid) then return true end -- you already checked this if getPlayerStorageValue(cid, storage) > 1 then -- what is the...
  4. Codex NG

    Lua Npc need 1 more option

    Your code for some odd reason loops a function to set a storage value to 0 which is retarded.. maybe someone needs to learn to code before telling other people who actually do know how to script, they need to learn how to script.. local storage = 6211 function onLogin(cid) if...
  5. Codex NG

    Lua Npc need 1 more option

    Do you want me to simplify this code?
  6. Codex NG

    Team Sigmee [ Open-Tibia Small Business ]

    Give me 50k euro and I'll write all the scripts for your server, I need 25k up front.
  7. Codex NG

    Lua Npc need 1 more option

    Why is there an additional function to set a storage value in onlogin? that makes 0 sense. All those checks, including the function are a waste of execution time... it is like you ran around the block just so you could move 2 feet from yourself. I guess that is a troll script, coz it looks like...
  8. Codex NG

    Programming Logic

    I got a pm from someone recently, they had shown me a script they are trying to write, I gave them a brief opinion and they made the changes then they showed me the code and I have not responded. It's not just enough when creating new concepts or systems for your server to just copy and paste...
  9. Codex NG

    Lua Town City not work

    Next time use search... https://otland.net/threads/tfs-0-3-6-0-4-town-teleport-fix.242958/
  10. Codex NG

    Solved [TFS 1.2] Message on Condition Drop

    Two words.. add event
  11. Codex NG

    Bomberman TFS 1.X

    Updating a script is easy, just replace the old functions with the new.. or re-write the old functions Old script https://otland.net/threads/bomberman.73864/ new framework https://github.com/otland/forgottenserver
  12. Codex NG

    Doors with 3 second timer?

    https://otland.net/threads/need-function-to-action-script-exhaust.143096/#post-1378235
  13. Codex NG

    Map Editor request

    https://github.com/hjnilsson/rme
  14. Codex NG

    Evolution - 7.92 XML - how to track crashes?

    Everything I write is useful, unfortunately you are just too stubborn to see it...
  15. Codex NG

    Profiling TFS

    The site you linked to explains the options used at compile time. http://linuxcommand.org/lc3_learning_the_shell.php
  16. Codex NG

    Deepling4President

  17. Codex NG

    Deepling4President

  18. Codex NG

    Deepling4President

  19. Codex NG

    Deepling4President

    I wanna change my vote :(
  20. Codex NG

    Staff for a day...

    I am sure we all have at one point or another had our own ideas about what we would do if we were a staff member on this forum. So what would you do to clean up this forum and make it a better place? Please give in detail your reason for taking such action.
Back
Top