Search results

  1. Marko97

    [Plus Emulator] Better Stack Height Command

    Use this: using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Plus.HabboHotel.GameClients; using Plus.HabboHotel.Rooms; using Plus.HabboHotel.Rooms.Chat.Commands; namespace Plus.HabboHotel.Rooms.Chat.Commands.User {...
  2. Marko97

    [PLUS EMU] Super Wired: Give Diamonds [R2]

    Search in GiveDiamondsBox.cs if you have this code: public GiveDiamondsBox(Room Instance, Item Item) { this.Instance = Instance; this.Item = Item; this.SetItems = new ConcurrentDictionary<int, Item>(); } If you haven't GiveDiamondsBox...
  3. Marko97

    [PLUS Emu] Mimic Command target user offline

    Hello! I've remade the mimic command to work also the target user is offline. Go in the class MimicCommand.cs and replace all with: using System; using Plus.Communication.Packets.Outgoing.Rooms.Engine; using Plus.Database.Interfaces; using Plus.Communication.Packets.Outgoing.Rooms.Avatar...
  4. Marko97

    [Plus Emulator] Command Erase Chatlog

    Hi, Today I will share with you a mini command made by me. This command perform the erase for chatlogs. 1. Go to HabboHotel/Rooms/Chat/Commands/Administrator and create a new class called: EraseChatlogCommand.cs and paste this: using Plus.HabboHotel.GameClients; using Plus.Database.Interfaces...
  5. Marko97

    [Plus Emulator] Complete header list for PRODUCTION-201711211204-412329988

    Wrong packets for example Camera packets not found.
  6. Marko97

    [Help] Plus emu error wont start

    Check if you have setted OK "external_variables" and "external_override_variables". Next check if TCP Port work or not.
  7. Marko97

    [Help] Plus emu error wont start

    In order to fix this issue you need to run this SQL query: ALTER TABLE `subscriptions` ADD `diamonds` INT(11) NOT NULL;
  8. Marko97

    Avatarimage.php script for RevCMS

    I will share my avatarimage.php in a hosting. Have fixed custom clothing :)
  9. Marko97

    Avatarimage.php script for RevCMS

    It not work for custom clothing ... I've resolved! Please close this thread.
  10. Marko97

    Avatarimage.php script for RevCMS

    Hi! I need the avatarimage.php script for RevCMS because in my hotel I've custom clothes. Thanks.
  11. Marko97

    Load user figure Plus Emulator

    Hello! I've this problem: The user figure not load first time, but if I reopen the user profile, load ok. My external_var are OK, this is a problem in the emulator. How to resolve this issue? @Westyy
  12. Marko97

    [RESOLVED] Name Prefix Plus Emulator

    I need to split the ExtraData string and not the Item.Name. I've make this: string PrefixSplitted = ExtraData.Split(new[] { '\r', '\n' }).FirstOrDefault(); using (IQueryAdapter dbClient = PlusEnvironment.GetDatabaseManager().GetQueryReactor()) {...
  13. Marko97

    [RESOLVED] Name Prefix Plus Emulator

    https://pastebin.com/7puUAxj8 The prefix is taken by extradata (furniture table) and extradata are in text format, then if is in text format is allowed to add new line, for example when you create a new trophy you can add new lines.
  14. Marko97

    [RESOLVED] Name Prefix Plus Emulator

    The problem is that the prefix are writen in multiple lines.
  15. Marko97

    [RESOLVED] Name Prefix Plus Emulator

    Hello anyone! I've installed name prefix release by Spyro in another forum but I've found a potential problem: How to resolve this? The problematic code are:
  16. Marko97

    Antiscam Client for RevCMS

    Wow, I did not know.
  17. Marko97

    Antiscam Client for RevCMS

    Hello, Today I will release an antiscam protection for client compatible with RevCMS coded by Zubrag and adapted by me: In order to install correctly this you will follow these steps: 1) Run this query: ALTER TABLE `users` ADD `staffpin` TEXT NULL DEFAULT NULL 2) Insert 'stafflogin.php' in...
  18. Marko97

    HabboEmulator based off PlusEmulator.

    Nice protection! I'll add this in my emulator source :)
  19. Marko97

    Monster Plant [PLUS EMU]

    Hi, Anyone have the fix for Monster Plants aka Moplabeed? I've found this fix in Mercury Emulator version >=2.25 but it's very hard to import in Plus Emu. Cheers.
  20. Marko97

    [Release] Full Bazaar Furni Pack

    FURNITURE FOR PLUS R2 https://pastebin.com/Gdfv3pmT MIRROR DOWNLOAD FOR FLYCARPET.SWF https://www.mediafire.com/file/3wd9vw3ymnbq1r4/Flycarpet.swf
Top