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

Mystic Spirit ot.

kikothepower123

New Member
Joined
Sep 8, 2014
Messages
6
Reaction score
0
hello i download the mystic spirit ot and i put my ip in the lua but i dont know the ip to the ot and the client i hope you can help me
 
1st. If you want to know your ip address go to this link.

2nd. Change your ip address at config.lua
ip = "LOCALHOST IP"

to

ip = "YOUR IP"

3rd. Config your database
sqlType = "mysql"
sqlHost = "localhost"
sqlPort = 3306
sqlUser = "USERNAME"
sqlPass = "PASSWORD"
sqlDatabase = "DATABASE"
sqlFile = "forgottenserver.s3db"
....
encryptionType = "sha1"

4th. Go to your router/modem page and open the ports
Port 80 - Webpage (if you will one)
port = 7171
loginPort = 7171
gamePort = 7172
 
Back
Top