Search results

  1. Damien

    [PlusEMU R2] RP Edition - Need help

    Wtf are you on about?? You basically need to send the the composer that updates the users username before and after to include the star sign, so the process is as follows. Update username to: *Username Run command and send text: test test* Then re update the username back to: Username
  2. Damien

    (HELP) - (FluxEMU) Client stuck at 76%

    76% error is to do with the Emulator fyi. It's the handshake between client and server. But for the most part JayCustom nailed it on the head. Check your configs and Make sure your sso is being set correctly and being received by the emulator.
  3. Damien

    Help me, What happendt to my Emulator ?

    Another shit rename of Plus? One to you're database entries in your items table has incorrect format. Probably for adjustable height... I'm not sure with the screenshot provided.
  4. Damien

    whats the difference between PlusEMU R2 and R1 DB

    The majority of updates were minor bug fixes and lots of refactoring. Very few features were added into the emulator. You should be able to move over hassle free with few database modifications.
  5. Damien

    Client stuck on 76% - PlusEmu / Project Butter

    76% error is usually to do with authentication. Check to see if you're emulator is reviving connections and then check if your sso is being parsed correctly in the emu.
  6. Damien

    Youtube TV API?

    YouTube's Flash API is deprecated. They don't work anymore (even on Habbo).
  7. Damien

    (Help) With adding a new clothing item to catalog

    Inside catalog_clothing change catalog_parts to "3702".
  8. Damien

    Camera API (Plus) By damien

    I'll release a tutorial for it in the next coming days.
  9. Damien

    Habbo Battle Royale - Concept Art

    I meant having the darker green colour as the background and the lighter colour showing the current health. It may be difficult to diffientiate the players current health at first glance. Sorry if I made no sense lol
  10. Damien

    Habbo Battle Royale - Concept Art

    Not sure about the green colours for the health bars.. maybe make the back grey so it's easier to identify how much health the user has.
  11. Damien

    Habbo Camera

    Not sure if the sockets on plus are able to sustain the api as it doesn't seem to handle huge amounts of data being sent to the server. (Which I'm pretty sure is the main reason floorplan doesn't work sometimes when creating huge rooms). I need to test this further. As far as updates go, the...
  12. Damien

    Emulator files don't update.

    If there are errors in the source when debugging, the execution file won't update and it'll launch the file form the last properly compiled exe. What errros are you having?
  13. Damien

    I don't use Skype

    I don't use Skype
  14. Damien

    Hi

    Hi
  15. Damien

    Habbo Camera

    I'm currently working on a newer version of this. I'll release codes to add it to plus once it's finished.
  16. Damien

    R2 Custom Clothing Pack & Emulator Fix

    Pretty sure that code is designed to stop people scripting.. However if the code was structured correctly in the furnidata XML files, then the emulator wouldn't have an issue decompiling it for checks.
  17. Damien

    Welcome Message Help?

    Let me get home and I'll create a thread detailing how to add it with the events, ext. It's good to see you found an alternative though.
  18. Damien

    Enable Thumbnails in navigator

    Insider you're user perks there should be an option named "NAVIGATOR_ROOM_THUMBNAIL_CAMERA". Set the boolean underneath it to true.
  19. Damien

    [PlusEMU] Trouble With Marketplace

    The packets for marketplace are all wrong in Plus R2. A correct list can be found bellow: (PRODUCTION-201701242205-837386173) Incoming: // Marketplace public const int GetOffersMessageEvent = 2817; public const int GetOwnOffersMessageEvent = 904; public const int...
  20. Damien

    [PlusEMU] Trouble With Marketplace

    You should have one named "MakeOfferMessageEvent". That's also an exploit, I could come on your hotel and give myself millions of credits by selling items for negative values. Should be: if (SellingPrice > 70000000 || SellingPrice <= 0)
Top