07-17-2011, 05:23 PM
lol its nothing to do with password..
If you dont use xampp it wont work my demo server runs with a mysql password but when I installed a standalone mysql & http server the client could never connect to game server.
Using the same files but with xampp it worked fine.
google whats my ip an put that as the game server IP in login server config for the game server IP. So the login server connects to your internet IP for gameserver. This will fix your problem if you have correctly openned an forwarded ports

Login server config:
#SERVER
IP=192.168.0.50 // YOUR_LOCAL_IP
PORT=4101
#MYSQL
SQL_HOST=localhost
SQL_DBASE=LCEP2
SQL_USER=root
SQL_PASSWORD=gsdgsdgsg //YOUR_PASSWORD
#GAMESERVER
GS_IP=90.58.100.33 //YOUR_INTERNET_IP
GS_PORT=4110
GS_CHANNELS=1
GS_TYPE=1
#LOGIN SERVER OPTIONS
AUTO_ACCOUNT_CREATION=FALSE
Game Server Config:
## GAMESERVER
IP=192.168.0.50 // YOUR_LOCAL_IP
PORT=4110
## MYSQL
SQL_HOST=localhost
SQL_DBASE=lcep2
SQL_USER=root
SQL_PASSWORD=gsdgsdgsg //YOUR_PASSWORD
## RATES
EXP_RATE=200
SP_RATE=200
DROP_RATE=400
GOLD_RATE=400
## UPGRADE RATES in %
## 80 = 80% Chance for +1
SUCCESS=80
## IF UPGRADE FAIL
## success=80 = 20% chance to fail
## if it fails, u have 15% to break the item and 85% chance that nothing happens
ITEMBREAK=15
## Maximum upgrade with stones (heavenstone, smeltingstone etc. etc.)
MAXUPGRADE=51

