[PlusEMU][Addon] Items in Order on catalogue

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:
ed52e27a3a9c4018bcdc417bb24138f0.png

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!
wowsoBLESSED

See one example:
eff9480315bb4459bbe8ee58b40c39e9.png

6c77437ec56c4ae79523a4195946514f.png

Credits: Sulake, PlusEMU Devs, LuscasLeo and me: Wulles.
Skype for contact: KingKizile
 

Users who are viewing this thread

Top