Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

[CCT] New furni

Status
Not open for further replies.
Junior Spellweaver
Joined
Jan 11, 2008
Messages
124
Reaction score
0
O.O when i open the category it give me this error lol

nederlander - [CCT] New furni - RaGEZONE Forums
You need a new version of shockwave.
 
Newbie Spellweaver
Joined
Apr 17, 2007
Messages
75
Reaction score
0
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
 
Newbie Spellweaver
Joined
Jul 30, 2008
Messages
13
Reaction score
0
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,
 
Divine Celestial
Loyal Member
Joined
Aug 8, 2008
Messages
863
Reaction score
4
screenshot dont works m8
 
Retired
Loyal Member
Joined
May 5, 2007
Messages
497
Reaction score
665
Only the pillow, the trophie and the tele shows up, but you can't use the tele.
 
Newbie Spellweaver
Joined
Sep 20, 2007
Messages
41
Reaction score
0
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.
 
Joined
Mar 30, 2007
Messages
962
Reaction score
166
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);

Code:
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);

in cataloguemanager.cs look for
Code:
  case "door":
                case "doorB":
                case "doorC":
                case "doorD":
                case "teleport_door":

and add right below
If you don't have X-mas Tele
Code:
  case "xmas08_telep":

If you have X-mas Tele
Code:
  case "ads_cltele":
 
Last edited:
Status
Not open for further replies.
Back
Top