Ghost
Legacy, it's all anyone leaves behind.
- Jun 8, 2012
- 1,640
- 503
I keep getting the same error after I edit the config on plus EMU.
Heres my Config
Heres my Config
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=Kev5733
db.name=test
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=30
db.pool.maxsize=400
## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=5000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=127.0.0.1
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1
## Client configuration
client.ping.enabled=0
client.ping.interval=20000
client.maxrequests=300