[REL] V25.3 Furniture

Status
Not open for further replies.
Joined
Jun 9, 2007
Messages
2,081
Reaction score
1,192
Hey!

Corner & Divider of the HCC furni.
Camp Rock Guitar

Includes;
Buy_furni
Catalogue
ccts (normal and s_)

Screens;
HabMoon - [REL] V25.3 Furniture - RaGEZONE Forums
HabMoon - [REL] V25.3 Furniture - RaGEZONE Forums

HabMoon - [REL] V25.3 Furniture - RaGEZONE Forums



Download;




Credits;
Me for releasing etc.
Sulake for designing
Puhekupla for noticing


Cya,
HabMoon:winky:
 
Good work i guess, i hate camp rock but it's still some furniture that i'm going to
have to add to hotel since users will ask for it.

Thanks though.
 
:> Thanks for the comments,

For people with a SSO Hotel here sql:
--
-- Gegevens worden uitgevoerd voor tabel `catalogue_items`
--

INSERT INTO `catalogue_items` (`tid`, `name_cct`, `typeid`, `length`, `width`, `top`, `colour`, `door`, `tradeable`, `recycleable`, `catalogue_id_page`, `catalogue_id_index`, `catalogue_name`, `catalogue_description`, `catalogue_cost`) VALUES
(1600, 'hcc_dvdr', 1, 2, 1, 0.00, '0,0,0', '0', '1', '1', 55, 1480, 'ClubScreen', 'X-Ray only different..', 15),
(1601, 'hcc_crnr', 1, 1, 1, 0.00, '0,0,0', '0', '1', '1', 55, 1481, 'Clubcorner', 'Fill up those corners!', 10),
(1602, 'ads_campguitar', 0, 0, 0, 0.00, '0,0,0', '0', '1', '1', 81, 1485, 'Camp Rock Guitar', 'Rock On!', 5);
 
good luck to u! ;)

P.S.: habmoon can u just please open ur retro for a lil bit :| if u do, just pm me link on msn, also i can invite over 10+ ppl if u want me to xD

I cant open my hotel because i got some new internet provider box and i have no idea how to portforward on it xD

ontopic; Thanks for nice comments :winky:
 
INSERT INTO `holodb`.`catalogue_pages` (
`indexid` ,
`minrank` ,
`indexname` ,
`displayname` ,
`style_layout` ,
`img_header` ,
`img_side` ,
`label_description` ,
`label_misc` ,
`label_moredetails` ,
`opt_bodyreplace`
)
VALUES (
'90', '1', 'v25.3', 'v25.3', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_posters_teaser1,', 'The v25.3 furni its new!', '', 'Click on the item you want for more information.', 'NULL'
);

thats catolog sql it should work


furni sql

INSERT INTO `holodb`.`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 (
'4413', 'Hc Divider', 'The new v25.2', '5', '1', '1', '1', '1', 'hh_furni_xx_s_hcc_dvdr.cct', '0,0,0', '90', '0', '1', '2', '4413'
), (
'4414', 'HC corner', 'V25.3 Hc corner', '3', '1', '1', '1', '1', 'hh_furni_xx_s_hcc_crnr.cct', '0,0,0', '90', '0', '1', '2', '4414'
);
)
VALUES (
'4415', 'Hc Guitar', 'The New V24.3', '8', '1', '1', '1', '1', 'hh_furni_xx_ads_campguitar.cct', '0,0,0', '90', '0', '1', '2', '4415'
), (
NULL , '', '', '', '', '', '', '', '', '', '', '', '', '', ''
);
 
Status
Not open for further replies.
Back