Me and @Sledmore messed around with adding new chat colours into the swfs when they were first released. It's fairly easy, and I'm SURE many people have done it since then.
As for how to do it, you'll need to decompile the habbo.swf. What you'll need to edit can be found in the class...
Was asked to create a tutorial on how to increase the inventory limit to stop users inventories getting stuck, causing the user to either have to empty their inventory or deal with never being able to open it again.
Firstly download this juicy pack found here...
Can indeed, the username and avatar only works for <=0. And since there is no group with the id of 0 you can set that as staff chat. Which is what I've done on my server.
In the hof_furni all the furniture should have revision folders, that's what the revision is referring to. "What folder does this item belong to?", basically. But since alot of hotels don't utilise the revision folders you can just name it as "customs" or leave it blank, and place the item in...
You're not setting the users id for the second half of the trade.
Try changing your TradingUpdateComposer function to this:
public TradingUpdateComposer(Trade Trade) : base(ServerPacketHeader.TradingUpdateMessageComposer)
{
if (Trade.Users.Count() < 2)...
Issue has been solved. I helped this user out privately implementing one of the fixes found bellow:
Sledmore's
https://devbest.com/threads/plusemu-support-thread.78541/page-7#post-373919
Mine
https://devbest.com/threads/revcms-plusemu-extra-security.78678/
Adding them is pretty simple. In navigator_categories set the category to "official_view" and the category type to "featured". Problem is since navigator_public's affects all rooms in the public category, you'll need to do a bit of re-coding to get them to have their own rooms. Lucky for you...
Take a look in the file "ProcessComponent.cs", and take a look at how respects our given to the users each day.
You'll want to create something similar to that system, or do what I did and recycle the code into one check. Progress the duration achievement every day, and for the login streak do...
Nah, I bet you're using php 7.x.x. I don't think there's a release working which supports that php version. So you'll have to use a different php build of code your own imager for the badges. (Or just fix the functions that aren't supported anymore)
Where the get request is for the figure, add a replace to convert underscores to periods and it should work.
$figure = str_replace('_', '.', $_GET["figure"]);
It's used for moderation purposes, but could be used for casinos. And why wouldn't people be thrilled about other people seeing their virtual items on a virtual game?