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

Cant login in characters

Hokku

Member
Joined
Jul 25, 2013
Messages
98
Reaction score
18
Location
Extremadura, Spain
i tried to log with my ipv4, my global, a no-ip host, with localhost, and with 192.168.0.1.
The problem is when i put my global ip on config.lua, its allow all people connect the server except me. Forgot to say im using tfs v1.1, 10.77 client server.
 
Code:
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "192.168.1.128" (WITH THIS IP, I CAN JOIN SERV, WHEN I USE GLOBAL NOT)
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 300
motd = "Welcome to the Valhalla Server!/Bienvenido al Serivor Valhalla! Due to the opening of the server, rates will be 2x(loot and skills 2) till Sunday! Enjoy!"
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "Valhalla"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25
 
Code:
-- Connection Config
-- NOTE: maxPlayers set to 0 means no limit
ip = "192.168.1.128" (WITH THIS IP, I CAN JOIN SERV, WHEN I USE GLOBAL NOT)
bindOnlyGlobalAddress = false
loginProtocolPort = 7171
gameProtocolPort = 7172
statusProtocolPort = 7171
maxPlayers = 300
motd = "Welcome to the Valhalla Server!/Bienvenido al Serivor Valhalla! Due to the opening of the server, rates will be 2x(loot and skills 2) till Sunday! Enjoy!"
onePlayerOnlinePerAccount = false
allowClones = false
serverName = "Valhalla"
statusTimeout = 5000
replaceKickOnLogin = true
maxPacketsPerSecond = 25
Oops forgot that u had v1.1.

Dont really know then sry, I'm not that great at OTS :p
 
Back
Top