Search results

  1. ZealousOtter

    Habbo closing soon?

    Related to Habbo still using Flash, it looks like Adobe is announcing the year 2020 as being the end-of-life for Flash: https://blogs.adobe.com/conversations/2017/07/adobe-flash-update.html
  2. ZealousOtter

    Habbo Emulator in golang

    +1 to this. I've worked with Go a good amount and it's part of the stack we use at my job, but I still feel somewhat uneasy when I have to use it. It's definitely a little strange and takes some time to get used to, and it's also a young language relative to others so you won't find as much in...
  3. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    Sorry about that, was a pretty busy week for me. @Simba2002 if you rank the wireds that you want then I can start working on them in that order.
  4. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    Here are 2 wireds for Freeze User and Unfreeze User. Screenshots and gif: Adding the code for these are similar to what we just did for the close dice wired. Create two new files FreezeUserBox.cs and UnfeezeUserBox.cs in the /HabboHotel/Items/Wired/Boxes/Effects/ directory, and add the...
  5. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    @Simba2002 I'll have time to start working on them this weekend. Should be able to make them.
  6. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    Yep, potentially. Will begin looking into and working on some of those.
  7. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    I've played around with different ones. Do you have any specific wired in mind? I can work on building any that you might want.
  8. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    Hey guys (@HolaBox and @Simba2002), sorry about that, looks like there was a bug in there with the saving. Not sure if I took the initial snippet from an outdated piece, or how that happened. I'll update the original post and say the fix here. Anyway... In the CloseDiceBox.cs in the...
  9. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    @HolaBox I can look into it. PlusEmu v1 or v2?
  10. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    @Meap @Simba2002 What's the problem you're having? Is it when trying to create the database record in the furniture table? If you send me the schema (the columns) of your furniture table, I could give you a working SQL insert for the furni. I can also help via skype or other ways if you need help.
  11. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    @HolaBox 1. You can add the Compile Include tag nearly anywhere in the Plus Emulator.csproj file. Mine, for example, is located right below this line: <Compile Include="HabboHotel\Items\Wired\Boxes\Effects\BotMovesToFurniBox.cs" /> 2. In your /dcr/hof_furni/ folder in your SWFs, do you have a...
  12. ZealousOtter

    Hotel Hideaway (previously named "Project X") by Sulake

    I don't think they'll shut down Habbo in favor of this game. With that profit they're reporting from last year, they shouldn't be quick to scrap what has gotten them to this point. I just hope it doesn't turn out the way it did with Coke Studios back in the day when they shut it down and tried...
  13. ZealousOtter

    [PlusEMU] Close Dice Wired (and more)

    Hey all. As title suggests, this is a new wired box to close dicemasters. Just like it sounds it will do this: First, we're going to want to add the CloseDice wired effect. Create a new file CloseDiceBox.cs in the /HabboHotel/Items/Wired/Boxes/Effects/ directory, and add the following...
  14. ZealousOtter

    Favourite CSS framework(s)?

    Bootstrap is being looked down at, but I think it's getting more flack than it deserves. The thing that people don't like is just the number of projects relying solely on Bootstrap, causing sites that all look the same to be pumped out by different people. Bootstrap will always be my first love...
  15. ZealousOtter

    Coding Plus Emu Features / Commands

    For your online users command, if the hotel has a lot of users online it will cause problems with the notification due to it being a static height. If you want the online user list to be in a scrollable form you can change line 49 from: Session.SendNotification(Output); -to-...
  16. ZealousOtter

    [NodeJS, PostgreSQL] Habbo Emulator

    Great project, looking forward to seeing more updates. As for the DB, I've worked a lot with all 3 (psql, mongodb, and mysql), and I'd vote go with postgres for this. Mongo is great when working with large amounts of data and no real certainty when it comes to structure. It's at it's best when...
Top