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
{...
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...
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...
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...
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
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())
{...
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.
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:
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...
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.