I’ve got something like this coded on mine so people can only
Buy X amount of each LTD per day to stop one person who’s got enough currency buying a large majority of them
Just logs into a table with the user id and item id and when it hits X amount it stops inserting and doesn’t allow them to...
I got bored so here @hosteventsguy
namespace Plus.HabboHotel.Rooms.Chat.Commands.Moderator
{
class RoomSayCommand : IChatCommand
{
public string PermissionRequired
{
get { return "command_roomsay"; }
}
public string Parameters
{...
think its been like that for a while tbh
pretty sure arcturus also has their LTD's setup like that and it got requested by a user of mine so I tried and failed LOL
then asked the big boss himself if he could do it
Its how habbo do their LTD's
instead of it giving you an LTD in increment order so like if theres 20/20 and you buy the first itll give you #1
itll give you a random number out of those 20 available so that way its random at what number you get and it makes getting #1 or whatever number you want...
you need to rebuild the solution
save all changes and then click the build tab at the top of Visual Studio and click rebuild solution
Once its rebuilt start your emulator and changes should be applied