how to set up hamachi

03/03/2012 17:45 bengal65#1
hello guys

i tried to connect by my friendwith my pserver via hamchi but the client says cant connect to login server

my autherver.odt

S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Apocalypse
S log.ip:127.0.0.1
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:0
N db.auth.md5_key:2011

gameserver.odt

S app.name:game001
S auth.server_idx:1
S auth.server_name:Apocalypse
S db.game.ip:127.0.0.1
S db.c._password:
S db.c.account:sa
S db.c.name:Arcadia
S db.c.server:127.0.0.1
S db.user._password:
S db.user.account:sa
S db.user.name:Telecaster
S db.user.server:127.0.0.1
S game.iocp.active:1
S game.console.port:4502
S io.port:7880
S io.ip_address:5.214.110.157
S blank.io.port:4502
S game.server_screenshot_url:
S game.guild_icon_base_url:
S log.disable:1
S log.working:0
S game.exp_rate:500
S game.item_drop_rate:100
S game.gold_drop_rate:100
S game.chaos_drop_rate:100
S game.party_drop_rate:100
T game.use_login_logout_debug:0
T game.max_level:170
T game.use_auto_trap:0
T game.cash_usable_server:1
T game.no_collision_check:1
T game.no_skill_cooltime:0
T game.disable_huntaholic:0
N game.logout_timer:0
S memory.player_heap_size:760
T game.mem_usage_info_save_interval:60
T game.PKServer:0
N game.item_hold_time:1800
S game.cash_item_dropable:0
T game.disable_dungeon_raid_siege:0
T game.limit_dungeon_enterable_level:0
T game.max_storage_item_count:400
T set_user_limit:1000
N game.skip_loading_attribute:1


is there any mistake??



i would be very thankful if you help me :D
03/04/2012 16:37 Gold.D.Marko#2
no comment
03/04/2012 16:42 ismokedrow#3
Every line that says 127.0.0.1 is a mistake. No, I'm not going to tell you how to fix it. This is one of if not the easiest things to do with a server. While I realize some may not readily KNOW what you're doing wrong, you could easily find such with a little google magic
03/04/2012 17:45 eternalyune#4
i Have The same Problleem Guys , And I Hope Someone Is Fixing it can Give us The solution , I'll Be sooooooooooooooo Thankful Guys , !!!

Quote:
Originally Posted by bengal65 View Post
hello guys

i tried to connect by my friendwith my pserver via hamchi but the client says cant connect to login server

my autherver.odt

S db.auth.server:127.0.0.1
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:Apocalypse
S log.ip:127.0.0.1
S db.auth.port:1433
N db.auth.use_webauth:0
N db.auth.use_md5:1
N db.auth.debug_md5:0
N db.auth.md5_key:2011

gameserver.odt

S app.name:game001
S auth.server_idx:1
S auth.server_name:Apocalypse
S db.game.ip:127.0.0.1
S db.c._password:
S db.c.account:sa
S db.c.name:Arcadia
S db.c.server:127.0.0.1
S db.user._password:
S db.user.account:sa
S db.user.name:Telecaster
S db.user.server:127.0.0.1
S game.iocp.active:1
S game.console.port:4502
S io.port:7880
S io.ip_address:5.214.110.157
S blank.io.port:4502
S game.server_screenshot_url:
S game.guild_icon_base_url:
S log.disable:1
S log.working:0
S game.exp_rate:500
S game.item_drop_rate:100
S game.gold_drop_rate:100
S game.chaos_drop_rate:100
S game.party_drop_rate:100
T game.use_login_logout_debug:0
T game.max_level:170
T game.use_auto_trap:0
T game.cash_usable_server:1
T game.no_collision_check:1
T game.no_skill_cooltime:0
T game.disable_huntaholic:0
N game.logout_timer:0
S memory.player_heap_size:760
T game.mem_usage_info_save_interval:60
T game.PKServer:0
N game.item_hold_time:1800
S game.cash_item_dropable:0
T game.disable_dungeon_raid_siege:0
T game.limit_dungeon_enterable_level:0
T game.max_storage_item_count:400
T set_user_limit:1000
N game.skip_loading_attribute:1


is there any mistake??



i would be very thankful if you help me :D
You Used SQL for making the Database Right ?
03/05/2012 02:23 TheOnlyOneRaskim#5
Quote:
Originally Posted by ismokedrow View Post
Every line that says 127.0.0.1 is a mistake. No, I'm not going to tell you how to fix it. This is one of if not the easiest things to do with a server. While I realize some may not readily KNOW what you're doing wrong, you could easily find such with a little google magic

Brain.exe helps alot smoke.

If you want to set up your DB on local host, than you can use the 127.0.0.1


Just the S io.ip_address: is important , to make it possible that other player can connect,too. :facepalm:
03/05/2012 03:23 ismokedrow#6
Lord you really have to go that far Rasky? -SMH- He's right though, 127.0.0.1 is functional for database entries as long as the db's are hosted on the same pc ^_^