I have a problem, I put my hamachi server, but when my friend tries to connect to the server, he says: ''Cannot connect to login server'' But me I can connect. Help me please
Here are the configuration of my server
[QUOTE]
[14:52:42] Oujdi:
Quote:
S app.name:game001
S auth.server_idx:1
S auth.server_name:Oujdi
S io.port:4514
S io.ip_address:5.45.74.160
T game.use_login_logout_debug:1
T game.max_level:170
T game.use_auto_trap:0
T game.no_skill_cooltime:1
Quote:
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:Oujdi
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:1
N db.auth.md5_key:2011
Quote:
@echo off
@title Rappelz Launcher
rem ============== You can edit this part ==============
@set ip=5.45.74.160
@set country=FR
rem ================================================== ==
@IF NOT EXIST SFrame.exe goto error
@set text=Client on IP : 5.45.74.160
@set state=Set
@set task=
@set task2=
:inc
@color b
@echo //////////////////////////////////
@echo //// Rappelz Launcher /////
@echo //////////////////////////////////
@echo.
@echo ================================================== ==============================
@echo.
@echo %state% %text%
%task%
%task2%
@echo.
@pause
@set state=Launching
@set task=SFrame.exe /auth_ip:5.45.74.160 /locale:windows-1252 /country:%country% /cash /commercial_shop /help_url_w:620 /help_url_h:633
@set task2=goto end
@title %state% %text%
@cls
@goto inc
:error
@title Error ! Rappelz Launcher
@color c
@echo Error! Please make sure that the launcher is in Rappelz directory!
pause
goto end
:end
rem Emptying Variables
@set text=
@set state=
@set task=
exit






