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

    how to use key.pem on otclient 8?

    anyone knows how to use key.pem tfs.13 on otclient v8?
  2. D

    C++ Changing a function on otserv.cpp help please

    i fixed it adding manually the library to include bin folder, but it shows me alot of errors jajaja
  3. D

    C++ Changing a function on otserv.cpp help please

    everything is ok, i followed all this steps, before compiling, also fixed some error with nuget.org and package manager, but still showing me that error https://forums.otserv.com.br/index.php?/forums/topic/169235-windowsvc2019-compilando-sources-otservbr-global/ thats the steps i followed...
  4. D

    Lua Tfs 1,0 npc script sell and buy tibia coins please.

    Tfs 1,0 npc script sell and buy tibia coins please. with a cost of kk etc please
  5. D

    Lua help with my script please

    Lua Script Error: [TalkAction Interface] data/talkactions/scripts/mounts.lua:eek:nSay not enough memory edit: hey bro fixed it thanks function onSay(cid, words, param) local file = io.open('data/talkactions/scripts/mounts.txt', 'r') if file ~= nil then local notice =...
  6. D

    Lua help with my script please

    im trying to use this script for show me txt file on dialog window but shows me this error Lua Script Error: [TalkAction Interface] data/talkactions/scripts/mounts.lua:eek:nSay data/talkactions/scripts/mounts.lua:3: attempt to index global 'file' (a nil value) stack traceback: [C]: in...
  7. D

    C++ Changing a function on otserv.cpp help please

    Already done it bro but the problem shows up Severity Code Description Project File Line Suppression State Error C1083 Cannot open include file: 'gmp.h': No such file or directory...
  8. D

    C++ Changing a function on otserv.cpp help please

    thats the problem the key.pem has a default encrypted rsa key i dont know how to put on my otclient, thats why i wanna change it
  9. D

    C++ Changing a function on otserv.cpp help please

    hi, im trying to remove this part of code // set RSA key try { g_RSA.loadPEM("key.pem"); } catch(const std::exception& e) { SPDLOG_ERROR(e.what()); startupErrorMessage(); } and replace it with this //set RSA key const char*...
  10. D

    TFS 1.X+ key.pem problem

    hi bros, please help me i have an ot server br global and i compiled it, launched it everythings goes fine, but i need the rsa key unencrypted, in numbers to add manually to my const.lua on my otclient but i have this -----BEGIN RSA PRIVATE KEY-----...
  11. D

    TFS 1.X+ how to increase elemental damage base?

    where i can modify the base damage of elemental example earth ice fire, for example enchants or imbuiments, please if you could tell me thanks
  12. D

    TFS 1.X+ imbuiment and enchantment element damage

    i want to make on my server elemental damage hit harder, cause, example, you have a dragon lance you hit 250 - 280 but with enchantment of ice, it hits 80 physical and 90 ice, and hit lower tan without imbuiment, how to fix it? please
  13. D

    My OTX Server 2 doesn't show outfits window

    i got 7.72 otx server 2, when i put my outfits on outfits.xml doesnt appear on outfit selection windows, im using otclient 8. please help me <?xml version="1.0"?> <outfits> <outfit id="1"> <list gender="0" lookType="136" name="Citizen"/> <list gender="1" lookType="128"...
  14. D

    Open all bps on login

    need someone can make a code for my otx 2 can open all backpacks at login, can be c+ or lua, please i pay on tc global
  15. D

    Loot channel

    how i set what be the loot channel? on my server and on sources? 1617137132 dude its work awesome thanks!!!!!!!!
  16. D

    Loot channel

    Yes speak chanel undeclared
  17. D

    Lua [TFS 1.3] Free Scripting Service 📝

    Hi sarah, coud you make a script for otx 2 7.72 that makes when u login open all container you have? please i need it so much thanks
  18. D

    Loot channel

    https://github.com/brewsterl/RealOTX-7.72/tree/master/sources
  19. D

    Loot channel

    Not working on otx 2
  20. D

    C++ open all bps at login, otx 2

    As title says, i request open all backpacks at login please bros. otx 2 7.72 thanks dudes
Back
Top