You welcome
Printable View
You welcome
The page don't work it says wrong shockwave movie
becuase it's a cct problems.....
I don't get error:
http://www.plaatjesupload.nl/bekijk/...402089-780.png
Make sure you download this:
http://www.mediafire.com/download.php?kycmtmvw5kg
EDIT: all the stuff must be coded.....
but the pillow and the tele and the trofee not
and the desk is an PH-box, i want to check it
Cheers myte;] but you have to put the trohpie in the trophie section then code it into the server.
No it's ccts :D
Anyway if i delete tv3 they works, not all but they works =]
we have to wait while Habbo insert them.
Cya
but the furni is in the habbo dcr i ripped from these :P
the most of all (everything) don't do it, first.. the tv3 or something gives an error,, and the rest of the furni gives a 'PH Block' in the room :S
EDIT: btw.. i use an v18 hotel,
screenshot dont works m8
Only the pillow, the trophie and the tele shows up, but you can't use the tele.
How DO you fix that error? I have made furni but the cct gives the error, and I want to know how to make my ccts work.
all work except wall3. says something about it not running with current shockwave version or w/e.
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
(1864, 'NAME', 'DESC', 5, 1, 2, 2, 0.00, 'ads_cldesk', '0,0,0', 82, '0', '1', '1', 1864),
(1865, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_cltele', '0,0,0', 82, '0', '1', '1', 1865),
(1866, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall1', '0,0,0', 82, '0', '1', '1', 1866),
(1867, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_clwall2', '0,0,0', 82, '0', '1', '1', 1867),
(1869, 'NAME', 'DESC', 5, 2, 1, 1, 0.80, 'ads_ob_pillow', '0,0,0', 82, '0', '1', '1', 1869),
(1870, 'NAME', 'DESC', 5, 0, 0, 0, 0.00, 'ads_ob_wall', '0,0,0', 82, '0', '1', '1', 1870),
(1871, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'xmas08_trph2', '0,0,0', 82, '0', '1', '1', 1871),
(1872, 'NAME', 'DESC', 5, 1, 1, 3, 0.00, 'lostc_merdragon', '0,0,0', 82, '0', '1', '1', 1872);
in cataloguemanager.cs look forCode:INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(82, 7, 'Advertisement', 'Advertisement', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'Get it while its hot.. <br><br>LIMITED EDITION FURNITURE!', '', 'For a limited time only!', NULL);
and add right belowCode:case "door":
case "doorB":
case "doorC":
case "doorD":
case "teleport_door":
If you don't have X-mas Tele
If you have X-mas TeleCode:case "xmas08_telep":
Code:case "ads_cltele":
Ah, very nice! Thanks!