• 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!

helpme

  1. gabrielsaintz

    C++ Can I add quivers to tfs 1.4.2? and keep 10.98

    what's up guys! I want to add the quivers system to my server, I'm using tfs 1.4.2 and I want to keep it compatible with version 1098. I tried to base myself on a pull request, it worked but it changed my game version to 12.87, and I want it to continue 1098 .
  2. gabrielsaintz

    TFS 1.X+ Fix Spell tfs 1.4.2

    What's up guys! I have a Spell but I wanted it to follow my character, can someone tell me a way to do that? Code: function spellCallback(cid, position, count) if Creature(cid) then if count > 0 or math.random(0, 1) == 1 then position:sendMagicEffect(CONST_ME_HITBYFIRE)...
  3. L

    Client From My Tibia Getting Some Errors

    trying to open my client for poketibia and i get this error on log ERROR: Unable to load module 'client_entergame': LUA ERROR: LUA ERROR: /client_entergame/entergame.lua:133: malformed number near 'ipv4' stack traceback: [C]: ? [C]: in function 'dofile'...
  4. J

    C++ /usr/bin/ld: cannot find -lcryptopp-static

    /usr/bin/ld: cannot find -lcryptopp-static collect2: error: ld returned 1 exit status make[2]: *** [src/CMakeFiles/tfs.dir/build.make:1476: bin/tfs] Error 1 make[1]: *** [CMakeFiles/Makefile2:98: src/CMakeFiles/tfs.dir/all] Error 2 make: *** [Makefile:91: all] Error 2 otbr 12.91
  5. Walox

    OTClient Callout does not center

    Hello, I have a problem with my client where the texts that are highlighted in dark blue are not readjusting on top of their respective words. does anyone here know how to tell me where this is set up? or can you tell me how to solve this problem? or at least tell me what files I should modify...
  6. dolver

    TFS 1.3 Stoped Working

    Hello everyone, i have a big issue here because i dont know where is the error. The tfs just stops while "Initializing gamestate". I've tried everything, rebuild and all stuff like that, tried to put other dll's on the directory of the .exe but nothing really works, tfs still not starting. here...
  7. 1

    TFS 0.X need help with auto paypal script

    paying you to set it up through teamviewer to get it fully working, geisor aac tfs 0.4
  8. Sarah Wesker

    Lua Help me with TALKTYPE White in chanels privates

    Hi all, I need help with something that seems simple but I have not found anything simple, well it's about I want to send private messages in color white to the players. it's not broadcast
Back
Top