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

Post Reply
boroc
Posts: 10
Joined: Fri Jun 21, 2013 11:06 pm

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

Post by boroc » Tue Aug 13, 2013 10:59 pm

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

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

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

Post by kjLotus » Tue Aug 13, 2013 11:39 pm

almost all of the time, this means the zoneip in zone_settings table is wrong

boroc
Posts: 10
Joined: Fri Jun 21, 2013 11:06 pm

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

Post by boroc » Wed Aug 14, 2013 6:36 am

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?

User avatar
kjLotus
Special Guest
Posts: 1813
Joined: Sun Jul 22, 2012 2:16 pm

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

Post by kjLotus » Wed Aug 14, 2013 9:35 am

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

boroc
Posts: 10
Joined: Fri Jun 21, 2013 11:06 pm

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

Post by boroc » Wed Aug 14, 2013 9:17 pm

that worked well thanks for the info

Post Reply