Search results

  1. Hypothesis

    Game center icon enable

    Plus Emulator by default has Game Center removed in the Habbo swf for most productions I believe, so changing it in the variables wouldn't do anything. You'd have to use HabboUI Editor to add it back, or use a more updated production that has it added.
  2. Hypothesis

    Hello everyone in the community, does anyone know how to put this wired Cutoms,

    You can rip the furniture item from whatever hotel it is from, but then you'll still need to code the wired config for it whether it's a trigger, effect, or condition, otherwise, it'll just be a display item.
  3. Hypothesis

    PLUS EMULATOR OFFLINE MODE [HELP]

    My apologies, I checked stock R1 from RetroFiles and it does indeed not have it, my mistake, well I made a tutorial on how to add it. Thanks for letting me know. https://devbest.com/threads/plusemu-appearing-offline-with-command.90973/
  4. Hypothesis

    [PlusEMU] Appearing Offline With Command

    Hey there DevBest, I just wanted to make a quick release. I was told that Plus Emulator didn't have a command to appear offline by default. I was confused because I recall the emulator I've been working on since 2016 having it. Come to find out, it actually does not in fact have appearing...
  5. Hypothesis

    PLUS EMULATOR OFFLINE MODE [HELP]

    Would you like to see the emulator I have had since 2016 and not touched hiding online once, but yet it has the command and works.
  6. Hypothesis

    PLUS EMULATOR OFFLINE MODE [HELP]

    Pretty sure it is in R1 lol, I've used the same Plus Emulator from 2016 build which is R1 and it has that function already, never added it.
  7. Hypothesis

    PLUS EMULATOR OFFLINE MODE [HELP]

    Plus Emulator already has a built-in offline mode. Just use the command :hideonline
  8. Hypothesis

    Client stuck at 76%

    This was already fixed and his issue wasn't this, because his database already had this table.
  9. Hypothesis

    Client stuck at 76%

    The error is right there. Your databse does not contain the table server_status. MySql.Data.MySqlClient.MySqlException (0x80004005): Table 'oliver.server_status' doesn't exist This is likely what is causing the disconnecting because your emulator is trying to update the user count there but it...
  10. Hypothesis

    Client stuck at 76%

    Likely there are missing variables that cause the crash. Either this or your emulator is experiencing an error. Check your error logs.
  11. Hypothesis

    Client stuck at 76%

    If it's crashing at 76% it means that your emulator is making a connection but your SWFs are not linked properly. So allowing ports wouldn't solve your issue.
  12. Hypothesis

    Commands show but won't work!

    If the command is being said but nothing is happening and it's just outputting the command in the chat, it could be many different things. 1. Your emulator could not have anything in the execute function for the command. 2. Your permissions could be missing, I'm not too sure how Comet tells the...
  13. Hypothesis

    Limit purchases in cata (Plus R2)

    There isn't, however, what you could do is create a check in CatalogPurchaseEvent for the purchase of Limited Edition items and make it check the items table for the person's user ID and base_item and if the base_item matches data inside a, for example, you could make a table where you put all...
  14. Hypothesis

    HELP [PLUS EMULATOR]

    The packet isn't being registered, either doesn't match the SWF version or the packet ID is wrong, or there are errors upon user login. Check error logs. Couldn't be port issues as the user connects to the emulator, there is just an error getting the client version and accepting it to log in.
  15. Hypothesis

    Recruiting [Paying] Looking to setup a Habbo Retro.

    Add my Discord: joey#1121 I can help you, I don't need payment though, save your money.
  16. Hypothesis

    PureRP developers wanted

    HabboRP Emulator + CMS basically tried to replicate PeakRP v2, that is why there are similarities. Wrong section as well, this should be in Team Recruitment.
  17. Hypothesis

    [Request] Wired Collision Case

    If you were to get the item, you'd still have to code the functionality for it in your emulator, so it's kind of pointless to rip it if you can't code it. However, just open Console, go to Networking, visit the page in the catalog, it'll come up with the swf file.
  18. Hypothesis

    Feedback HabboCash Facebook Cover Photo

    I'd remove the little link in the left corner and just add another background behind everything, something that fits the rest of the aesthetic. The link in the corner looks ugly in my opinion.
  19. Hypothesis

    [req] anyone got this Panel?

    https://github.com/radipanel/edit
  20. Hypothesis

    [HELP] DDoS Attack

    Most attacks these days are Layer 7 and can bypass CloudFlare captcha as their not seen as bots or any specific malicious network, they're just hijacked computers or servers, so it's hard to block them. I wouldn't suggest rate-limiting on CloudFlare as the bill will run up quickly and you only...
Top