• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

AAC Znote loginWebService error

icekis

Member
Joined
Jan 18, 2018
Messages
97
Reaction score
6
I am using OTX 3.9 with Tibia Client 11.49 and i installed Znote as account creator.

When i try to log ingame got an error "failed to establish connection to the game server"

Could someone helps me?
 
Solution
You need to edit this in config.php:
PHP:
$config['gameserver'] = array(
	'ip' => '127.0.0.1',
	'port' => 7172,
	'name' => 'OTXServer-Global' // Must be identical to config.lua (OT config file) server name.
);

Make sure the IP and name matches ip and serverName in config.lua.
You need to edit this in config.php:
PHP:
$config['gameserver'] = array(
	'ip' => '127.0.0.1',
	'port' => 7172,
	'name' => 'OTXServer-Global' // Must be identical to config.lua (OT config file) server name.
);

Make sure the IP and name matches ip and serverName in config.lua.
 
Solution
Back
Top