Habboon Emulator 76% stuck

JoshuaS

Learning
Jan 9, 2014
119
13
Hi again guys!
So as i'm learning about the php coding and now i got some trouble. When using PlusEMU with plus database everything is working fine. I'm using this code on the PlusEMU.
Code:
## PlusEMU System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=mangos
db.name=hotel

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=5
game.tcp.enablenagles=true

## RCON TCP/IP Configuration
rcon.tcp.bindip=127.0.0.1
rcon.tcp.port=30001
rcon.tcp.allowedaddr=localhost;127.0.0.1

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

But on the habboon emulator i'm using this code:
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=mangos
db.name=habboon

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250

## Game TCP/IP Configuration
game.tcp.bindip=127.0.0.1
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=5
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=1
client.ping.interval=20000
client.maxrequests=300
And that is not working. The difference i see is that it's a rcon Configuration on the PlusEMU but MUS configuration on habboon. Anyways, how do i work around this glitch? My habboon database and emulator is from habbofiles.com
 

NathanCarn3y

Leaving a legacy
Sep 14, 2016
625
195
If these is a 76% error as stating in your title thread this can be because of many different reasons.

-port ain't open
-swfs not linked correctly
-a issue in the db
 

Joe

Well-Known Member
Jun 10, 2012
4,090
1,918
Don’t use the Habboon Emulator release. It never worked for me either.

I use the R1 or R2 versions of Plus that come with a clean database.
 

JoshuaS

Learning
Jan 9, 2014
119
13
Don’t use the Habboon Emulator release. It never worked for me either.

I use the R1 or R2 versions of Plus that come with a clean database.
Problem is, when i debug the plusEmu for updating commands n stuff, i get an error saying the version "v4.6.1" isnt supported and it will use 4.61 instead. But it's the same shit so?
 

Object

?
Nov 10, 2017
416
328
The best way to figure out those issues is to open developer console & check for errors, if none is to be found then debug the emulator (most of the times if the client wont load & it isnt because of your variables for an example, then its because of the habbo.swf being on a different revision - atleast for me)
 
Last edited:

Users who are viewing this thread

Top