Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Fresh Butterfly Emu / Original Butterfly Emu.
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="JynX" data-source="post: 390009" data-attributes="member: 66193"><p>The fix was that the EMU was reading for "mus.tcp.allowedaddr" in the configuration.ini but it was labeled "mus.tcp.allowedad" in the configuration.ini the simple fix would be to use this:</p><p>[CODE]## uberEmulator System Configuration File</p><p>## Must be edited for the server to work</p><p> </p><p>## MySQL Configuration asASd1684ASdasdtbykyuadC_</p><p>db.hostname=127.0.0.1</p><p>db.port=3306</p><p>db.username=root</p><p>db.password=Database Password</p><p>db.name=Database Name</p><p>db.mssql=false</p><p> </p><p>## MySQL pooling setup (controls amount of connections)</p><p>db.pool.minsize=1</p><p>db.pool.maxsize=10</p><p> </p><p>## Game TCP/IP Configuration</p><p>game.tcp.bindip=VPS IP</p><p>game.tcp.port=30000</p><p>game.tcp.conlimit=11000</p><p>game.tcp.conperip=10000</p><p>game.tcp.enablenagles=False</p><p> </p><p>## MUS TCP/IP Configuration</p><p>mus.tcp.bindip=VPS IP</p><p>mus.tcp.port=30001</p><p>mus.tcp.allowedaddr=VPS IP</p><p></p><p>## Client configuration</p><p>client.ping.enabled=1</p><p>client.ping.interval=30000</p><p> </p><p>#IRC</p><p>irc.enabled=false</p><p>irc.server=irc.website-service.org</p><p>irc.port=6667</p><p>irc.user=USER CSharpBot 8 * :I'm a C# irc bot</p><p>irc.nick=[VG]Mordi</p><p>irc.channel=#habbovg_servermod</p><p>irc.password=rofl123</p><p> </p><p>group.enabled=false</p><p>auth.ssodisabled=false</p><p> </p><p> </p><p>#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)</p><p>game.pixel.enabled=true</p><p>game.pixel.amount=150</p><p>game.pixel.time=900</p><p> </p><p>#Says wether the users should receive pixels each X seconds, how much and when (When in seconds)</p><p>game.credits.enabled=true</p><p>game.credits.amount=150</p><p>game.credits.time=900</p><p> </p><p>game.login.credits.receiveamount=500</p><p>game.login.pixel.receiveamount=550</p><p> </p><p>GC.LatencyMode=default</p><p> </p><p> </p><p>## connectiond details</p><p>con.socket=9001</p><p>con.max_servers=10000</p><p>con.con_per_ip=10000</p><p> </p><p>## connection interval</p><p>ping.interval=2000</p><p>request.interval.active=2000</p><p>request.interval.idle=60000</p><p>version.id=1</p><p> </p><p>game.gift.ids=164,165,166,167,168,169,170</p><p>groups.enabled=false</p><p> </p><p>hotel.name=Fresh[/CODE]</p><p>Hopefully I helped whomever needed this. I wouldn't personally use FreshEMU, but hey here's this odd fix.</p><p></p><p>Proof of EMU running upon being fixed: <a href="http://prnt.sc/day8ge" target="_blank">http://prnt.sc/day8ge</a></p><p></p><p>[USER=66344]@Jwake[/USER] , could you mark my post as the best answer? <img src="/styles/default/xenforo/smilies/emojione/biggrin.png" class="smilie" loading="lazy" alt=":D" title="Big Grin :D" data-shortname=":D" /></p></blockquote><p></p>
[QUOTE="JynX, post: 390009, member: 66193"] The fix was that the EMU was reading for "mus.tcp.allowedaddr" in the configuration.ini but it was labeled "mus.tcp.allowedad" in the configuration.ini the simple fix would be to use this: [CODE]## uberEmulator System Configuration File ## Must be edited for the server to work ## MySQL Configuration asASd1684ASdasdtbykyuadC_ db.hostname=127.0.0.1 db.port=3306 db.username=root db.password=Database Password db.name=Database Name db.mssql=false ## MySQL pooling setup (controls amount of connections) db.pool.minsize=1 db.pool.maxsize=10 ## Game TCP/IP Configuration game.tcp.bindip=VPS IP game.tcp.port=30000 game.tcp.conlimit=11000 game.tcp.conperip=10000 game.tcp.enablenagles=False ## MUS TCP/IP Configuration mus.tcp.bindip=VPS IP mus.tcp.port=30001 mus.tcp.allowedaddr=VPS IP ## Client configuration client.ping.enabled=1 client.ping.interval=30000 #IRC irc.enabled=false irc.server=irc.website-service.org irc.port=6667 irc.user=USER CSharpBot 8 * :I'm a C# irc bot irc.nick=[VG]Mordi irc.channel=#habbovg_servermod irc.password=rofl123 group.enabled=false auth.ssodisabled=false #Says wether the users should receive pixels each X seconds, how much and when (When in seconds) game.pixel.enabled=true game.pixel.amount=150 game.pixel.time=900 #Says wether the users should receive pixels each X seconds, how much and when (When in seconds) game.credits.enabled=true game.credits.amount=150 game.credits.time=900 game.login.credits.receiveamount=500 game.login.pixel.receiveamount=550 GC.LatencyMode=default ## connectiond details con.socket=9001 con.max_servers=10000 con.con_per_ip=10000 ## connection interval ping.interval=2000 request.interval.active=2000 request.interval.idle=60000 version.id=1 game.gift.ids=164,165,166,167,168,169,170 groups.enabled=false hotel.name=Fresh[/CODE] Hopefully I helped whomever needed this. I wouldn't personally use FreshEMU, but hey here's this odd fix. Proof of EMU running upon being fixed: [URL]http://prnt.sc/day8ge[/URL] [USER=66344]@Jwake[/USER] , could you mark my post as the best answer? :D [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Fresh Butterfly Emu / Original Butterfly Emu.
Top