Search results

  1. treebeard

    Habbo Public Room Images [Flash]

    Hello everyone, Awhile back @Ellu and I happened to find all of these images of the old Habbo public rooms, from Shockwave, but re-made for the Flash client. Our intentions were to edit all of the images and restore these rooms for everyone to enjoy but we have long since lost interest in...
  2. treebeard

    Error Running Holograph

    Good day everyone I wanted to get Holograph emulator up and running as I have an interest in rewriting it in Java and in the distant future I would like to write my own v23-v26 emulation. However, I'm having some issues getting this bad boy up and running. I get this error in my IDE: I had...
  3. treebeard

    openScan [Java]

    Greetings, openScan is an open source port scanner that I am making in Java, for practice as well as a medium to further my own knowledge. This is a very early release and is only a crude version with minimal features. I'm working through some of the main features and methods in a single class...
  4. treebeard

    Re-Released & Bundled Custom Furni [Rares & Norms]

    Hello all, I'm releasing a bunch of the files that I have used in my hotel Fokus. Today I am sharing all the custom furni that I have on my VPS. These are furni that I have found in threads, gotten sent to me, and also ripped from foreign hotels. They're mostly custom norms but you will find a...
  5. treebeard

    [PlusEMU]Getting Consecutive Login Achievements & True Habbo Achievements Working [Help]

    Hello all, I have recently been trying to get the achievements for consecutive login days working as well as the achievements for your account being so old. My thing is I haven't worked on achievements before so I'm not really sure where to start on this. I know where the classes for...
  6. treebeard

    [PlusEMU]Can't edit room once hitting max size [Help]

    Hello everyone, I have noticed a bug in my Plus R2 EMU that I have been editing. For some reason once you hit the max room size (64x64) you can't edit the room at all anymore. You can't even make the room smaller or anything... I'm not getting any errors or anything of the sort so providing...
  7. treebeard

    [PlusEMU] Viewinventory Command Not Working Properly

    Hello everyone, For some reason when using the viewinventory command the first time the command is used it doesn't actually show the other users inventory. It requires the user to use the command a second time to be able to actually see the other persons inventory. Here is my...
  8. treebeard

    Seeking Graphic Artist For FindRetro Banner [$ Payment]

    Greetings everyone, I'm looking for someone capable of making a decent banner for my hotels Find Retro page. I am absolutely rubbish at graphic design or any type of image editing, my own attempt was sad lol. I have a general idea for the design but am definitely open to an actual artists'...
  9. treebeard

    [PlusEMU] Trouble Getting :emptyitems To Not Delete LTD's

    Helllo everyone, I'm currently trying to get the command :emptyitems to not delete LTD's. I have edited the function ClearItems() in InventoryComponent.cs to look like this: public void ClearItems() { UpdateItems(true); using (IQueryAdapter dbClient =...
  10. treebeard

    Habbo Retro Beginners Program Pack

    Good morning everyone! I've been seeing a large amount of people requesting various files, programs, tools, scripts, etc. I realize that some of the well known files, programs, and tools for Habbo retros are not so easy to find as they should be. Over the past few years a majority of the file...
  11. treebeard

    [PlusEMU] Trouble With Marketplace

    Hello everyone, I've recently been trying to get the marketplace working in my Plus emulator R2. When trying to add a new furni offer to the marketplace I get this error immediately: Here's the packet headers I have in my Communication > Packets: Client Packet Header --------------------...
  12. treebeard

    Why does it seem best to only focus on yourself and your own personal growth?

    Why does it seem better to only focus on yourself and your own personal growth rather than to help others grow, who will in turn be able to contribute more to society? Example: The situation can be, someone asks me to teach them how to patch holes in concrete/blacktop. For the sake of the...
  13. treebeard

    [PlusEMU] Trouble with roll and close dice commands

    Hello everyone, Title is pretty self-explanatory; I'm working on adding close and roll to my hotel but I get a stack overflow exception error when trying :close in the hotel. https://imgur.com/5izWdgx I added this to GameMap.cs public static bool TilesTouching(Point p1, Point p2) {...
  14. treebeard

    De-obfuscating a SWF

    Good day everyone, I just added a diamond exchange to my hotel and I'm having some issues with renaming all the scripts and making edits to the furni swfs. When I open the swf in HxD Editor it looks like this: I've ran into this before with original habbo swfs but have always just worked...
  15. treebeard

    Trouble Adding Code For Diamond Exchange

    Hello everyone, I just edited my ItemUtility.cs and CreditFurniRedeemEvent.cs in PlusEMU R2 to try and add the ability to have a diamond exchange. Here is a link to the classes before I made any edits: https://pastebin.com/hWLT6XKh Here is a link to the classes after I made my edits...
  16. treebeard

    Seeking Web Developer/Programmer For A Small Job

    Greetings everyone, I'm currently looking for an experienced web developer/programmer who's interested in making a couple of pages for my retro's website. I'm searching for someone who is capable of making a functional register page, gallery, and about the hotel page. The design that we have...
  17. treebeard

    [PlusEMU] Trouble Adding New Exchange Furni

    Hello everyone! I was trying to add some custom goldbars to my hotel and for whatever reason when they are added into the hotel (catalog, furnidata, and the swf into hof_furni) they don't show up at all. Here are the query's and the furnidata that I'm adding: https://pastebin.com/SjngezUS...
  18. treebeard

    How Do You Add A Welcome Message Like French Retros

    I'm trying to add a welcome message like this to my hotel. The only thread I've seen is this one: https://devbest.com/threads/welcome-message-help.85317/ I added Session.SendPacket(new InternalLinkComposer("habbopages/welcome.txt")); to my GameClient.cs where the conditional statement for the...
  19. treebeard

    [Quick Question] In Regard To Updating Packets

    Helllo all! Time for my bi-daily noob question ;) I'm taking a whirl at updating packet headers and structures; I have only just started at trying this for my first time (be easy on me). I figured I'd start with the client packets first since from my understanding it is much easier to do. I...
  20. treebeard

    [JPEXS] Export All Scripts To One .txt File [Actionscript]

    Hello everyone, I wasn't really sure if I should even post this here as it's just software that is applicable to retros and not actually a retro issue but... Does anyone know if you can export all scripts to one text file in JPEXS? I lost all my files recently and don't have a cracked AS3...
Top