I managed to login now, but when trying to log into the server i get the following error:
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
Just edit the Authserver.opt file and insert the following code:
S db.auth.server:localhost
S db.auth.name:Auth
S db.auth.account:sa
S db.auth._password:
S app.name:TestServer
S log.ip:localhost
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
...afterwards edit your GameServer.opt:
s app.name:game001
s auth.server_idx:1
s auth.server_name:TestServer
s io.port:4514
s io.ip_adress:localhost
T game.use_login_logout_debug:1
T game.use_auto_trap:0
T game.no_skill_cooltime:1
By using "localhost" instead of any IP, it will connect to the right IP, when I manage to get to the character selection and actually get ingame, I will let you know.