Wulles
New Member
- Dec 8, 2013
- 15
- 8
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:
After, go to your DataBase and execute this SQL:
Code:
ALTER TABLE `catalog_items` ADD `order_id` INT(11) NOT NULL DEFAULT '1' AFTER `item_id`;
And, be happy!
See one example:
Credits: Sulake, PlusEMU Devs, LuscasLeo and me: Wulles.
Skype for contact: KingKizile