- Joined
- Dec 21, 2008
- Messages
- 249
- Reaction score
- 32
[REL]Custom furni packet. Alien/Hockey Table/Aquarium Seat and more!
My first realease!
Packet includes:
Hockey Table
Aquarium Couch
Black Throne
Blue Throne
Download link
Image of a few things that are included in packet
Thank me if you like it

I will Add SQL, I have no Idea how to work flat file... Sorry
SQL:
Catalogue Pages:
For both Thrones
Alien:
Hockey Table:
Aquarium Seat:
Hope the SQLs are right, im new to this :blush:
My first realease!
Packet includes:
Hockey Table
Aquarium Couch
Black Throne
Blue Throne
Download link
To view the content, you need to sign in or register
Image of a few things that are included in packet
![goro56 - [REL] [CCT] Custom furni packet - RaGEZONE Forums goro56 - [REL] [CCT] Custom furni packet - RaGEZONE Forums](http://i423.photobucket.com/albums/pp313/goro56/alien1.png)
Thank me if you like it


I will Add SQL, I have no Idea how to work flat file... Sorry
SQL:
Catalogue Pages:
PHP:
INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(345325, 7, 'Custom Rares', 'Rares', 'ctlg_layout2', 'catalog_rares_headline1', '', 'Hm... You have permission to stay here? Oh! if you don''t have permission, please go away!!!', 's:Restricted Zone', 'Select a item, and see more details', NULL),
For both Thrones
PHP:
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
VALUES ('6345235', 'Black Throne', 'Important Habbos only', '25', '2', '1', '1', '1.00', 'Blackthrone', '0,0,0', '345325', '0', '1', '1', '1152');
VALUES ('88888', 'Blue Throne', 'Important Habbos only', '25', '2', '1', '1', '1.00', 'blue_throne', '0,0,0', '345325', '0', '1', '1', '1152');
Alien:
PHP:
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (35234, 'Alien', 'DESC', 25, 1, 1, 1, 0.00, 'alien', '0,0,0', 345325, 0, 1, 1, 104),
Hockey Table:
PHP:
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (5252354, 'Hockey Table', 'DESC', 3, 1, 2, 2, 0.80, 'air_hockey', '#ffffff,#8FAEAF', 345325, 0, 1, 1, 92),
Aquarium Seat:
PHP:
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (5432634, 'Aquarium Seat', 'DESC', 3, 2, 2, 1, 1.00, 'aquacher', '#ffffff,#ffffff,#ffffff,#ffffff,#F7EBBC,#F7EBBC,#F7EBBC,#F7EBBC', 345325, 0, 1, 1, 291),
Hope the SQLs are right, im new to this :blush:
Last edited: