Hello Piggy,
It doesn't give us any bat errors about the mysql, so i assume the myql connection is working fine.
i can't seem to get the server working on localhost aswell.
this is the config that i have put up.
worldGMS.properties
Code:
# defaults for channelservers
net.sf.odinms.channel.net.port1=8585
net.sf.odinms.channel.net.interface=127.0.0.1
Serverconstants
Code:
public static final byte[] Gateway_IP = new byte[]{(byte) 127, (byte) 0, (byte) 0, (byte) 1};
public static final String SQL_USER = "root", SQL_PASS = "";
db.properties
Code:
# database properties (Fill this out to match your Database Info)
ip=127.0.0.1
port=3306
database=timeless
user=root
pass=
channel.properties
Code:
# hostname or IP address of your world server
net.sf.odinms.world.host=127.0.0.1
LEN.ini
Code:
[Main]
Enabled=1
Windowname=MapleStory
[Server]
IP=127.0.0.1
[Hacks]
SwapUsernamePassword=0
I have tried to compile multiple times, and it doesn't change anything.
All of ur help and suggestions are very much appreciated!