my log in server works fine but cant connect to map server!
my log in server works fine but cant connect to map server!
im using a remote computer and i created a char and chose bastok then it goes to downloading and doesnt let me go into the game server. it just stays downloading and i get a timed out message. any help with this would be apprieciated. thanks
Re: my log in server works fine but cant connect to map serv
almost all of the time, this means the zoneip in zone_settings table is wrong
Re: my log in server works fine but cant connect to map serv
how exactly do i fix that because i used the query on the sql with the tables section open
this is what i ran "UPDATE zone_settings SET zoneip = '16777343'" and it said 285 things were effected
then through my other cp i loged in using 192.168.1.110
and ive tried 2 different decimal codes from the site that the set up guide listed but they dont seem to work
maybe im not putting it in the right way what do you think?
this is what i ran "UPDATE zone_settings SET zoneip = '16777343'" and it said 285 things were effected
then through my other cp i loged in using 192.168.1.110
and ive tried 2 different decimal codes from the site that the set up guide listed but they dont seem to work
maybe im not putting it in the right way what do you think?
Re: my log in server works fine but cant connect to map serv
16777343 = 127.0.0.1 (ie. localhost only)
if you're connecting over lan, use the lan address. if your game server is on 192.168.1.110, you'd use 1845602496
if you're connecting over lan, use the lan address. if your game server is on 192.168.1.110, you'd use 1845602496
Re: my log in server works fine but cant connect to map serv
that worked well thanks for the info