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

    Lua TFS 0.4 ERRO Call stack overflow.

    Yes....
  2. B

    Scripter Need WebMaster!

    Hi everyone , i need someone to fix some bugs in my gesior
  3. B

    AAC ERROR Gesior Account

    the box to click is buggy. would anyone know how to fix it?
  4. B

    Lua TFS 0.4 ERRO Call stack overflow.

    it still didn't work
  5. B

    Lua Distance effect in spell!

    Can anyone add distance effect in this spell? local function suck(cid, target) if isCreature(cid) then if isCreature(target) then local formula = math.random(getPlayerLevel(cid), getPlayerLevel(cid) * 10) doCreatureAddHealth(cid, formula) doCreatureAddHealth(target, -formula)...
  6. B

    Lua TFS 0.4 ERRO Call stack overflow.

    server version 8.6. is a system that makes it impossible for the player to use the ladder again for a configurable time I'll try!! Can u tell me what do you change and why? I like to learn
  7. B

    Lua TFS 0.4 ERRO Call stack overflow.

    function onStepIn(cid, item, position, fromPosition) local storage = 89301 --storage gravada local delay = 2--tempo configuravel do delay if (getPlayerStorageValue(cid, storage) <= os.time()) then setPlayerStorageValue(cid, storage, os.time()+delay) return true else doTeleportThing(cid...
  8. B

    C++ Compile OTC Sources

    Up
  9. B

    C++ Compile OTC Sources

    Up
  10. B

    C++ Compile OTC Sources

    Up
  11. B

    C++ Compile OTC Sources

    Im already tried in another brazilian forum, but, my computer its very old and they tell me to try ask for somebody to compile :/
  12. B

    C++ Compile OTC Sources

    Up
  13. B

    C++ Compile OTC Sources

    Up
  14. B

    C++ Compile OTC Sources

    Can anybody compile this otc sources for me? im trying learn how to compile but a lot of errors appears here are 2 sources to try: Sources vc14
  15. B

    Compiling Compile OTC Sources

    Up
  16. B

    Compiling Compile OTC Sources

    Up
  17. B

    Compiling Compile OTC Sources

    Up
  18. B

    Compiling Compile OTC Sources

    Up
  19. B

    Compiling Compile OTC Sources

    i've only made these modifications: Clean source attached. OTClient: protocolgameparse.cpp void ProtocolGame::setMapDescription(const InputMessagePtr& msg, int x, int y, int z, int width, int height) { int startz, endz, zstep; if(z > Otc::SEA_FLOOR) { startz = z -...
  20. B

    Compiling Compile OTC Sources

    Can anyone compile this source for me? I'm trying but I can not do it.
Back
Top