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!

Official PlusEMU - Help Thread

Status
Not open for further replies.
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
897
Post your help requests related to the PlusEMU emulator here.

Please use the SPOILER tags if you're going to post screenshots or a large chunk of code.
Also make sure your code is between the CODE tags to make it easier to read.

WARNING:
When replying to a post, QUOTE the post. There's a link under the user's post "Reply With Quote" - use it. If you're not replying to a question with quote, it will be considered as Spam.

Edit 01/05/16: Please! Make sure to add your emulator version, if it's either Habboon or any other edit, or original PlusEMU. There's a lot of PlusEmu edits out there, and we would like the questions get to be made in only one thread.
 
Last edited by a moderator:
Initiate Mage
Joined
Nov 3, 2016
Messages
5
Reaction score
0
Can anyone help me?
Why doesn't the achievement score show?
Taiga - Official PlusEMU - Help Thread - RaGEZONE Forums
 
Upvote 0
Initiate Mage
Joined
Nov 17, 2016
Messages
23
Reaction score
0
Just read rev...

Skickat från min FRD-L09 via Tapatalk

Now I got other problems:

Client is loading up to 76%-100% and emulator is showing "1 user online" - but the client doesnt open the "game".. everything is correct...

Screenshot:
 
Last edited:
Upvote 0
Master Summoner
Joined
Apr 17, 2012
Messages
508
Reaction score
77
Now I got other problems:

Client is loading up to 76%-100% and emulator is showing "1 user online" - but the client doesnt open the "game".. everything is correct...

Screenshot:
That you see that one user is only means that there's a client socket initialized so I assume there's connection between client and server. I think your problem has something to do with configuration of your client (gamedata) or SSO related, it could be anything. Just see error logs and open chrome/safari
dev tools to track what's wrong.

But if I look to your console log, I'll guess it's something with SSO because after the sso event nothing else get received except the ping event which has always.

Can someone of you explain me why the catalogue is loading 10 minutes to finish all furnis to show?
I'm very sure you're not using the new Habbo swf build with furniture icons in catalogue? Indeed, furni where loading very slow for users with not the best network traffic performance so the Habbo developers came finally with a good idea. In stead of loading all swf file by initializing the catalog page before display the icons, they made small images in png which loads more faster (incredibly).

So I suggest to use a newer Habbo swf build to give users better experiences, it's worthed.
 
Last edited:
Upvote 0
Initiate Mage
Joined
May 8, 2012
Messages
13
Reaction score
0
Can somebody help me?

When I try to edit the Habbo.swf (flash decompiler trillix), the file's corrupt.
When I try another Habbo.swf, the client wont load but still displays 1 user online ( No errors in chrome development )
Can somebody help me with this? The hotel works fine with the corrupted Habbo.swf...

Thanks!
 
Upvote 0
j’aime ma famille
Joined
Aug 24, 2012
Messages
603
Reaction score
300
Anyone that knows why this does not work in PlusEmu?
 
Upvote 0
Master Summoner
Joined
Apr 17, 2012
Messages
508
Reaction score
77
Chatlogs will not save
Only whispers.
Any ideas?
PRODUCTION-201602082203-712976078
I'm not sure how it's coded but the best way is to store them in a hashmap object when the room get initialized, read them from that list and when the room get unloaded store them in the chatlog table. Make sure when the room get initialized you'll load chatlog data from database into the hashmap.

You could insert everytime a query for saving a chatline but that isn't a really good practise, also when you use queue for storing data.
 
Upvote 0
Initiate Mage
Joined
Nov 17, 2016
Messages
23
Reaction score
0
Taiga - Official PlusEMU - Help Thread - RaGEZONE Forums



How can I fix this? I know I have to change the packet id or something else, but idk?


PlusEMU PRODUCTION-201607262204-86871104




ty if u can help
 
Last edited:
Upvote 0
Status
Not open for further replies.
Back
Top