
Originally Posted by
FatalLulz
Open Mercury Source in VS 2010/2012/2013 > Search for 'FIGUREDATA' > When it shows you some link like holobox.com/game/gamedata/figuredata.xml replace it to your link (so if you're using localhost make it 127.0.0.1) or your hotel URL > Save > Debug.
Problemo solved.
Can't find it?
And here is my config.ini file:
Code:
## Mercury Emulator System Configuration File## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=PASSWORD
db.name=database22
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=500
## Game TCP/IP Configuration
game.tcp.bindip=IP
game.tcp.port=PORT
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=IP
mus.tcp.port=30008
mus.tcp.allowedaddr=IP
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=800
extra_settings.txt link is working and still get that error?
And i don't get why i should use VS to open a .ini file? or what? :)