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

Solved [TFS 1.4] OTClient won't log in (Error 11001)

Pidign

New Member
Joined
Apr 13, 2024
Messages
9
Reaction score
1
Hi, so I now have TFS 1.4 and OTClient set up using Geisor2012 and Xampp (newest version), the only issue is that I can't log in to the game. Whenever I try, it just gives me this error.

1713071023627.png

I've tried unlocking the ports 7171 and 7172 (going out and coming in) and changing config from 127.0.0.1 to localhost, but that doesn't seem to help.

Any help would be appreciated :)

Edit: Fixed!! If you're using the same setup I am, make sure your Geisor matches your TFS version, downgrade xampp (I used 7.3), add a server with 127.0.0.1 as the host. And REMOVE authenticator from your otclient/modules/client_entergame/entergame.lua. I just changed this, which you can copy/paste into your lua file

Lua:
function EnterGame.toggleAuthenticatorToken(clientVersion, init)
  local enabled = (clientVersion >= 1100)
  if enabled == enterGame.authenticatorEnabled then
    return
  end
 
Last edited:
Back
Top