Hi, this is one Basic "addon" for who wants to made their catalog a little more organized(items by order id).
First, open emulator on VisualStudio, and go to CatalogManager.cs(HabboHotel > Catalog).
Search for catalog_items and after in the same line, put: ORDER BY `order_id` ASC, like this...