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

My homepage.

Nasholito

New Member
Joined
May 12, 2009
Messages
10
Reaction score
0
Hello my homepage ets if i have 20 players online beside the monster it is still server offline. How do i change so it cames 20 players online etc?
 
I had this problem and got it fixed. This is what you have to do.

go to your config.lua file and scroll down to status or find this line

Code:
url = "http//www/otland.net/"

change it to

Code:
url = "http://yourserverwebsite.no-ip.info/"

Should work perfectly. This is what i got

Code:
-- Status
	ownerName = "Pixi"
	ownerEmail = "@otland.net"
	url = "http://worldofpixels.no-ip.info/"
	location = "Europe"
	displayGamemastersWithOnlineCommand = "no"

goodluck with it :thumbup:
 
Back
Top