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

Recent content by Belx

  1. B

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

    I made it work by modifying void LoginHttp::httpLogin in httplogin.cpp to iterate over proxies g_asyncDispatcher.detach_task([this, host, path, port, email, password, request_id, httpLogin] { std::string loginIP = host; httplib::Result result; if ((loginIP == "proxy"...
  2. B

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

    The problem is that proxy in client doesn't seem to use proxy ip when sending http login request if "127.0.0.1" is used as server address during login. I managed to make it work with sending login request directly at proxy and forwarding connection to reverse-proxy->TFS. TFS answers with...
  3. B

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

    I am trying to implement the system for TFS1.6 and otclient redemption and I just cant find the problem. My whole setup is local using windows machine with client and two Ubuntu VMs as forward proxy and backend server. I can connect to the server without the proxy when allowOtcProxy and...
  4. B

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

    Can alpha proxy work with newer tfs when connection uses login.php? I am trying to implement it on TFS1.6 and this otclient GitHub - opentibiabr/otclient: An alternative tibia client for otserv written in C++20 and Lua, made with a modular system that uses lua scripts for ingame interface and...
Back
Top