BcStorm not loading!

AlexFallen

Developer
Jul 19, 2011
490
64
Hey Guys,

I currently use Phoenix, but my partner and I were looking to get into r63b. But I tried BcStorm today, but everytime I turn it on and load the client, it goes to a disconnected page.

HELP!
 

AlexFallen

Developer
Jul 19, 2011
490
64
Are you trying to connect to hotel through another IP besides the server? Like your hosting it on VPS and trying to access client on a different PC
Yeah. Tried both in VPS and through my PC.

EDIT:
Here's my BcStorm 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=password
db.name=r63b
 
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=1
db.pool.maxsize=50
 
## Game TCP/IP Configuration
game.tcp.bindip=have my ip here
game.tcp.port=30000
game.tcp.conlimit=11000
game.tcp.conperip=100
game.tcp.enablenagles=False
 
## MUS TCP/IP Configuration
mus.tcp.bindip=have my ip here
mus.tcp.port=30001
mus.tcp.allowedaddr=have my ip here
 
## Stream Message; Si lo dejas sin texto no aparecerá
hotel.stream.message=Welcome on Habtime
 
## License
internal.license=
 
## Hotel Link; To StreamImages
guilds.link=http://localhost/habbo-imaging/badge/
stream.link=http://localhost/habbo-imaging/head?look=
 
## Client configuration
client.ping.enabled=1
client.ping.interval=200000
client.maxrequests=500
client.maxpossiblefriends=700
client.maxitemsininventary=3400
 
#IRC
irc.enabled=false
irc.server=127.0.0.1
irc.port=6667
irc.user=USER CSharpBot 8 * :I'm a C# irc bot
irc.nick=[VG]Mordi
irc.channel=#habbovg_servermod
irc.password=#
 
#Groep instellingen
group.enabled=true
auth.ssodisabled=false
 
#pixel instellingen
game.pixel.enabled=true
game.pixel.amount=100
game.pixel.time=600
 
#credits instellingen
game.credits.enabled=true
game.credits.amount=1000
game.credits.time=600
 
game.login.credits.receiveamount=100
game.login.pixel.receiveamount=100
 
#Threading Main Loops.
SeparatedTasksInMainLoops.enabled=true
 
 
SeparatedTasksInGameClientManager.enabled=true
 
# Ban flood protection
spambans.enabled=false
spambans.limit=5
 

Users who are viewing this thread

Top