Search results

  1. Hypothesis

    Plus Emulator Slot Machine Interaction

    It's not called Items.cs, it's called Item.cs
  2. Hypothesis

    *LOOKING FOR FLASH DEV*

    Well yeah, there's releases that have it but it's either incomplete or broken, and the ones that would even be able to even finish making it or creating it, doubt they're going to, considering flash is ending in like a few months, and some projects have been HTML5, but most are either inactive...
  3. Hypothesis

    Plus Emulator Slot Machine Interaction

    Everyone, I apologize, I forgot one other piece of code, add this to your Item.cs Make sure you add it in the correct place, where you see the other case methods. case InteractionType.SLOTS: return new InteractorSlots(); No wonder so many people couldn't get it working...
  4. Hypothesis

    Plus Emulator Slot Machine Interaction

    @Rystbo Can you give me more specific questions, what do you mean it doesn't work, how doesn't it work, any errors? If it seems to be this difficult I might just help people over Teamviewer, but it's pretty basic honestly. Add me on Discord ᒍoe#0001 if you need help, i'll get back to you at some...
  5. Hypothesis

    UberCms - PLUS Emu Help...

    @JayCustom I don't use UberCMS, and in some cases for Rev, it isn't able to collect the variable for username, so you have to use a query to collect that data.
  6. Hypothesis

    [RELEASE] PRODUCTION-201812272209-984739530

    Great release, just tested this on my hotel and everything works perfectly, thanks!
  7. Hypothesis

    UberCms - PLUS Emu Help...

    Add that code to the top of your client.php page <?php $username = mysql_query("SELECT * FROM users WHERE username = '" . $_SESSION['user']['username'] . "' LIMIT 1"); $user = mysql_fetch_assoc($username); ?> Add this where...
  8. Hypothesis

    Post a picture quote

  9. Hypothesis

    Plus Emulator Slot Machine Interaction

    Your error is right there, your PlusEnvironment doesn't contain a variable for the usage of 'Now,' not sure why, all releases have that I believe, here add this to Plus Environment, somewhere in the middle with similar looking lines. public static long Now() { TimeSpan ts =...
  10. Hypothesis

    Plus Emulator Slot Machine Interaction

    @wizaardz25 As stated in the tutorial, you need to set the interaction type of an item in your furniture table to SLOTS, to make it work as a slot when you double click it.
  11. Hypothesis

    Habbo Official Christmas Lobby Release

    Floor Plan Editor Model: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx00xxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxx00000000xxxxx xxxxxxxxxxxxxxxxxxxxxx00000000xxxxx xxxxxxxxxxxxxxxxxxxxxx00000000xxxxx xxxxxxxxxxxxxxxxxxxxxx00000000xxxxx xxxxxxxxxxxxxxxxxxxxxx00000000xxxxx...
  12. Hypothesis

    *LOOKING FOR FLASH DEV*

    Interesting, I don't think anyone is going to be willing to code the entire SnowStorm game, as it's not that easy, just because you have the furniture, room models, and images that doesn't mean it'll be an easy implementation. Just a heads up, this should probably be moved to the recruitment...
  13. Hypothesis

    Bug 76% Disconnected

    Honestly, I'd like to help you, but I know nothing about Comet Emulator, never used it before, all I can say is make sure you have all the tables and columns for your user tables and your variables are working properly, try opening CTRL + Shift + I on your client and check 'Console' see if it...
  14. Hypothesis

    Plus Emulator Slot Machine Interaction

    @Menkz Well, if you want the concept to make sense, I'd suggest you use the slots from the Bling furniture line.
  15. Hypothesis

    Plus Emulator Slot Machine Interaction

    No bro, lol, you put the variables in the wrong place. Search for private int _vipRank; in Habbo.cs and below it add these private int integerSlot = 0; private long lastSpun = 0; not at the top lol I'm assuming you put the other ones wrongly as well, so here's where to add the other ones if you...
  16. Hypothesis

    Plus Emulator Slot Machine Interaction

    @wizaardz25 Post the error it gives.
  17. Hypothesis

    Plus Emulator Slot Machine Interaction

    Hi there DevBest, today I will be releasing a slot machine interaction type. The way I had it at my hotel was it set an amount based on a command called :gamble, and when you would set an amount then interact with the interact-able furniture item, which just so happen to be slot machines as that...
  18. Hypothesis

    Delete User & Change Name Commands

    Yeah, I guess, never thought about doing that, good input.
  19. Hypothesis

    Delete User & Change Name Commands

    @Platinum Thanks for the input, but as stated before, at my previous hotels, the system was different, there was no flaguser, and flaguser does not change the player's name, it allows them to change their name, with the alphabetical format, meaning you can't use any special characterizing, at my...
  20. Hypothesis

    Catalog issue - plus emu r2

    @Chased As wolfraid said, the revision of Plus kinda doesn't matter for furniture, the only case in which it'd matter is if the swfs were for r63a, then you'd have to get the swfs with graphic tags for Plus Emulator, but my Discord is Joseph#8099, if you have any additional problems, shoot me a...
Top