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

Recent content by antonio664

  1. antonio664

    [8.6] Default/First Baiak map

    there was a previous ice version of this, don't you have it? LOL
  2. antonio664

    TibiaAPI: Record, Redact, Extract, and Watch

    I'm facing difficulty understanding the Git wiki. I miss basic instructions. How do I make this proxy work and be able to enter the commands?
  3. antonio664

    MyOTClient

    dead =(
  4. antonio664

    Proxy Tunnel Solution | With Client IP Passthrough

    I can connect the client to mmproxy as soon as I reinstall a machine using TFS. However, moments later it gives "failed to establish upstream connection" errors and no longer logs in to the client. In Canary, unlike TFS, it doesn't even log in. Perhaps the game code has some blocking.
  5. antonio664

    Proxy Tunnel Solution | With Client IP Passthrough

    when connecting the client of the following error connect: connection timed out","dropConnection":true {"level":"debug","ts":1682918305.49094,"caller":"go-mmproxy/tcp.go:31","msg":"new...
  6. antonio664

    OpenTibia Tibia 12+ IP Changer

    I'm running apache2 php 8.1, when I run Change IP, nothing happens, everything goes back to the beginning.
  7. antonio664

    Script and tutorial to automate install of "Leaked" 7.70 server

    I'm not very skilled. The downside of VM is that it consumes a lot of resources from a notebook, it even seems like it's going to take off lol I did the procedure through VM using the Ubuntu Desktop ISO, it loaded perfectly.
  8. antonio664

    Script and tutorial to automate install of "Leaked" 7.70 server

    Amazing work. I still haven't been successful. Has it been tested on Ubuntu WSL? I tested 20.04 and 22.04 and both had errors.
  9. antonio664

    TFS 1.X+ mount on login

    Perfect Big thanks to @Ascuas Funkeln and @Sarah Wesker !!!!!!!!!!
  10. antonio664

    TFS 1.X+ mount on login

    compiled correctly but it does not work. No console errors = ( In login.lua i put Player:toggleMount()
  11. antonio664

    TFS 1.X+ mount on login

    int LuaScriptInterface::luaPlayerLoginMount(lua_State* L) { Player* player = getUserdata<Player>(L, 1); if (player) { return; } pushBoolean(L, player->toggleMount(true)); } [ 48%] Building CXX object CMakeFiles/otbr_lib.dir/src/mailbox.cpp.o [ 49%] Building CXX object...
  12. antonio664

    TFS 1.X+ mount on login

    [ 32%] Building CXX object CMakeFiles/otbr_lib.dir/src/groups.cpp.o [ 34%] Building CXX object CMakeFiles/otbr_lib.dir/src/house.cpp.o [ 35%] Building CXX object CMakeFiles/otbr_lib.dir/src/housetile.cpp.o [ 36%] Building CXX object CMakeFiles/otbr_lib.dir/src/inbox.cpp.o [ 37%] Building CXX...
  13. antonio664

    TFS 1.X+ mount on login

    https://www.mediafire.com/file/4p2ek3e1ajixj3m/luascript.cpp/file
  14. antonio664

    TFS 1.X+ mount on login

    user@DESKTOP-ACDPUQ5:~/Sourcers_12-07-2020$ ./recompile.sh Directory 'build' already exists, moving to it Clean build directory Configuring -- The C compiler identification is GNU 7.5.0 -- The CXX compiler identification is GNU 7.5.0 -- Check for working C compiler: /usr/bin/cc -- Check for...
  15. antonio664

    TFS 1.X+ mount on login

    bump
Back
Top