Cannot connect to server

10/09/2013 00:11 Saaw666#1
Hello.
I have make my own server to play with my friend but I can't connect to my server after the login screen.
I've tried with several IP and port but CaptainHerlockServer can't connect with 127.0.0.1.I followed the guide but doesn't work.
I'm looking for some help please thnks.
[Only registered and activated users can see links. Click Here To Register...]
I have compressed .opt files after editing.


S db.auth.server:25.206.24.174
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S db.auth.port:1433
S app.name:auth
S io.auth.port:4500
N game.user_limit:3000
N auth.max_client_per_ip:30000
S log.ip:25.206.24.174
N _auth.version:200604290
N auth.version:200701120
N auth.max_daily_client_per_ip:50000
S db.auth.md5_key:2011
N db.auth.use_md5:1
N db.auth.use_md5_for_security_no:0


S:app.name:game001
N:auth.server_idx:1
S:auth.server_name:Test
S:db.c._password:
S:db.c.account:sa
S:db.c.name:Arcadia8_1
S:db.c.server:25.206.24.174
S:db.user._password:
S:db.user.account:sa
S:db.user.server:25.206.24.174
N:game.AdultServer:0
F:game.ally_pcbang_bonus_rate:0.1
F:game.ally_pcbang_chaos_bonus_rate:0.1
N:game.broadcast_event_item_pickup:0
N:game.cash_usable_server:1
F:game.chaos_drop_rate:1
N:game.check_storage_security_always:0
N:game.enhance_fail_type:2
F:game.exp_rate:1
F:game.gold_drop_rate:1
F:game.item_drop_rate:1
N:game.limit_field_logout:0
N:game.local_flag:8192
S:game.local_setting_list:log.ip|log.chat.ip|io.au th.ip|io.ip_address|db.c.server|db.user.server|
N:game.periodical_npc_adjustment
N:game.min_booth_startable_level:20
N:game.min_global_chat_usable_level:21
F:game.mod:0.2
N:game.pcbang_bonus_server:0
F:game.premium_pcbang_bonus_rate:1
F:game.premium_pcbang_chaos_bonus_rate:0.1
N:game.restrict_banword_for_booth:
N:game.use_auto_jail:0
N:game.use_auto_trap:0
N:game.use_delete_security:0
N:game.use_play_point:0
N:game.use_security:0
N:game.use_storage_security:0
N:io.max_connection:5000
N:log.chat.working:0
N:CodePage:1256
N:game.ServiceServer:1
S:game.guild_icon_base_url:
S game.server_screenshot_url:
N:game.update.version:24
S:game.url_list:guild.url||
N:game.version:200610030
S:io.auth.ip:25.206.24.174
S:io.ip_address:25.206.24.174
N:io.port:4504
S:io.user_count_ip_mask:25.206.24.174
S:log.ip:25.206.24.174
N:game.global_chat_restrict_level:20
S:log.chat.ip:25.206.24.174
N:game.security_solution_type:1
N:game.disable_buy_booth:0
S:io.upload.ip:127.0.0.1
S:io.upload.port:4517
S:upload.server_name:game001
N:game.disable_trade:0
N:game.disable_booth:0
N:db.user.thread:4
S:console.allow_ip:25.206.24.174
S:console._password:
S:console.port:4515
10/09/2013 03:39 ThunderNikk#2
S io.auth.port:4500...

should be 8841

Addresses should be local host 127.0.0.1 until here...

S:io.auth.ip:25.206.24.174
S:io.ip_address:25.206.24.174
N:io.port:4504

Then what you have should be fine but the rest should be local host.

Follow the guide it works.

The message you are getting is definitely a port error and it is probably due to your port and addresses for auth.
10/09/2013 16:32 Saaw666#3
Problem solved.Thank you:)