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

    Linux Crash, really big skills?

    Any ideas how to fix it? I tried to add reset skill to vocation changer but this function/command is broken. doPlayerAddSkill(cid,0, 3) works fine and doPlayerAddSkill(cid,0, -3) is not fine, nothing happend.
  2. Hernest

    Linux Crash, really big skills?

    BUMP. It was because of vocation changer, but i deleted it, reloaded talkactions and now player got 65000 shielding and server is down. Any ideas?
  3. Hernest

    Linux It will crash?

    Ok nvm, close it.
  4. Hernest

    Linux It will crash?

    Ots is running but i want to install some libs for csgo server on same machine. So I need to type apt-get install ia32-libs And my question is: downloading and installing this lib will crash ots? It's TFS 0.4. Sorry for my english :x
  5. Hernest

    Linux Crash, really big skills?

    Hello, something is broken with my server, idk what. Just sometimes skill like magiclvl or distance is growing up so high (5-50k) and server crashes. I think it's not because of lua scripts. Harddrive was broken so I installed new server with old files, just created some scripts. TFS 0.4...
  6. Hernest

    Lua Optimization

    http://pastebin.com/5gVj4QyP How to optimize this script? It's mine. 663 lines and 28244 chars, It's undone, it will be more then 30k chars. Anyway that function getCreaturesInRange is useless in this script.
  7. Hernest

    I want to be a donor, broken link?

    bumpbump
  8. Hernest

    I want to be a donor, broken link?

    http://otland.net/payments.php I want to donate but it's impossible.
  9. Hernest

    Lua Solid players(?)

    bump
  10. Hernest

    Lua some math

    local wavecount2 = 0 function onSay(cid, words, param) local wavecount2 = wavecount2 + 1 end wavecount2 is all the time 0, why?
  11. Hernest

    What twitch streamers are you watching?

    izak, pasha
  12. Hernest

    Lua Too much corpses, debug on clean.

    local timeToUse = 1.1 local lastTime1 = 0 -- nie ruszac local arenaTopLeft = {x=1009,y=989,z=7} --lewy gorny rog arenki function onSay(cid, words, param) local osTime = os.time() local mos = monsterarena1 --local wavecount1 = 0...
  13. Hernest

    Lua Solid players(?)

    bump
  14. Hernest

    Lua Solid players(?)

    I am looking for function like solid players(?). If storagevalue == 1 then u can pass through other players like in real tibia nopvp server. tfs 0.4
  15. Hernest

    Reward commands, without mc

    Limos +1, thank you /solved
  16. Hernest

    Reward commands, without mc

    bump
  17. Hernest

    Reward commands, without mc

    Sorry my bad, tfs 0.4
  18. Hernest

    Reward commands, without mc

    Hello, i am looking for reward commands, something like !reward magic sword and everyone on server get item, but one item for one ip, not item for every multiclient character. Yes, i used search tool.
  19. Hernest

    Lua Too much corpses, debug on clean.

    So, how can i clean it every x waves ? if wavescount == 3 then local wavescount == 0 ???? end
  20. Hernest

    Lua Too much corpses, debug on clean.

    Tried this: function onAddItem(moveItem, tileItem, position, cid) if not isInArray({8303, 8300, 8305, 9468, 10570}, moveItem.itemid) then doRemoveItem(moveItem.uid) end end But i want to do it after x seconds, so i tried; function onAddItem(moveItem, tileItem, position, cid)...
Back
Top