Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Arcturus 1.14 / Brain 1.8.1 stuck 76%

Newbie Spellweaver
Joined
Jun 11, 2018
Messages
9
Reaction score
0
Hi, i just download the last version of arcturus and the last version of brain.I use the PlusEMU-SWF16-2-16 with the Habbo.swf from arcturus githubBut i cant enter my retro, i'm stuck at 76%.Here my different config
All swf link is good i think
Arcturus config
Code:
#Game Configuration.#Host IP. Most likely just 0.0.0.0 Use 127.0.0.1 if you want to play on LAN.game.host=93.115.96.126game.port=3000A#RCON Configuration.#RCON Host IP. Leave this at 127.0.0.1 if you're running your website on the same server as the emulator.rcon.host=127.0.0.1rcon.port=3001rcon.allowed=127.0.0.1;127.0.0.2

Brain config
Code:
$config['arcturus'] = 'plusemu'; // plusemu // arcturus    $hotel['external_Variables'] = "http://93.115.96.126/swf/gamedata/external_variables.txt";    $hotel['external_Variables_Override'] = "http://93.115.96.126/swf/gamedata/override/external_override_variables.txt";    $hotel['external_Texts'] = "http://93.115.96.126/swf/gamedata/external_flash_texts.txt";    $hotel['external_Texts_Override'] = "http://93.115.96.126/swf/gamedata/override/external_flash_override_texts.txt";    $hotel['productdata'] = "http://93.115.96.126/swf/gamedata/productdata.txt";    $hotel['furnidata'] = "http://93.115.96.126/swf/gamedata/furnidata.xml";    $hotel['figuremap'] = "http://93.115.96.126/swf/gamedata/figuremap.xml";    $hotel['figuredata'] = "http://93.115.96.126/swf/gamedata/figuredata.xml";    $hotel['swfFolder'] = "http://93.115.96.126/swf/gordon/PRODUCTION-201602082203-712976078";    $hotel['swfFolderSwf'] = "http://93.115.96.126/swf/gordon/PRODUCTION-201602082203-712976078/Habbo.swf";    $hotel['onlineCounter'] = true; // Enable the user count in the client.    $hotel['diamonds.enabled'] = true; // Enable diamonds in the hotel.

And my external_override_variables is empty.

I don't have any firewall

I'm on a VPS.

If someone can help me, thanks
 
Back
Top