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

Search results

  1. Gesior.pl

    Alpha Proxy Guide (kondrah/otclient multi-path proxy)

    When client without proxy 'exits', it closes TCP connection to OTS, so OTS is noticed that connection goes offline and delete Connection/ProtocolGame in C++, so server shows IP 0.0.0.0 for that player ( forgottenserver/src/player.cpp at 1.4 · otland/forgottenserver...
  2. Gesior.pl

    change otcv8 rsa

    If you put your RSA public key as one long string, remove other lines ex.: OTSERV_RSA =...
  3. Gesior.pl

    WebSockets proxy

    Yes. Malvera.online owner Niebieski (Discord: niebieski) and he plans to sell/test it, so contact him. Probably not tested yet vs biggest raw.exe attacks.
  4. Gesior.pl

    WebSockets proxy

    Hmm... I'm testing it on evotra.online - not my website/CF account - so it may be related. I must buy 2 more domains and test them with 'Full' (not strict) and 'Flexible' modes of SSL. 1765326818 Hmm... I'm testing it on evotra.online - not my website/CF account - so it may be related. I'm...
  5. Gesior.pl

    WebSockets proxy

    Update on OTCv8 proxy and WebSockets (+CloudFlare.com/gcore.com free WebSocket protection at end of post) I added WebSockets support in OTCv8 proxy last week - code with multiple OTCv8 proxies, not one - with "Claude 4.5 Opus" AI in less than one hour using free Antigravity IDE ( Google...
  6. Gesior.pl

    Looking for War Server

    Bots use 1 account to login. Players need account (created on www). 8.6 server with bots: https://otland.net/threads/8-60-thais-war-with-pvp-bots.204193/ last pages of thread contains C++ fixes for Debian/Ubuntu.
  7. Gesior.pl

    Stian's Dev-cpp repack 0.2 (with crypto++ and 64bit) !

    Rehost update. First link is still valid, but my hosting provider blocks hotlinks. Copy URL and paste in new Tab in web browser: https://skalski.at/files/files/StiansRepackDev-Cpp_v2.zip https://skalski.at/files/files/StiansRepackDev-Cpp_v2.zip You can also try my second domain...
  8. Gesior.pl

    Compiling How do I compile TFS 0.3.6 for 64-bit?

    As I remember 0.3.6 times, you had to use 64-bit Dev C++ and get all required libraries in 64-bit versions. Maybe Stian 'dev cpp 64 bit' will work: https://otland.net/threads/stians-dev-cpp-repack-0-2-with-crypto-and-64bit.62455/ Rehost of that file, if clicking on link does not download file...
  9. Gesior.pl

    Compile Error.

    Looks like luascripts.cpp has some extra/missing } or { or ; or =. Probably around line 1206.
  10. Gesior.pl

    Remove Token Field

    It's old answer, so it may not work on newest OTC versions. Also, there are now 2 popular OTC branches: OTCv8 and OTC Redemption (AKA "Mehah"), which do you use?
  11. Gesior.pl

    Do you think servers have started using AI players to make the server look more alive?

    Lootbags maybe (bots without AI were able to loot items into lootbags), conversations would be harder. Of course you can put 10k messages from real server - collected as owner/botter - as example of 'OTS talk' to some AI model and tell it to act with similar texts, but it would hallucinate after...
  12. Gesior.pl

    TFS 1.X+ How to track how he typed spell with doCreatureSay

    I modified spells to work like on screenshot using Cursor with Gemini 3 Pro AI model. Total cost: 0.41$. Code changes: https://github.com/gesior/TFS-1.4-Downgrades/commit/a53c39e938650c17d3c1bedce38a570d2d06bd46
  13. Gesior.pl

    Two threads in website applications

    How @slaw is not a "website applications" moderator on OTLand? @kornholi @Roddet MyAAC is probably only acc. maker that works with modern OTSes. slaw should be a moderator of "website applications" or at least available to post without some moderator 'approvement'.
  14. Gesior.pl

    TFS 1.2 Crash - How to locate a specific Lua script?

    How you fixed it?
  15. Gesior.pl

    TFS 1.X+ How to add Store System in OTClientV8 for TFS 1.2

    Years ago there was RL Tibia game store as Lua module on server side in otservbr-global/canary. It was compatible with RL Tibia Store packets, so you would not need special OTC module for store. Just set store protocol to 10.98 (not 8.0) and use normal OTC game store...
  16. Gesior.pl

    TFS 1.X+ How to add Store System in OTClientV8 for TFS 1.2

    I do not recommend this shop system. Server side logic is horrible. It can easily lag OTS with 100 online, even if no one buy anything. I worked for some 150+ online OTS and spent 20 (!) hours to rewrite server/client code to reduce CPU usage by 99% and remove almost all lags (events taking over...
  17. Gesior.pl

    TFS 1.2 Crash - How to locate a specific Lua script?

    If you don't use script, it's not executed and it cannot crash server. If there is some serious bug in script, it may crash server, but on server start, when scripts are loaded. data/lib/compat/compat.lua:5:local _getUniqueId = Item.getUniqueId data/lib/compat/compat.lua:6:function...
  18. Gesior.pl

    TFS 1.2 Crash - How to locate a specific Lua script?

    On TFS 1.x you can only pass UID of items with uniqueID set in map editor or Lua to value lower than 65536. You can't use item.uid for any item you have in Lua, like you could on TFS 0.4. TFS 0.4 kept big map of Item*<->UID in C++ part of Lua and assigned UIDs 70000+ for items without UID, when...
  19. Gesior.pl

    TFS 1.2 Crash - How to locate a specific Lua script?

    Your engine crashed on luaItemGetUniqueId, so some addEvent used in Lua getUniqueId (or pushThing which uses getUniqueId inside). getUniqueId isn't used often, you should search in data folder for all scripts that use it and analyse, if they may be executed in addEvent somehow. About script you...
  20. Gesior.pl

    Voice Chat System (VOIP) – Free for the Community

    Did he steal files? Yes. He has no right to share these files without author permission. Unless he has total control over these files - I sell different licenses for my code changes/modules. Buyer always knows, if it's just a copy of my code or if I made it 'just for your OTS' (often 5-10x...
Back
Top