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!

PlusEMU - Help Thread

Joined
Feb 22, 2012
Messages
2,100
Reaction score
1,271
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 13/12/16: Please try to only QUOTE the PARTS that you are replying to instead of the full post!

Edit 01/05/16: Make sure to add your emulator version, if it's either Habboon or any other edit, or original PlusEMU. There are a lot of PlusEmu edits out there, and we would like the questions to be posted in one thread only.

Why a new thread? The last one had 128 pages, thus it's hard to find answers quickly.

Link to the old thread (closed): http://forum.ragezone.com/f333/official-plusemu-help-thread-1090581/

@Shoelace @CodeDragon @Shorty @asesinato
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Nov 17, 2016
Messages
23
Reaction score
0
Re: Official PlusEMU - Help Thread

Hi,

can someone tell me why this is happening? can_stack is on 0 - why it is stackable??

Droppy - PlusEMU - Help Thread - RaGEZONE Forums
Image:
 
Upvote 0
Junior Spellweaver
Joined
Aug 25, 2016
Messages
100
Reaction score
15
Re: Official PlusEMU - Help Thread

Hi,

can someone tell me why this is happening? can_stack is on 0 - why it is stackable??

Droppy - PlusEMU - Help Thread - RaGEZONE Forums
Image:

Change the stack_height to a 0.
Run :update items and place the plant_yukka again in the room.
 
Upvote 0
Newbie Spellweaver
Joined
Oct 25, 2016
Messages
63
Reaction score
4
Official PlusEMU - Help Thread

Hello guys need help updating the production to new habbo production can someone send me a link of a plus emu with new production?


 
Upvote 0
Junior Spellweaver
Joined
Aug 25, 2016
Messages
100
Reaction score
15
Re: Official PlusEMU - Help Thread

Droppy - PlusEMU - Help Thread - RaGEZONE Forums


Now it looks like this :-D

You've changed can_stack again to 1, put it back to 0 and try it again.

Hello guys need help updating the production to new habbo production can someone send me a link of a plus emu with new production?

Look at the Habbo Release section, there are a couple of new productions.
Take the one that's the best for you, and if you have trouble with set it up let me know.

Hello, how to remove the badge over a person?



That's a enable effect. With the enable command you can turn it off.

If you need a remove badge command, use this command. @spreedblood made this:
PHP:
using System;
using System.Linq;
using System.Text;
using System.Collections.Generic;
using Plus.HabboHotel.GameClients;
using Plus.Communication.Packets.Outgoing.Inventory.Badges;

namespace Plus.HabboHotel.Rooms.Chat.Commands.Moderator
{   
  class TakeBadgeCommand : IChatCommand    
    {        
      public string PermissionRequired        
            {            
          get { return "command_take_badge";  
               }       
                 }
        public string Parameters        
                  {            get
                         { return "%badge%";
                                   }        
                                }
        public string Description        
                {            get 
                      { return "Take badge from specific user."; 
                                     }        }
        public void Execute(GameClient Session, Room Room, string[] Params)        
                                    {            
             if (Params.Length != 3)            
           {                
      Session.SendWhisper("Please enter a username and the code of the badge you'd like to take!");                
                        return;            }
            GameClient TargetClient = PlusEnvironment.GetGame().GetClientManager().GetClientByUsername(Params[1]);           
       if (TargetClient != null)            {                
  if (TargetClient.GetHabbo().GetBadgeComponent().HasBadge(Params[2]))                
              {                    TargetClient.GetHabbo().GetBadgeComponent().RemoveBadge(Params[2]);                 
   if (TargetClient.GetHabbo().Id != Session.GetHabbo().Id)                        TargetClient.SendMessage(new BadgesComposer(Session));                    
      else   Session.SendWhisper("You have successfully removed the badge " + Params[2] + " from yourself!");  
        TargetClient.SendMessage(new BadgesComposer(TargetClient));               
                    }                
                  else                    
              Session.SendWhisper("Oops, that user doesn't have this badge (" + Params[2] + ") !");                return;            
      }            else            
      {                Session.SendWhisper("Oops, we couldn't find that target user!");                return;            }        }    }}


 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Oct 26, 2016
Messages
27
Reaction score
1
Re: Official PlusEMU - Help Thread

Anyone knows how can i Change the ''Special chat commands'' list?

 
Upvote 0
Newbie Spellweaver
Joined
Feb 19, 2011
Messages
58
Reaction score
0
Re: Official PlusEMU - Help Thread

