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

    Lua Offer expires tradeoff (Auction System).

    shop.lua from gesior shop
  2. Stellow

    Compiling Reward System Help

    huh? DepotId for what?
  3. Stellow

    Linux gdb core reading problem

    Looks like core cannot locate the last caller, any ideas how can I track a server crash? [New LWP 9584] [New LWP 9583] [New LWP 9585] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `./otserv'...
  4. Stellow

    Problems with ping only on one server

    Try to create an account on www.d2server.net, kill some monsters, do some tasks, and check if the ping is ok. Also, try to sending to your friends it to check your outside connection.
  5. Stellow

    Lua player:sendTextMessage tile

    eventsId = {} local function rechargeStamina(cid) local player = Player(cid) if not player then eventsId[cid] = nil return end player:setStamina(player:getStamina() + 1) eventsId[cid] = addEvent(rechargeStamina, 60 * 1000, cid) end function...
  6. Stellow

    [C++] Monitoring execution time of LUA scripts and avoiding freezes

    Well.. if server crash, and the file is open, can compromise the information on the file.
  7. Stellow

    [C++] Monitoring execution time of LUA scripts and avoiding freezes

    Hello guys, for months I was facing some problem with one of my client's server, on which it would simply freezes without any abomination on bandwidth. I knew that I had peeks on main memory, but still could not locate what was causing it. Was it some distro configuration that I have implemented...
  8. Stellow

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    New rates has been uploaded on the website! 2 Days left! Server online! Exani tera magic level required downgraded from 1 to 0 [MONSTERS] Vampire and Mummy's paralyze interval were delayed. [QUESTS] You must be at least level 40 to open Blackmoth Quest's chest in Rookgaard. [STATUS] Server...
  9. Stellow

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    it will still be working, we allow them for rune making and training!
  10. Stellow

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    I will be playing!!! no just kidding, staff don't play x)
  11. Stellow

    Programmer [Tibia, Websites, Mobile Apps, Marketing] Looking to take your project to a new standard?

    how to use or configure, is a different thing of how to do it.
  12. Stellow

    Programmer [Tibia, Websites, Mobile Apps, Marketing] Looking to take your project to a new standard?

    Oh yeah, you are Sebastian, who said "I will only pay you, if you TEACH me how to PROGRAM. Even after we have agreed on our job, and you signed off on it, AND, I have already sent you the files." Edit, just rephrasing so it is better read. who even AFTER I have sent you all the files related...
  13. Stellow

    [BRAZIL] D2 Server 7.4 Cast - Online 2018

    We will not use any unique client.
Back
Top