Sellroom / Buyroom.

HoldUp

dont even
Aug 31, 2017
242
32
Which files do we add them to?
In PlusR1 from habbofiles.com sellroom is already coded.
Replace that one with this one that he's coded.
Go to HabboHotel > Chat > Commands > User.
Right click > Add > Class > and then name is BuyRoomCommand.cs > Then put that code in there.
Go to CommandManager.cs and add in >
this.Register("sellroom", new SellRoomCommand());
this.Register("buyroom", new BuyRoomCommand());
in the private void RegisterUser() part. If you need help PM me im off out thats why I've not helped a load.
 

Zachariah

Active Member
Aug 26, 2017
177
78
There's an exploit with users placing their furni in a room with rights, the owner sells the room, and all the furni is sold to the person that paid for it, they get every furni in the room, including the placed ones not owned by the room owner. Is this fixed or .. ?
 

HoldUp

dont even
Aug 31, 2017
242
32
There's an exploit with users placing their furni in a room with rights, the owner sells the room, and all the furni is sold to the person that paid for it, they get every furni in the room, including the placed ones not owned by the room owner. Is this fixed or .. ?
You may be able to fix that yourself? Somewhere in the code try adding that you set the old owners rights to the room as 0 or something as the room might be transferred but the rights are still on that users account.
 

Users who are viewing this thread

Top