Search results

  1. Supermario

    Emulator Command Delay Issue

    Hi, I saw Sage tutorial about emulator command delays (https://devbest.com/threads/creating-emulator-commands-with-delays.81492) but I have some issues. The delay works, but it breaks my cool down code, and I have no idea why. Here is my HugCommand.cs code. using System; using System.Linq...
  2. Supermario

    [PlusEMU R1] Packet Help

    Hi, I am on PRODUCTION-201607262204-86871104 and I'm missing the packet id of AvatarAspectUpdateMessageComposer. Does anybody have that packet id for PRODUCTION-201607262204-86871104? @Jerry_ @Sledmore
  3. Supermario

    [PlusEMU R1] Wire Help

    Hi, Is there a way to increase the number for the wire so you can select more then [5/5] furniture at a time? Screenshot: http://prntscr.com/eet6qd
  4. Supermario

    How do I add Custom Pets?

    Hi, I am on PRODUCTION-201607262204-86871104 and I am trying to figure out how to add Pets? Do I add them to the SWF, EMU or something? @JayCustom
  5. Supermario

    Increase Room Furni Limit

    Hi, Where in the emulator do I change the room furni limit? It appears my users are making rooms and they reached the limit and now they can't go in their rooms. Any suggestions?
  6. Supermario

    [PlusEMU] Room Chatlogs

    Hi, I'm on PRODUCTION-201607262204-86871104 using Sledmore's emulator and I have a problem with my room chatlogs. Basically when I chat normally it doesn't show up in the room chatlogs, but when I whisper to someone in the room it shows in the room chatlogs? As you can see in the image I have...
  7. Supermario

    Diamond Exchange Help

    Hello, How do I make an item redeem into diamonds? Example. I buy a crown for 25 diamonds, then I want it to redeem for 25 diamonds. I tried doing. if (!Exchange.GetBaseItem().ItemName.StartsWith("CF_") && !Exchange.GetBaseItem().ItemName.StartsWith("CFC_") &&...
  8. Supermario

    PlusEMU How to add custom enables?

    Hi, I was wondering how do you add custom enables?
  9. Supermario

    PRODUCTION-201607262204-86871104 Catalogue Help

    Hi, How do I make a sub category in a tab??????? bump
  10. Supermario

    Help PRODUCTION-201606242205-761645438

    When I updated to PRODUCTION-201606242205-761645438. I get disconnected, when I go in a room. Here is a gif. https://gyazo.com/06e8bcdba32ceea773812becca214df6 I have did the following: - Added a true boolean in MessengerInitMessageComposer - Added a string and boolean just under...
  11. Supermario

    Disconnect When Changing Clothes?

    Hi, I have recently updated to PRODUCTION-201605102204-92524753, and when ever I change my clothes I disconnect? Did the changing clothes structure change or something? @Damien @Sledmore
  12. Supermario

    Command Cooldown Help

    Hey, I am having problems with my cool down, basically when somebody uses a command It basically affects the whole Hotel. For a example. I use the Hug command on somebody, the cool down affects everybody, nobody is able to use any command until the cool down is over. I tried doing separate cool...
  13. Supermario

    Command Cooldown Help

    ;
  14. Supermario

    PlusEMU Clothing

    Fixed. I Forgot to update figuredata.xml in Emulator!
  15. Supermario

    [PlusEMU] EventAlert goto room button

    Hi, I am currently editing the EventAlert command in PlusEMU, and I want to add a button called Participate under the very last sentence. When they click 'Participate' they will go to the room where the event is hosted in. Also How do I get rid of the close button and the line above the close...
  16. Supermario

    [PlusEMU] When you signup a room automatic get's created

    Hi, I am using PlusEMU by Sledmore. I'm wondering how to make it when somebody signs up on my retro, a room get's created for you with furniture etc, and basically It's your home room. How would I do this?
  17. Supermario

    PlusEMU StaffAlert Bubble

    deleted.
  18. Supermario

    PlusEMU Command Cooldown?

    Hi, Anyone know how to code in a cooldown period for the command usage so people don't spam it 100 times in the room in less than 2 minutes? bump.........
  19. Supermario

    [HELP] PlusEMU Client Stops at 76%

    Hi, After updating my emulator to the latest headers/packets, My client stops at 76%. I have updated my RSAKey. Any suggestions? http://prntscr.com/bd6jbd
  20. Supermario

    [HELP] Error after updating my RSAKeys

    Hi, I have updated my Emulator with the latest SWF Build, and I have updated the RSAKeys that the Revision build gave me, but when I try debugging the Emulator. It gave me this error http://prntscr.com/bcimdt. I have edited the File RSAKeys.cs in PlusEMU\Communication\Encryption\Keys\...
Top