Only the pillow, the trophie and the tele shows up, but you can't use the tele.
Printable View
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!
the teleports don't work :(
soooo cool man! thanks! it works 100 %!
can't see images? 3/10 i also re-release this! including image and working ccts/sql! and but tele not works yet :S
laterz,
Nice Release :D
this wud be good if i new how to add items rofl!