Production-201602082203-712976078
Anyone have a fix for the Catalog at any chance
lE7JKfw - PlusEMU - Help Thread - RaGEZONE Forums


as it showing up just white boxes

Update it managed to fix it by redoing all the swfs by hand
 

Attachments

You must be registered for see attachments list
Last edited:
Upvote 0
Initiate Mage
Joined
Jul 6, 2016
Messages
2
Reaction score
0
Re: Official PlusEMU - Help Thread

How fix the group forum Plus Emulator 201602082203-712976078??

wdQBXDd - PlusEMU - Help Thread - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Upvote 0
Initiate Mage
Joined
Nov 30, 2016
Messages
3
Reaction score
0
Re: Official PlusEMU - Help Thread

hi all help need please

i install Production-201602082203-712976078 plus emu on vps moments ago and catalog show white boxes for all furni

can help me?

sorry for bad english
 
Upvote 0
Newbie Spellweaver
Joined
Oct 25, 2016
Messages
63
Reaction score
4
Re: Official PlusEMU - Help Thread

hi all help need please

i install Production-201602082203-712976078 plus emu on vps moments ago and catalog show white boxes for all furni

can help me?

sorry for bad english

Check your external vars


 
Upvote 0

Lex

Newbie Spellweaver
Joined
Dec 3, 2016
Messages
26
Reaction score
3
Re: Official PlusEMU - Help Thread

Hi guys,

I'm using Habboon PlusEMU PRODUCTION-201611291003-338511768 (the one from retroripper.com, 15-6-2016)

A few things where I'm struggling with:

- The give_reward wired doesn't save changes (I think I need a special table for it?, not just the wired_items)
- Group forums aren't working (someone who coded this already?)
- The talent bar isn't working
- Lovelocks aren't working
- If I place crackable items in a room the hotel reloads (and doesn't work as well). This is the most frustrating thing :(
- Is it possible to release room bundles? If not, how does catalog_deals work?

Additional things:
- Not all wired is coded (the 'basic' wired is coded, but the newer wireds aren't coded or aren't working). Is there someone who coded this already?
- There is no camera to make photos

If someone of you have a solution for one of these problems; I'd love to hear them!
Thanks in advance,
Lex
 
Last edited:
Upvote 0
Junior Spellweaver
Joined
Jan 1, 2016
Messages
157
Reaction score
23
Re: Official PlusEMU - Help Thread

Somehow i cant have custom furnis in my cata, doens't seem to work.
The SWF isn't showing and i've done the same way b4.
I'm using @Spot Ify tool, anyone can help with this?
 
Upvote 0
Newbie Spellweaver
Joined
Oct 30, 2012
Messages
30
Reaction score
0
Re: Official PlusEMU - Help Thread

Hi guys,

I'm using Habboon PlusEMU PRODUCTION-201611291003-338511768 (the one from retroripper.com, 15-6-2016)

A few things where I'm struggling with:

- The give_reward wired doesn't save changes (I think I need a special table for it?, not just the wired_items)
- Group forums aren't working (someone who coded this already?)
- The talent bar isn't working
- Lovelocks aren't working
- If I place crackable items in a room the hotel reloads (and doesn't work as well). This is the most frustrating thing :(
- Is it possible to release room bundles? If not, how does catalog_deals work?

Additional things:
- Not all wired is coded (the 'basic' wired is coded, but the newer wireds aren't coded or aren't working). Is there someone who coded this already?
- There is no camera to make photos

If someone of you have a solution for one of these problems; I'd love to hear them!
Thanks in advance,
Lex
I do have a fix for the give_reward wired.
You don't have to make an new table for it, just edit the giverewardbox.cs.
PM me for the code ^^


I do have a problem myself: I can't update to a new revision, when i download one and edit the packets/rsa keys i get disconnected when reaching 100%. (using the habboon edit from plusemu)
 
Last edited:
Upvote 0
Newbie Spellweaver
Joined
Jul 11, 2011
Messages
12
Reaction score
1
Need help with fixes for PlusEMU

I need to get some fixes for this:

Getting rid of this message...
Droppy - PlusEMU - Help Thread - RaGEZONE Forums


Make these [?] boxes work...
Droppy - PlusEMU - Help Thread - RaGEZONE Forums


The avatar in the bar doesn't change when changing clothes...
Droppy - PlusEMU - Help Thread - RaGEZONE Forums


Thank you!
 
Upvote 0
Back
Top