Description: R31.4 Furnitures CCTs
Download: http://rapidshare.com/files/214162441/newF.rar.html
Description: R31.4 Furnitures CCTs
Download: http://rapidshare.com/files/214162441/newF.rar.html
Petty kewl furni.
Nice find/rel
Great release, Hebbo.
Thanks.
Hebbo. Your to fast x']
But nice release :)
Cheers, should be great :) It looks really cool
Now it's time for me and everyone else to beg for someone to make a correct and working Holograph SQL file.
If someone want to convert this SQL into the Holographs SQL:
Code:INSERT INTO `catalogue_items` (`tid`, `catalogue_cost_credits`, `catalogue_cost_pixels`, `typeid`, `length`, `width`, `top`, `name_cct`, `status_max`, `rights_required`, `next_to_required`, `drink_ids`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES (10051, 4, 0, 1, 3, 1, 0.00, 'ads_idol_cork', 1, 1, 0, '', '0,0,0', 91, '0', '1', '1', 1), (10052, 2, 0, 2, 1, 1, 1.50, 'ads_idol_ichair', 1, 1, 0, '', '0,0,0', 91, '0', '1', '1', 1), (10053, 3, 0, 0, 0, 0, 0.00, 'ads_idol_logo', 1, 1, 0, '', '0,0,0', 91, '0', '1', '1', 1), (10054, 4, 0, 1, 2, 2, 0.00, 'ads_idol_newsDsk', 1, 1, 0, '', '0,0,0', 91, '0', '1', '1', 1), (10055, 2, 0, 1, 1, 1, 0.00, 'ads_idol_tube', 1, 1, 0, '', '0,0,0', 91, '0', '1', '1', 1), (10056, 5, 0, 0, 0, 0, 0.00, 'ads_mall_winice', 1, 1, 0, '', '0,0,0', 79, '0', '1', '1', 1), (10057, 5, 0, 0, 0, 0, 0.00, 'ads_mall_winspo', 1, 1, 0, '', '0,0,0', 79, '0', '1', '1', 1), (10058, 3, 0, 1, 1, 2, 0.00, 'env_bushes', 1, 1, 0, '', '0,0,0', 119, '0', '1', '1', 1), (10059, 3, 0, 1, 2, 2, 0.00, 'env_bushes_gate', 1, 1, 0, '', '0,0,0', 119, '1', '1', '1', 1), (10060, 5, 0, 4, 0, 0, 0.00, 'env_grass', 1, 1, 0, '', '0,0,0', 119, '0', '1', '1', 1), (10061, 5, 0, 1, 1, 1, 0.00, 'env_tree1', 1, 1, 0, '', '0,0,0', 119, '0', '1', '1', 1), (10062, 5, 0, 1, 1, 1, 0.00, 'env_tree2', 1, 1, 0, '', '0,0,0', 119, '0', '1', '1', 1), (10063, 5, 0, 1, 1, 1, 0.00, 'env_tree3', 1, 1, 0, '', '0,0,0', 119, '0', '1', '1', 1), (10064, 8, 0, 1, 0, 0, 0.00, 'env_tree4', 4, 1, 0, '', '0,0,0', 119, '0', '1', '1', 1), (10065, 3, 0, 1, 1, 1, 0.00, 'exe_artlamp', 1, 1, 0, '', '0,0,0', 72, '0', '1', '1', 1), (10066, 3, 0, 1, 1, 1, 0.00, 'exe_cubelight', 1, 1, 0, '', '0,0,0', 72, '0', '1', '1', 1), (10067, 6, 0, 1, 1, 1, 0.00, 'exe_gate', 1, 1, 0, '', '0,0,0', 93, '1', '1', '1', 1), (10068, 4, 0, 4, 1, 1, 0.00, 'exe_light', 1, 1, 0, '', '0,0,0', 72, '0', '1', '1', 1), (10069, 4, 0, 0, 0, 0, 0.00, 'exe_map', 1, 1, 0, '', '0,0,0', 72, '0', '1', '1', 1), (10070, 6, 0, 0, 0, 0, 0.00, 'exe_wfall', 1, 1, 0, '', '0,0,0', 72, '0', '1', '1', 1);Code:INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`, `page_brother`) VALUES (119, 1, 'Environment', 'Environment', 'default_3x3', 'catalog_limited_headline1', 'catalog_limited_teaser1', 'Encironment', ' ', 'Encironment', NULL, NULL);
Very nice ive been looking for these
adding it to my hotel now.
catalogue_items and catalogue_pages not work D:
Please fix for me?
Thank You.
Nice Hebbo
exe_gate no work xD
Please Help-me ? D:
Please Post SQL - 100%
Nice, nice! Someone.. SQL?!
The Sql dont work because it is from a V31 server :(
me all work xDDDDDDDDD :D
sorry no name furni coming soon
Code:/* MySQL Data Transfer Source Host: localhost Source Database: holodb Target Host: localhost Target Database: holodb Date: 27.03.2009 16:01:17 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for catalogue_items -- ---------------------------- DROP TABLE IF EXISTS `catalogue_items`; CREATE TABLE `catalogue_items` ( `tid` int(10) NOT NULL, `catalogue_name` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `catalogue_description` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `catalogue_cost` int(5) NOT NULL, `typeid` tinyint(1) NOT NULL, `length` tinyint(2) NOT NULL, `width` tinyint(2) NOT NULL, `top` double(4,2) NOT NULL, `name_cct` varchar(110) COLLATE utf8_unicode_ci NOT NULL, `colour` varchar(100) COLLATE utf8_unicode_ci NOT NULL, `catalogue_id_page` tinyint(3) NOT NULL, `door` int(3) NOT NULL, `tradeable` int(1) NOT NULL, `recycleable` int(1) NOT NULL, `picture` varchar(20) COLLATE utf8_unicode_ci DEFAULT NULL, `catalogue_id_index` int(5) NOT NULL, PRIMARY KEY (`tid`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- ---------------------------- -- Records -- ---------------------------- INSERT INTO `catalogue_items` VALUES ('1956', 'exe_gate', 'exe_gate', '5', '1', '1', '1', '0.00', 'exe_gate', '0,0,0', '-1', '1', '1', '1', 'placeholder.gif', '1956'); INSERT INTO `catalogue_items` VALUES ('1957', 'exe_map', 'exe_map', '3', '0', '0', '0', '0.00', 'exe_map', '0,0,0', '77', '1', '1', '1', 'placeholder.gif', '1957'); INSERT INTO `catalogue_items` VALUES ('1958', 'exe_wfall', 'exe_wfall', '3', '0', '0', '0', '0.00', 'exe_wfall', '0,0,0', '77', '1', '1', '1', 'placeholder.gif', '1958'); INSERT INTO `catalogue_items` VALUES ('1959', 'exe_light', 'exe_light', '8', '4', '1', '1', '0.00', 'exe_light', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1959'); INSERT INTO `catalogue_items` VALUES ('1960', 'exe_cubelight', 'exe_cubelight', '6', '1', '1', '1', '0.00', 'exe_cubelight', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1960'); INSERT INTO `catalogue_items` VALUES ('1961', 'exe_artlamp', 'exe_artlamp', '6', '1', '1', '1', '0.00', 'exe_artlamp', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1961'); INSERT INTO `catalogue_items` VALUES ('1962', 'ads_idol_ichair', 'ads_idol_ichair', '3', '2', '1', '1', '1.50', 'ads_idol_ichair', '0,0,0', '25', '0', '1', '1', 'placeholder.gif', '1962'); INSERT INTO `catalogue_items` VALUES ('1963', 'env_tree4', 'env_tree4', '8', '1', '2', '2', '0.80', 'env_tree4', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1963'); INSERT INTO `catalogue_items` VALUES ('1964', 'env_tree1', 'env_tree1', '5', '1', '1', '1', '1.00', 'env_tree1', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1964'); INSERT INTO `catalogue_items` VALUES ('1965', 'env_tree2', 'env_tree2', '5', '2', '1', '1', '1.00', 'env_tree2', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1965'); INSERT INTO `catalogue_items` VALUES ('1966', 'env_tree3', 'env_tree3', '5', '1', '1', '1', '1.00', 'env_tree3', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1966'); INSERT INTO `catalogue_items` VALUES ('1967', 'ads_idol_tube', 'ads_idol_tube', '5', '1', '1', '1', '1.00', 'ads_idol_tube', '0,0,0', '25', '0', '1', '1', 'placeholder.gif', '1967'); INSERT INTO `catalogue_items` VALUES ('1968', 'ads_idol_logo', 'ads_idol_logo', '3', '0', '0', '0', '0.00', 'ads_idol_logo', '0,0,0', '25', '0', '1', '1', 'placeholder.gif', '1968'); INSERT INTO `catalogue_items` VALUES ('1969', 'env_grass', 'env_grass', '25', '4', '2', '2', '0.00', 'env_grass', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1969'); INSERT INTO `catalogue_items` VALUES ('1970', 'env_bushes', 'env_bushes', '5', '1', '1', '2', '0.00', 'env_bushes', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1970'); INSERT INTO `catalogue_items` VALUES ('1971', 'env_bushes_gate', 'env_bushes_gate', '6', '1', '2', '2', '0.00', 'env_bushes_gate', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1971'); INSERT INTO `catalogue_items` VALUES ('1972', 'ads_mall_winspo', 'ads_mall_winspo', '3', '0', '0', '0', '0.00', 'ads_mall_winspo', '0,0,0', '25', '0', '1', '1', 'placeholder.gif', '1972'); INSERT INTO `catalogue_items` VALUES ('1973', 'ads_mall_winice', 'ads_mall_winice', '3', '0', '0', '0', '0.00', 'ads_mall_winice', '0,0,0', '25', '0', '1', '1', 'placeholder.gif', '1973'); INSERT INTO `catalogue_items` VALUES ('1974', 'ads_grefusa_cactus', 'ads_grefusa_cactus', '10', '1', '1', '1', '1.00', 'ads_grefusa_cactus', '0,0,0', '77', '0', '1', '1', 'placeholder.gif', '1974'); INSERT INTO `catalogue_items` VALUES ('1975', 'totem_leg', 'Sammlerstueck ', '25', '1', '1', '1', '1.00', 'totem_leg', '0,0,0', '-1', '0', '1', '1', 'placeholder.gif', '1975');
omg Slow Down Man!! Har har
U must not sleep :blank:
lolol any-how gonna try'n'add now........
TRY x]
you must also tid id of furni change is also clear that it is not radio with you lol
can any upload his complete catalogue also
items
deals
pages
THX
PLEASE MAKE THE CATALOGUE_ITEMS E CATALOGUE_PAGES FOR ME!
Thaanks :D
Make it yourself -.- this is the release thread for the CCT files ONLY. Nothing to do with SQL, want SQL, make it yourself, or wait patiently for someone to release it of there own accord.
Plz, SQL 100%
Can any now give me his Item,Pages ???
kan some wone make it in buy-furni/cata thnx
about time they make an executive gate xD
this furni looks awesome
Hebbo, you have to remember that we don't have v31 xD
so your catalogue_items won't work with our servers lolz (we are only on v26)
Be warned people,
if you use this, you whole catalogue_items will be deleted and you will only have these furni's
it would be wise to learn to make these yourself ;)