Hey everyone!
I've ran my own hotels before and have decided to bring mine back up, trying out this mercury emulator but I cant quite seem to get it working for some reaosn I get the error "Unable to connect to remote server" .
Now I've tested my SQLs and they dont seem to be the problem, also tried changing to recommended ports from what I have read on the forums and turned my firewall off etc.
This is my settings:
Code:## Mercury Emulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration db.hostname=localhost db.port=3306 db.username=**** db.password=**** db.name=**** ## MySQL pooling setup (controls amount of connections) db.pool.minsize=1 db.pool.maxsize=500 ## Game TCP/IP Configuration game.tcp.bindip=0.0.0.0 game.tcp.port=30000 game.tcp.conlimit=11000 game.tcp.conperip=100 game.tcp.enablenagles=true ## MUS TCP/IP Configuration mus.tcp.bindip=0.0.0.0 mus.tcp.port=30001 mus.tcp.allowedaddr=0.0.0.0 ## Client configuration client.ping.enabled=1 client.ping.interval=20000 client.maxrequests=300Just a simple setup using XAMPP on my own computer atm.Code:# Mercury ExtraSettings # # Credits/Pixels Loop currency.loop.enabled=true currency.loop.time.in.minutes=15 credits.to.give=3000 pixels.to.give=100 # Diamonds Loop diamonds.loop.enabled=true diamonds.to.give=1 diamonds.vip.only=true # Navigator New 2014 Style navigator.newstyle.enabled=false # Change Name Settings # change.name.staff=false change.name.vip=false change.name.everyone=false # Beta stuff and NUX gifts # enable.beta.camera=true newuser.gifts.enabled=false newuser.gift.yttv2.id= # Interactive stuff # everyone.use.floor=true figuredata.url=http://localhost/game/gamedata/figuredata_xml.xml youtube.thumbnail.suburl=youtubethumbnail.php?Video


Reply With Quote


