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

Connection Refused...

firenzie

New Member
Joined
Nov 15, 2017
Messages
16
Solutions
2
Reaction score
0
I have my 7171, 7172 and 80 ports open, also I enabled all of the ports in my fire wall and disabled my anti virus program.
I can connect to my server using both 127.0.0.1 and 83.251.xxx.xxx in my ip changer, but when my friends try to join they get the error "Connection refused"
Anyone have any idea what more I need to do for my friends to connect?
 
Solution
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "83.251.xxx.xxx"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7173

And also

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "xxxx"
mysqlPass = "xxxx"
mysqlDatabase = "xxxx"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

Solved: My friends had to use Notepad++ in admin mode and open C:\Users\xxxx\AppData\Local\Tibia\packages\Tibia\bin\client.exe
(Needs to be the correct client version, you can add the client.exe into your map if you find a downloadble client.exe)

After that they had to change this code...
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "83.251.xxx.xxx"
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7173

And also

-- MySQL
mysqlHost = "127.0.0.1"
mysqlUser = "xxxx"
mysqlPass = "xxxx"
mysqlDatabase = "xxxx"
mysqlPort = 3306
mysqlSock = ""
passwordType = "sha1"

Solved: My friends had to use Notepad++ in admin mode and open C:\Users\xxxx\AppData\Local\Tibia\packages\Tibia\bin\client.exe
(Needs to be the correct client version, you can add the client.exe into your map if you find a downloadble client.exe)

After that they had to change this code:
BC27F992A96B8E2A43F4DFBE1CEF8FD51CF43D2803EE34FBBD8634D8B4FA32F7D9D9E159978DD29156D62F4153E9C5914263FC4986797E12245C1A6C4531EFE48A6F7C2EFFFFF18F2C9E1C504031F3E4A2C788EE96618FFFCEC2C3E5BFAFAF743B3FC7A872EE60A52C29AA688BDAF8692305312882F1F66EE9D8AEB7F84B1949

to

9B646903B45B07AC956568D87353BD7165139DD7940703B03E6DD079399661B4A837AA60561D7CCB9452FA0080594909882AB5BCA58A1A1B35F8B1059B72B1212611C6152AD3DBB3CFBEE7ADC142A75D3D75971509C321C5C24A5BD51FD460F01B4E15BEB0DE1930528A5D3F15C1E3CBF5C401D6777E10ACAAB33DBE8D5B7FF5

and

"https://secure.tibia.com/services/clientservices.php"

to

"http://83.255.xxx.xxx/login.php"
(my ip)
 
Last edited by a moderator:
Solution
Back
Top