Page 1 of 1

my log in server works fine but cant connect to map server!

Posted: Tue Aug 13, 2013 10:59 pm
by boroc
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

Posted: Tue Aug 13, 2013 11:39 pm
by kjLotus
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

Posted: Wed Aug 14, 2013 6:36 am
by boroc
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?

Re: my log in server works fine but cant connect to map serv

Posted: Wed Aug 14, 2013 9:35 am
by kjLotus
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

Re: my log in server works fine but cant connect to map serv

Posted: Wed Aug 14, 2013 9:17 pm
by boroc
that worked well thanks for the info