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

Failed to connect Tibia 12, Otserv-BR

Beo

Three Magic
Joined
Aug 25, 2009
Messages
9,056
Solutions
1
Reaction score
846
Hi,

I am trying to connect to my Otserv-BR-Global server with Tibia 12 client with localhost.

The server is running fine.

Downloaded the client from here:

And opened bin folder and started 127.0.0.1_client.exe

The character list loads, but it gets stuck on connecting to the game world. I then get a never-ending loop of this box.

1588605512875.png

Any help is appreciated, thanks!

Adjusted some:

Znote AAC
Code:
$config['ServerEngine'] = 'TFS_10';



    $config['gameserver'] = array(

        'ip' => '127.0.0.1',

        'port' => 7172,

        'name' => 'ThreeTibia'

Otserv br
Code:
serverName = "ThreeTibia"

clientVersionMin = 1100

clientVersionMax = 1200



loginProtocolPort = 7171

gameProtocolPort = 7172

statusProtocolPort = 7171

mysqlHost = "127.0.0.1"
 
Last edited:
Hello, good afternoon.
This is a bad config... Review the configs, there must be something that is incompatibl between config.php / config.lua
 
Hello, good afternoon.
This is a bad config... Review the configs, there must be something that is incompatibl between config.php / config.lua
Hi,

I would appreciate if you could read the files and inform me of something that is incompatible. I cannot notice anything myself.

LUA attached and php below.

Post automatically merged:

Fixed by using MyAAC.


 

Attachments

Last edited:
Did you try

-- Version
clientVersion = 1260
clientVersionStr = "12.60"

In config lua.

Also did you have added the line,
After mysqlSock =" "

this one: passwordType = "sha1"
 
Back
Top