Could someone fix the errors I've posted.
Could someone fix the errors I've posted.
I am working on it.
Is ads_background coded @MrPudding ?
Fix the group's images
Add that on the config file of the mercury server
If you use the swf's on this topic, move the folder habbo-imaging from "game" folder to your racine (htdocs on xampp).### GROUPES BADGES
guilds.link=http://YOURADDRESS/habbo-imaging/badge/
stream.link=http://YOURADRESS/habbo-imaging/head/
Don't forget to add a htacces file on your racine (htdocs for xampp)
Download it from here
group forums are not complete i think? like deleting thread/message.
I am working on something so you can change pets system in a file just like in butterfly.
Wish @leenster was around, he'd fix this no problem.
The outgoing packet of 'PickUpFloorItemMessageComposer' isn't updated.
Try this: http://forum.ragezone.com/f353/mercu...ml#post8211740
If it doesn't work, the problem is your pc/browser.
As far as i know Habbo have the same problem.
Oh my god you're right. I thought ALL the time it was a code problem (and not about packets), but no. OMG Lol!
Never thought there was a "delay" var in the packet!
Alright, so this:public function get delay():int {
return (this._-5x4);
}
must be changed to this:ServerMessage Message = new ServerMessage(Outgoing.PickUpFloorItemMessageComposer);
Message.AppendString(roomItem.Id.ToString());
Message.AppendBoolean(false);
Message.AppendInt32(0);//Picker Id
Message.AppendUInt(roomItem.UserID);//Delay time
ServerMessage Message = new ServerMessage(Outgoing.PickUpFloorItemMessageComposer);
Message.AppendString(roomItem.Id.ToString());
Message.AppendBoolean(false);
Message.AppendUInt(roomitem.UserID);//Picker Id
Message.AppendInt32(0);//Delay time
Last edited by MrPudding; 14-09-14 at 08:37 PM.
The last Mercury Emulator release thread was full of help posts and was closed. a release thread isn't the right place to ask about your problems. I've posted this in the last PlusEMU edit thread, and again over here; please keep in mind that this is not a help thread. Create a thread in the help section if you are in need of assistance, but search for a solution first.
A quick reminder.
Review the Habbo Hotel release section rules here: http://forum.ragezone.com/f353/rules...ection-241414/This section, Habbo Releases, is NOT the help section. Do NOT post help threads in this section. Do NOT ask for help within release threads in this section.(...)
If you need help please refer to Habbo Help, the section specially set up for users in the Habbo Hotel section to ask for help. However, before you post anything in that section be sure to use the search function!
Thank you for your cooperation!