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

Error With MYSQL (( PLEASE HELP FAST )) _REP++_

Super Nova

A Sad Alien
Joined
Mar 23, 2010
Messages
352
Reaction score
1
Location
Nizhnekamsk / Russia
Hey, i just want to open two servers for testing, but when i do, i go to port 7173 and i logon with 1/1 but it just debugs me and says Invalid Packet Size.

Any Answers?
 
Last edited:
Code:
worldId = 1
        ip = "66.68.99.53"
        bindOnlyConfiguredIpAddress = false
        loginPort = 7171
        gamePort = 7173
        loginTries = 10
        retryTimeout = 5 * 1000
        loginTimeout = 60 * 1000
        maxPlayers = 1000
        motd = "Welcome to Omazaks RPG! 'Beta Testing Mode'"
        displayOnOrOffAtCharlist = false
        onePlayerOnlinePerAccount = true
        allowClones = false
        serverName = "Omazaks RPG"
        loginMessage = "Welcome to Omazaks RPG!"
        statusTimeout = 5 * 60 * 1000
        replaceKickOnLogin = true
        forceSlowConnectionsToDisconnect = false
        loginOnlyWithLoginServer = false
        premiumPlayerSkipWaitList = false


and this idk if it helps

Code:
 statusPort = 7171
Code:
 managerPort = 7171
Code:
       adminPort = 7171
 
Try to use like this:

Code:
	loginPort = 7171
	gamePort = 7172

Code:
	managerPort = 7171

Code:
     adminPort = 7171

Code:
	statusPort = 7171
 
Code:
	loginPort = 7174
	gamePort = 7173
	managerPort = 7174
	adminPort = 7174
	statusPort = 7174
:eek: Or wait are you using the same database?
 
Back
Top