So I've managed to get the server up and running no errors or warnings. But when I try to get client to work I can't even get it to connect. All firewall ports are opened both hardware and software side, still doesn't work with software firewall off.
The only thing I can think I messed up on was the <version> in clientinfo... because I try to find the # but I cant seem to google a way on how to figure out the number. All results only tell me the date of the client...
PS: I start the game, Services: "Ragnarok online" window shows up ( the balloon ) tooltip, 0 Servers show up in a list when loging in, it goes straight to failed to connect.
2012-07-16aRagexeRE.exe
mmo.h
#ifndef PACKETVER
#define PACKETVER 20120716
clientinfo.xml
<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
<display>KittyRO</display>
<balloon>Meow</balloon>
<desc>Meow</desc>
<address>192.168.3.127</address>
<port>6900</port>
<version>33</version>
<langtype>1</langtype>
<registrationweb></registrationweb>
<aid>
<admin>1</admin>
</aid>
</connection>
</clientinfo>
subnet_athena.conf
subnet: 255.255.255.0:192.168.1.127:192.168.1.127
map_athena.conf
map_ip: 192.168.3.127
char_athena.conf
char_ip: 192.168.3.127
inter_athena.conf
sql.db_hostname: 127.0.0.1
sql.db_port: 3306
sql.db_username: root
sql.db_password: blank
sql.db_database: rathena
sql.codepage:
// MySQL Character SQL server
char_server_ip: 127.0.0.1
char_server_port: 3306
char_server_id: root
char_server_pw: blank
char_server_db: rathena
// MySQL Map SQL Server
map_server_ip: 127.0.0.1
map_server_port: 3306
map_server_id: root
map_server_pw: blank
map_server_db: rathena
// MySQL Log SQL Database
log_db_ip: 127.0.0.1
log_db_port: 3306
log_db_id: root
log_db_pw: blank
log_db_db: logs
log_codepage:
log_login_db: loginlog
data.ini
[data]
0=KittyRO.grf
1=rdata.grf
2=data.grf
rAthena-13.sln used for build
packet_db version is default
Network: Local Address: 192.168.3.127, Subnet: 255.255.255.0, Gateway: 192.168.3.1