• 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 not work in my otserv-svn 7.4.

I think this is a error ur tibia spr, dat, configuration in dat about items tiles look ur walking selection with items server.
 
press control T to open the terminel and verify if the client its not sending errors.
 
any can help me??

Dude, in your otclient folder, go to modules>gamelib>game.lua

Search for:
Lua:
  if g_game.getClientVersion() <= 760 then

Change for:
Code:
  if g_game.getClientVersion() <= 772 then


see if that works
 
Back
Top