[REL] [CCT] Custom furni packet Custom 

Status
Not open for further replies.
Experienced Elementalist
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
goro56 - [REL] [CCT] Custom furni packet - RaGEZONE Forums


Thank me if you like it :) :thumbup:

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:
Re: Custom furni packet! CCT!

nice but the hockey table i see before
did u even made them?
if u did it's nice
if u don't please give some credits

Grr..
Arnii
 
Re: Custom furni packet! CCT!

why u made a furni pack of just 3 furni!?
this kinda suck...

Grr..
Arnii
 
Re: Custom furni packet! CCT!

Sorry But these have been realesed a few years ago :(
But thanks for the Re-Rel, I belive these were all coded in late 07 mabey early 08 by another fellow.
 
Re: Custom furni packet! CCT!

No SQL, ill add it though...
------------------------------------------

SQL added, hope this helps :)
 
Last edited:
Status
Not open for further replies.
Back