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

    Linux VPS using just 1 core

    Guys I solved the problem, the issue was that the source was designed for ubuntu 20.04 and I was using it on ubuntu 18.04. This old and disgusting version doesn't manage cores as it should. After the upgrade it looks like all cores are working well together. Thanks for anyone helping me.
  2. douglasscherner

    Linux VPS using just 1 core

    200 in max, 250 almost exploding
  3. douglasscherner

    Linux VPS using just 1 core

    8 nucleos, but using just one? I guess is wrong
  4. douglasscherner

    Linux VPS using just 1 core

    I have a vps with 8 cores, but my server is lagging and crashing and I repair that my machine just use 1 core for run tfs and is in 110%. I am using tfs 1.3 Someone know how work 8 cores at same time with 13% every one? Thanks. OBS: coresUsed function dont exist in the source.
  5. douglasscherner

    RevScripts monsters.xml version 12.90

    Hello guys. I have a doubt... I have a server 8.6 with sprites 13.16. So I need to convert .lua monsters to .xml I need to convert all monsters from version 12.9: ... but when I transform the monsters from lua to xml, the spells attack/def come wrong... Someone have all monsters untill...
  6. douglasscherner

    Monster Monster and Bosses 12.40

    there's 12.90?
  7. douglasscherner

    Downgraded 13.x assets to .dat/.spr format

    we want 13.20
  8. douglasscherner

    C++ Client 13.16 doesn't have Tournament...

    I found a secondary way that seems to work well. Coins are main and in the background as "tournament coins", I use transferable coins. The only thing is to adapt the shop and source to transfer and accept only coins and leave tournament coins only for the secondary shop.
  9. douglasscherner

    C++ Client 13.16 doesn't have Tournament...

    Hello everyone, as you know the tournament points option has been disabled on the global tibia servers. However, I find the system interesting and I wanted to apply it on my server, which is a recent version and no longer has a coins tournament option in the tibia layout. Does anyone know how...
  10. douglasscherner

    Lua setPlayerName for Canary

    I want to change my npcs or monsters or players names in game without need relog. setPlayerName(cid,name,description) There's a function that do it in canary? Someone knows? Thanks.
  11. douglasscherner

    Lua Extra loot for canary/otservbr?

    Can any friend help me, I want to make it so that when players have a premium account, their loot has a 10% greater chance. Does anyone know how to do this in canary?
  12. douglasscherner

    Category icon problem

    the same shitty problem to me
  13. douglasscherner

    Scripter $20 for help me to make npc...

    Very nice, thank for your contribution
  14. douglasscherner

    Scripter $20 for help me to make npc...

    local keywordHandler = KeywordHandler:new() local npcHandler = NpcHandler:new(keywordHandler) NpcSystem.parseParameters(npcHandler) function onCreatureAppear(cid) npcHandler:onCreatureAppear(cid) end function onCreatureDisappear(cid)npcHandler:onCreatureDisappear(cid) end function...
  15. douglasscherner

    [TFS 1.2] Client debug reason

    I have same error. Can someone help me ? Please
  16. douglasscherner

    [RME] otbm imcompatibility

    I am having difficult to convert this updated global map to be compatible to my rme that has item otb properly to my baiak. Can someone help me to convert this global map.otb to a way to be opened with my rme ? Thanks https://www.sendspace.com/file/6xi0r5
  17. douglasscherner

    OTClient MY TIBIA DOESNT SHOW IN WINDOWS7

    Hello guys I install virtual box with windows 7 to player otserv but Tibia dosent open in version 8.60 I install all c++ libraries and direct x, but even dont work. The game open, but dont show the layout.. Can someone help me fellows? Thanks
  18. douglasscherner

    C++ +9 players in some stack debug

    I dont know. I use tfs 1.3
  19. douglasscherner

    C++ +9 players in some stack debug

    To me keep this error guys: Player.cpp 361: exception occurred, reason: Network.cpp 946: exception occurred (ErrorCode = 0), reason: Network.cpp 921: assertion failed (BufferSize = 0) (NextToWrite = 16394), reason: BufferSize>0
  20. douglasscherner

    TFS 1.X+ [Bug Client] if stackpos greater than 10 then BUG end

    To me keep this error bro: Player.cpp 361: exception occurred, reason: Network.cpp 946: exception occurred (ErrorCode = 0), reason: Network.cpp 921: assertion failed (BufferSize = 0) (NextToWrite = 16394), reason: BufferSize>0
Back
Top