Search results

  1. Damien

    Chat Colors - PRODUCTION-201701171204-854626611

    Me and @Sledmore messed around with adding new chat colours into the swfs when they were first released. It's fairly easy, and I'm SURE many people have done it since then. As for how to do it, you'll need to decompile the habbo.swf. What you'll need to edit can be found in the class...
  2. Damien

    PlusEMU Inventory Disconnection

    Tutorial thread can be found here: https://devbest.com/threads/maxing-inventory-size.81281/ Make sure to give me a like and a best answer ;)
  3. Damien

    Maxing(?) inventory size

    Was asked to create a tutorial on how to increase the inventory limit to stop users inventories getting stuck, causing the user to either have to empty their inventory or deal with never being able to open it again. Firstly download this juicy pack found here...
  4. Damien

    PlusEMU Inventory Disconnection

    Upload your habbo.swf and post the link here. I'll be more than happy to do it for you.
  5. Damien

    PlusEMU Furni Owner

    It's a structure issue, I have this fixed on my hotel. I'll take a look when I'm home for you.
  6. Damien

    [PLUS][FEATURE] Staff Chat

    Can indeed, the username and avatar only works for <=0. And since there is no group with the id of 0 you can set that as staff chat. Which is what I've done on my server.
  7. Damien

    Help with adding customs

    In the hof_furni all the furniture should have revision folders, that's what the revision is referring to. "What folder does this item belong to?", basically. But since alot of hotels don't utilise the revision folders you can just name it as "customs" or leave it blank, and place the item in...
  8. Damien

    PlusEmu Bug

    You're not setting the users id for the second half of the trade. Try changing your TradingUpdateComposer function to this: public TradingUpdateComposer(Trade Trade) : base(ServerPacketHeader.TradingUpdateMessageComposer) { if (Trade.Users.Count() < 2)...
  9. Damien

    SSO Ticket Exploit

    Issue has been solved. I helped this user out privately implementing one of the fixes found bellow: Sledmore's https://devbest.com/threads/plusemu-support-thread.78541/page-7#post-373919 Mine https://devbest.com/threads/revcms-plusemu-extra-security.78678/
  10. Damien

    Plus Emulator PRODUCTION-201607262204-86871104 Release

    That's was my fix :( I have actually added timestamps now so the sso can't be used after the allotted time. Guess I do go overboard.. oh well ^-^
  11. Damien

    Packet Help

    Now I have the spare time to do it, here: public const int MassEventComposer = 764; public const int MatchingPollResultsComposer = 2053;
  12. Damien

    PlusEMU Support thread.

    Adding them is pretty simple. In navigator_categories set the category to "official_view" and the category type to "featured". Problem is since navigator_public's affects all rooms in the public category, you'll need to do a bit of re-coding to get them to have their own rooms. Lucky for you...
  13. Damien

    [PLUS] Achievement

    Take a look in the file "ProcessComponent.cs", and take a look at how respects our given to the users each day. You'll want to create something similar to that system, or do what I did and recycle the code into one check. Progress the duration achievement every day, and for the login streak do...
  14. Damien

    Grayscaling doesn't work on group badges

    Nah, I bet you're using php 7.x.x. I don't think there's a release working which supports that php version. So you'll have to use a different php build of code your own imager for the badges. (Or just fix the functions that aren't supported anymore)
  15. Damien

    [PlusEMU] Trading Disconnect after Accepting

    Incorrect packet ids. If you're using the packets from the rival forum be prepared.. there's lots.
  16. Damien

    [PlusEMU][Addon] Christmas Calander

    Will work, I'll get the headers for you in a bit and post them here. Just got home.
  17. Damien

    [PlusEMU][Addon] User's avatar in alert

    Where the get request is for the figure, add a replace to convert underscores to periods and it should work. $figure = str_replace('_', '.', $_GET["figure"]);
  18. Damien

    [RELEASE] [COMMAND] [PlusEMU] View Inventories

    Not a bad idea actually.. expect a release for this tomorrow at some point haha. I like it.
  19. Damien

    [RELEASE] [COMMAND] [PlusEMU] View Inventories

    It's used for moderation purposes, but could be used for casinos. And why wouldn't people be thrilled about other people seeing their virtual items on a virtual game?
  20. Damien

    [PlusEMU][Addon] Christmas Calander

    You didn't post the event id's in your thread, and I'm way too lazy to find them. If you post them I'll update my post with them.
Top