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

[8.54] The Forgotten Server 0.3.6pl1 (Crying Damson)

I didnt changed anything and I can login on localhost...
So don't complain if you cannot configure sth correct or sth
 
I have a problem like yours @ranky
But is just me who can enter the server on the computer the server is running on.
And i have open the ports 7171 and 7172.

Dont know how to fix that. :/
 
whatismyip.org, copy result, put in config.lua, now it works
if not try again or check again ports or sth
 
@zakius
i dont think so. please dont learn me how to configure any server or what
-.-
i configure this like i did the last 4 years too. but if you see its not only my problem. much of other pp have this problem too. maybe its a noobisch bug that can be easy fixed.
if its so, just tell us, and not tell us that we r noob or whatever.
its otland for help, not for saying that we are noob.
dont tell me its port forwarding or what, so if it was so other pp didnt can see the character choose page.

other pp who wanna connect, they come into the character choose shit, after that they get can't connect. AND by myself, i even dont can choose any character.

BTW, other pp see my aac page perfect and can make acc etc etc. but i DONT even see my own aac page too-.-
i see the menu < and the players online etc etc > and i see the background picture. thats all what i see if i click on any submenu <.

so only see the menu's and the backgroundpage.

so at all thanks in advance
 
I have no problems with connecting via localhost, also guys from outside of my network can login without any problem so I have no idea what is wrong, you can try comparing config working for me with yours if you want
Code:
	worldId = 0
	ip = "ip"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7173
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to the Forgotten Server!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "Forgotten"
	loginMessage = "Welcome to the Forgotten Server!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false
Its test serv config so didn't changed many things yet

And about your website...
Tell me versions of ur xammp, aac, layout, net browser...
biggest chance is browser bug I think
 
i see some new shits, well before i begin, thanks :)

then: what i see is port 7173 ?:O i didnt have this port + i dont have forwarded that.so i m going try that

then.. about website, xampp 1.7.3, laters aac for 0.3.6 from gesior, layout is the latets tibiacom layout, browser internet explorer. i hate that firefox etc etc,. so i just use internet explorer 8:)

gonna try out the serv first:D
 
Now i explain exactly what i done.

PHP:
	-- Connection config
	worldId = 0
	ip = "Global Ip"
	bindOnlyConfiguredIpAddress = false
	loginPort = 7171
	gamePort = 7172
	adminPort = 7171
	statusPort = 7171
	loginTries = 10
	retryTimeout = 5 * 1000
	loginTimeout = 60 * 1000
	maxPlayers = 1000
	motd = "Welcome to the Nightimp!"
	displayOnOrOffAtCharlist = false
	onePlayerOnlinePerAccount = true
	allowClones = false
	serverName = "Nightimp"
	loginMessage = "Welcome to the Nightimp!"
	statusTimeout = 5 * 60 * 1000
	replaceKickOnLogin = true
	forceSlowConnectionsToDisconnect = false
	loginOnlyWithLoginServer = false
	premiumPlayerSkipWaitList = false
That is my Config.lua i use the global ip.
after i have setup everything i go to the router
port forward to my conputer and open the ports 7171 and 7172.

And thats shold be it.
My server shold work now if i do asy you says.
 
@ranky: use 1.7.1, new one tells that some functions are outdated and that stuff, I have 7173 just because some time ago I changed it and its still like this, but it doesn't matter I think, needed only if you cannot forward default ports I guess.
And ie sometimes goes crazy with more advanced layouts, just cannot display things properly, so it can be problem ;d

Also I suggets comparing ur config with latest one, some variables have changed names and that stuff

@Michtaz: this config looks ok for me, so it should work.
If it isnt, it can problem with xammp problem
 
Zakius ur the one:)
i solved this, for site i downloaded firefox, and i can see everything :)
and for server, i used 7173 and it works haha:D

thanks for this again:)
 
If I set my ip in config.lua as "127.0.0.1", I can login, but no one else can log in.

If I set my ip in config.lua, as my ip(201.165.101.70 for example), then everybody can login except me.
 
In 0.3.5 I could always log in no matter what IP I had on config.lua(even with an IP that's not mine), but players could only log in if I had my real IP there, but I always could log in.
 
SGS: write your ip not localhost and you should be able to login always I think, also you have bindOnlyConfiguredIpAddress = false in config, false should allow you to login via global ip, localhost and 127.0.0.1
 
I said:
"If I set my ip in config.lua, as my ip(201.165.101.70 for example), then everybody can login except me."

And I have bindOnlyConfiguredIpAddress = false
 
@up
AGS open port 7173 in ur router
then
find this in your config:

gamePort = 7172

and replace with:

gamePort = 7173

+
go down in ur config,

find:
url = "otland.net"

and replace with:

url = "your global ip"

:)
 
url has nothing to do with this, that's for the server's status.

And, if it's because port 7172 is closed, why whould I open port 7173 and use it, instead of opening port 7172 and using it.... And I don't have a router by the way, but I added the port to my firewall's exceptions and it still doesn't work....

And it makes no sense that if it is a port's problem other people can log in, while I can log in to my OWN server.
 
Correction to my last reply:
And it makes no sense that if it is a port's problem other people can log in, while I can't log in to my OWN server.
 
just use your local ip not localhost or 127.0.0.1:

Windows:
winkey+r -> cmd -> ipconfig here you go!

Linux
open terminal -> /sbin/ifconfig
 
just use your local ip not localhost or 127.0.0.1:

Windows:
winkey+r -> cmd -> ipconfig here you go!

Linux
open terminal -> /sbin/ifconfig

It worked, thanks.
Weird, I had always used 127.0.0.1 to log in... Well, thanks again.
 
Back
Top