- Joined
- Apr 3, 2007
- Messages
- 29
- Reaction score
- 0
Hello, I am releasing the V31.4 Environent Furni SQL I have spent personal time on it, please leave my name in the Cata.. This includes new Executive Furni, and Environment and Mall and I think some Idol furni, I dunno..
I do not have a screenshot, but Hebbo does on his post
Release:
CCT: check out hebbo's post here, and look for link.
SQL:
Catalogue Items:
You can edit the TIDs if you have something there. You can edit Desc and Name, I rly don't care.
Note: 116 is catalogue page, if you want to change, i recommend going into notepad and Pressing CTRL + H and type in 116 for replace and any number for in replace with. Make sure the ID is same as the catalogue. If its not you won't get the furni!!!
Catalogue_Pages:
%65 credit to Hebbo, because w/out DCRs, I couldn't make.
I do not have a screenshot, but Hebbo does on his post
Release:
CCT: check out hebbo's post here, and look for link.
SQL:
Catalogue Items:
Code:
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
(1956, 'Executive Hatch', 'Open, Close... So magical!', 5, 1, 1, 1, 0.00, 'exe_gate', '0,0,0', '116', '0', '1', '1', 1956),
(1957, 'Map', 'What is that "Bomb Here" mean?', 3, 0, 0, 0, 0.00, 'exe_map', '0,0,0', '116', '0', '1', '1', 1957),
(1958, 'Waterfall', 'Water, fall, you water, you fall', 3, 0, 0, 0, 0.00, 'exe_wfall', '0,0,0', '116', '0', '1', '1', 1958),
(1959, 'Lamp', 'I can see now', 8, 4, 1, 1, 0.00, 'exe_light', '0,0,0', '116', '0', '1', '1', 1959),
(1960, 'Cubical Light', 'Square', 6, 1, 1, 1, 0.00, 'exe_cubelight', '0,0,0', '116', '0', '1', '1', 1960),
(1961, 'Art Lamp', 'Artsie', 6, 1, 1, 1, 0.00, 'exe_artlamp', '0,0,0', '116', '0', '1', '1', 1961),
(1962, 'Idol Chair', 'Sit Down', 3, 2, 1, 1, 1.50, 'ads_idol_ichair', '0,0,0', '116', '0', '1', '1', 1962),
(1963, 'Tree', 'Make me some air', 8, 1, 2, 2, 0.80, 'env_tree4', '0,0,0', '116', '0', '1', '1', 1963),
(1964, 'Tree', 'Leafy', 5, 1, 1, 1, 1.00, 'env_tree1', '0,0,0', '116', '0', '1', '1', 1964),
(1965, 'Tree', 'He has Wood', 5, 2, 1, 1, 1.00, 'env_tree2', '0,0,0', '116', '0', '1', '1', 1965),
(1966, 'Tree', 'Morning Wood', 5, 1, 1, 1, 1.00, 'env_tree3', '0,0,0', '116', '0', '1', '1', 1966),
(1967, 'American Idol Tube?', 'No clue what this is', 5, 1, 1, 1, 1.00, 'ads_idol_tube', '0,0,0', '116', '0', '1', '1', 1967),
(1968, 'American Idol Poster', 'Branding your Wall', 3, 0, 0, 0, 0.00, 'ads_idol_logo', '0,0,0', '116', '0', '1', '1', 1968),
(1969, 'Grass', 'I hope you dont have Hayfever', 25, 4, 2, 2, 0.00, 'env_grass', '0,0,0', '116', '0', '1', '1', 1969),
(1970, 'Bush', 'Very Bushy', 5, 1, 1, 2, 0.00, 'env_bushes', '0,0,0', '116', '0', '1', '1', 1970),
(1971, 'Bush Gate', 'Bush Gate', 6, 1, 2, 2, 0.00, 'env_bushes_gate', '0,0,0', '116', '0', '1', '1', 1971),
(1972, 'Window', 'This is an advertisiment', 3, 0, 0, 0, 0.00, 'ads_mall_winspo', '0,0,0', '116', '0', '1', '1', 1972),
(1973, 'Wndw', 'I dnt pt mst vlws', 3, 0, 0, 0, 0.00, 'ads_mall_winice', '0,0,0', '116', '0', '1', '1', 1973),
(1974, 'Mr Cactus', 'Hes Pricky', 10, 1, 1, 1, 1.00, 'ads_grefusa_cactus', '0,0,0', '116', '0', '1', '1', 1974),
(1975, 'Totem', 'only the leg', 25, 1, 1, 1, 1.00, 'totem_leg', '0,0,0', '116', '0', '1', '1', 1975);
You can edit the TIDs if you have something there. You can edit Desc and Name, I rly don't care.
Note: 116 is catalogue page, if you want to change, i recommend going into notepad and Pressing CTRL + H and type in 116 for replace and any number for in replace with. Make sure the ID is same as the catalogue. If its not you won't get the furni!!!
Catalogue_Pages:
Code:
INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(116, 1, 'V31.4', 'V31.4', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'New V31.4 Furni out now!', 'New!', 'Released by .:: D ::. on Ragezone!', '');
%65 credit to Hebbo, because w/out DCRs, I couldn't make.
Last edited: