Search results

  1. K

    Custom Chat Bubble not working after editting Habbo Emulator

    public bool AddAvatarToRoom(GameClient Session) if that's what you're looking for 1562271793 The "check if ambassador and if so, give that effect"-code was also in that method, I just editted it so I could leave the is_ambassador part out, and just use ranks in the emu if...
  2. K

    Custom Chat Bubble not working after editting Habbo Emulator

    Hi, I'm trying to edit some code in the emulator for my hotel. I wanted rank 4 to get the staff badge above their heads, so I made the emulator assign effect 102 to them and the staff-chatbubble. The same for the helpers, but then for the helper effect and the helper bubble. After entering a...
  3. K

    Not starting client after editting PlusEmu

    Do you use PlusEmu? If that's the case could you pls send the swf for PlusEmu?? :)
  4. K

    Not starting client after editting PlusEmu

    I will just use Habbo Emulator after many tries... Still thanks for your help<3
  5. K

    Not starting client after editting PlusEmu

    I tried to translate some commands
  6. K

    Not starting client after editting PlusEmu

    Hi, I'm creating a hotel (obvious). But when I want to edit something in the emulator the client doesn't start and is stuck on 76%. I have tried Habbo Emulator and there it worked. I have these lines in the emulator: 22:27:27 - [DEBUG] Handled Packet: [4000] GetClientVersionEvent 22:27:27 -...
  7. K

    Problems with wireds

    Other people might still need this and now they can find the answer :)
  8. K

    Problems with wireds

    This is a little late but if you still want to know: 1. Open the emulator sln file 2. Find the (if you use HabboEmulator: HabboStaticGameSettings.cs. If you use another one, look for something like that) 3. Ctrl + f and type “DefaultConditionWiredSelect” 4. Change the 5 to 15 in your case
  9. K

    [PlusEmu] How can I get the edited Habbo.swf from HabboUI in my client?

    You save the changes you made. Then look for HabboUi-folder>habbo>habbo.swf. Copy that and override the habbo.swf in you production file. Now clear cache and you’re done!
  10. K

    [PlusEmu] How can I get the edited Habbo.swf from HabboUI in my client?

    Hi, I wanted to edit some stuff in the client like colors and heights, but when I save it I don't get to see the changes in my client. I used HabboUI. How can I connect the edited version of the habbo.swf in my client? Thank you alreadyy! 1558821917 Nvm hahaha, i’m so stupid
  11. K

    How to activate Limited items

    Ooh, sorry, look for limited_sells in the catalog_items table. My mistake :)
  12. K

    How to activate Limited items

    Look in you db for "limited-sells" in the row of the furniture that you want to change and set that to 0
  13. K

    [PlusEmu] Debug problem

    It’s not working after all these things. Can anybody teamview me? And maybe add me on discord? Kaj#8963
  14. K

    [PlusEmu] Debug problem

    I did some editting in the habbo.swf. Does that matter for the game? The thing I editted is the staffbadge above the avatar. It is running on localhost btw 1558015332 I do see the release and mixed platforms, but I can’t find that third button. Is that one important or can I also do thing...
  15. K

    [PlusEmu] Debug problem

    The client wont load but i dont see any errors. It’s open and says it’s ready but the client still won’t load
  16. K

    [PlusEmu] Debug problem

    I can't get it working, can you pls teamview me some time?
  17. K

    [PlusEmu] Debug problem

    Do i have to do that before or after i Made changes to the scripts?
  18. K

    [PlusEmu] Debug problem

    All I do is clicking start once
  19. K

    [PlusEmu] Debug problem

    The emulator says: [Debug] Handled Packet: [4000] GetClientVersionEvent [Debug] Unhandled Packet: [3392] BODY: Visual Studio says (Debug): I changed the DisableDiagonalCommand.cs. And tried to edit the language of the message you receive when you are not the room-owner
  20. K

    [PlusEmu] Debug problem

    Hai, i’m pretty new to creating hotels and I set up one (which i’m really proud off XD), but now I want to change some commands. I read about visual studio and debugging, so I tried to do that. Unfortunally, when I debug the emulator, the emulator doesn’t function. I obviously do something...
Top