Search results

  1. Hypothesis

    Need a Pro Developer

    Messaged you on Discord.
  2. Hypothesis

    WIRED and Catalogue problem

    Is this Plus Emulator default or is this a customized version?
  3. Hypothesis

    Plus Emulator Slot Machine Interaction

    Hmm, can I TeamViewer you, I may know the issue.
  4. Hypothesis

    WIRED and Catalogue problem

    Your SWFS aren't linked correctly, as if you can tell, many other images are not showing as well, so it has to be your swf links, also you probably don't have the furniture icons if furniture icons aren't showing. As for the Wired furniture, does your database have the table called wired_items...
  5. Hypothesis

    Plus Emulator Slot Machine Interaction

    Change it to SendMessage instead of SendPacket.
  6. Hypothesis

    HabboEMU - Customs are broke

    Do those SWFs have graphic tags and do the sprite IDs match up?
  7. Hypothesis

    PlusEMU r2 - Furni Interaction Use Button

    Only users with room rights can see it is the problem, if you want to make it so anyone can see it, locate this in InteractorSwitch.cs bool HasRights Replace it with bool none Should fix your problem.
  8. Hypothesis

    Plus Emulator Slot Machine Interaction

    Yeah, you could add this line RoomUser User = Room.GetRoomUserManager().GetRoomUserByHabbo(Session.GetHabbo().Id); Then use something like this instead of your whisper alert. Room.SendMessage(new ChatComposer(User.VirtualId, "*SLOT MACHINE: " + SlotCard1 + " " + SlotCard2 + " " + SlotCard3 + "...
  9. Hypothesis

    RevCMS Habbo Theme Edit

    First and second screenshots, you need to add those to your class.template.php, as for editing the bottom, go to includes/footer.php
  10. Hypothesis

    Loot Crate System Optimized

    @Yoloboy Yes I can, that is my other account, it's banned though sadly, add my Discord Dayz#5319
  11. Hypothesis

    Client stuck at 76% again after some changes in catalog_pages

    The issue is the data inside that column is not the correct type.
  12. Hypothesis

    HELP-ME BUG WIRED

    If there is no save function, then the wired item is broken. Why would you add additional of wired items that wouldn't work regardless? I said you can only have one setting per room, meaning the setting you set will be the same for every single one in your room.
  13. Hypothesis

    HELP-ME BUG WIRED

    Not to include, that WIRED condition is actually broken, you can only use one per room, because it sets every single one you place in the room to the same value, and even when you change it, it'll be the same setting as the other.
  14. Hypothesis

    [Rev + Shock + PlusEMU] White Client!

    White client usually means that the Habbo.swf you're using in client.php does not exist in your production folder. Try visiting, (yourswfroot)/gordon/(production)/Habbo.swf, and if that returns 404, then you don't have a swf in there.
  15. Hypothesis

    Help 522 Connection timeout. NEED HELP

    Your connection to the server isn't valid.
  16. Hypothesis

    Need a helpful developer!

    Be more specific on what you want help with mate, this is pretty vague. I believe this is the wrong section if you're looking for a developer as well. @JMG
  17. Hypothesis

    Change the color of the grey bottom var

    Open your Habbo.swf in a SWF decomplier and look for the image in there, not sure what ID it is, but it's there.
  18. Hypothesis

    Client stuck at 76% worked yesterday!

    It wasn't anything wrong with the emulator code, it was your production version, they didn't match your actual swf.
  19. Hypothesis

    Client stuck at 76% worked yesterday!

    If it shows that a user is online in the console, it's your SWF version. Your Habbo.swf and packets don't match. Make sure they're the same production.
  20. Hypothesis

    [HELP] - Various Problems

    To resize the avatars, go to the staff.php, look for avatarimage, at the end change the size to m.
Top