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

OTclient error

knighters god

Active Member
Joined
Feb 14, 2009
Messages
166
Solutions
1
Reaction score
40
I recently compiled OTclient because I wanted to try it out for once. I searched around some so I could connect the client to my server TFS 1.1 10.77 and when I try to log in while the server is running or if it's off I get this error.
b88vhg.jpg

I have tried to put the 10.77 .dat and .spr files where it says but it does no different.

Help would be appreciated.
 
Have you switched to wich version you want to connect?

68747470733a2f2f646c2e64726f70626f782e636f6d2f752f34393934383239342f77696b692f67657474696e675f737461727465642f6c6f67696e2e706e67
This is how it looks for me after I found s thread where you could connect the client to your ot.
10f4bdg.jpg

This is the code piece I added inside modules\client_entergame\entergame.lua
Code:
if g_app.isRunning() and not g_game.isOnline() then
    enterGame:show()
  end
    EnterGame.setUniqueServer("MyIpAddress", 7171, 1077)
end
 
Back
Top