Menu
Forums
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Trending
What's new
New posts
New profile posts
Latest activity
Members
Current visitors
New profile posts
Search profile posts
Upgrades
Log in
Register
What's new
Search
Search
Search titles only
By:
All threads
Latest threads
New posts
Trending threads
New posts
Search forums
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Catalogue won't work [HELP]
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="daanvanderuit" data-source="post: 348805" data-attributes="member: 42249"><p>I've got the regular database from my emulator. I'll post the structure of the catalog_pages, catalog_items and furniture</p><p>Regular, working database:</p><p>[SPOILER="Catalog_items"][CODE]DROP TABLE IF EXISTS `catalog_items`;</p><p>CREATE TABLE `catalog_items` (</p><p> `id` int(100) unsigned NOT NULL,</p><p> `page_id` int(11) NOT NULL,</p><p> `item_ids` varchar(120) NOT NULL,</p><p> `catalog_name` varchar(100) NOT NULL,</p><p> `cost_credits` int(11) NOT NULL,</p><p> `cost_belcredits` int(11) NOT NULL,</p><p> `cost_duckets` int(10) NOT NULL DEFAULT '0',</p><p> `amount` int(11) NOT NULL,</p><p> `vip` enum('0','1','2') NOT NULL DEFAULT '0',</p><p> `achievement` int(4) unsigned NOT NULL DEFAULT '0',</p><p> `song_id` int(11) unsigned NOT NULL DEFAULT '0',</p><p> `limited_sells` int(11) NOT NULL DEFAULT '0',</p><p> `limited_stack` int(11) NOT NULL DEFAULT '0',</p><p> `offer_active` enum('0','1') NOT NULL DEFAULT '1',</p><p> `extradata` varchar(255) NOT NULL,</p><p> `badge` varchar(20) NOT NULL DEFAULT '',</p><p> `flat_id` int(11) NOT NULL DEFAULT '-1',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE][/SPOILER]</p><p>[SPOILER="Catalog Pages"]</p><p>[CODE]DROP TABLE IF EXISTS `catalog_pages`;</p><p>CREATE TABLE `catalog_pages` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `parent_id` int(11) NOT NULL DEFAULT '-1',</p><p> `caption` varchar(100) NOT NULL,</p><p> `icon_color` int(11) NOT NULL DEFAULT '1',</p><p> `icon_image` int(11) NOT NULL DEFAULT '1',</p><p> `visible` enum('0','1') NOT NULL DEFAULT '1',</p><p> `enabled` enum('0','1') NOT NULL DEFAULT '1',</p><p> `min_rank` int(10) unsigned NOT NULL DEFAULT '1',</p><p> `club_only` enum('0','1') NOT NULL DEFAULT '0',</p><p> `order_num` int(11) NOT NULL,</p><p> `page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts','guild_frontpage','spaces_new','guild_custom_furni','bots','petcustomization','roomads') NOT NULL DEFAULT 'default_3x3',</p><p> `page_headline` text NOT NULL,</p><p> `page_teaser` text NOT NULL,</p><p> `page_special` text NOT NULL,</p><p> `page_text1` text NOT NULL,</p><p> `page_text2` text NOT NULL,</p><p> `min_sub` int(11) NOT NULL DEFAULT '0',</p><p> `page_text_details` text NOT NULL,</p><p> `page_text_teaser` text NOT NULL,</p><p> `vip_only` enum('1','0') NOT NULL DEFAULT '0',</p><p> `page_link_description` text NOT NULL,</p><p> `page_link_pagename` text NOT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM AUTO_INCREMENT=9051 DEFAULT CHARSET=latin1;[/CODE]</p><p>[/SPOILER]</p><p></p><p>[SPOILER="Furniture"]</p><p>[CODE]DROP TABLE IF EXISTS `furniture`;</p><p>CREATE TABLE `furniture` (</p><p> `id` int(11) unsigned NOT NULL AUTO_INCREMENT,</p><p> `public_name` varchar(100) NOT NULL COMMENT 'temp only',</p><p> `item_name` varchar(100) NOT NULL,</p><p> `type` enum('s','i','e','h','v','r') NOT NULL DEFAULT 's',</p><p> `width` int(11) NOT NULL DEFAULT '1',</p><p> `length` int(11) NOT NULL DEFAULT '1',</p><p> `stack_height` varchar(255) NOT NULL DEFAULT '1',</p><p> `can_stack` enum('0','1') NOT NULL DEFAULT '1',</p><p> `can_sit` enum('0','1') NOT NULL DEFAULT '0',</p><p> `is_walkable` enum('0','1') NOT NULL DEFAULT '0',</p><p> `sprite_id` int(11) NOT NULL,</p><p> `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_trade` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_gift` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',</p><p> `interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','banzaicounter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch','wf_act_give_phx','wf_cnd_phx','conditionfurnihasfurni','mannequin','gld_item','pet19','pet18','pet17','pet16','pet15','pet14','pet13','pet12','pet11','pet10','pet9','pet8','pet7','pet6','pet5','pet4','pet3','pet2','pet1','pet0','gift','roombg','hopper','snowhill','rentable_bot') NOT NULL DEFAULT 'default',</p><p> `interaction_modes_count` int(11) NOT NULL DEFAULT '1',</p><p> `vending_ids` varchar(100) NOT NULL DEFAULT '0',</p><p> `is_arrow` enum('0','1') NOT NULL DEFAULT '0',</p><p> `foot_figure` enum('0','1') NOT NULL DEFAULT '0',</p><p> `stack_multiplier` enum('0','1') NOT NULL DEFAULT '0',</p><p> `subscriber` enum('0','1') NOT NULL DEFAULT '0',</p><p> `effectid` int(11) NOT NULL DEFAULT '0',</p><p> `height_adjustable` varchar(100) NOT NULL DEFAULT '0',</p><p> `flat_id` int(11) NOT NULL DEFAULT '-1',</p><p> `revision` int(11) NOT NULL DEFAULT '49500',</p><p> `description` varchar(255) NOT NULL DEFAULT '',</p><p> `specialtype` int(11) NOT NULL DEFAULT '1',</p><p> `canlayon` enum('1','0') NOT NULL DEFAULT '0',</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `item_name` (`item_name`) USING HASH</p><p>) ENGINE=MyISAM AUTO_INCREMENT=999889255 DEFAULT CHARSET=latin1;[/CODE]</p><p>[/SPOILER]</p><p></p><p>And here is the cata (not working):</p><p>[SPOILER="Catalog_items"]</p><p>[CODE]DROP TABLE IF EXISTS `catalog_items`;</p><p>CREATE TABLE `catalog_items` (</p><p> `id` int(100) unsigned NOT NULL,</p><p> `page_id` int(11) NOT NULL,</p><p> `item_ids` varchar(120) NOT NULL,</p><p> `catalog_name` varchar(100) NOT NULL,</p><p> `cost_credits` int(11) NOT NULL,</p><p> `cost_belcredits` int(10) NOT NULL DEFAULT '0',</p><p> `cost_duckets` int(11) NOT NULL,</p><p> `amount` int(11) NOT NULL,</p><p> `vip` enum('0','1','2') NOT NULL DEFAULT '0',</p><p> `achievement` int(4) unsigned NOT NULL DEFAULT '0',</p><p> `song_id` int(11) unsigned NOT NULL DEFAULT '0',</p><p> `limited_sells` int(11) NOT NULL DEFAULT '0',</p><p> `limited_stack` int(11) NOT NULL DEFAULT '0',</p><p> `offer_active` enum('0','1') NOT NULL DEFAULT '1',</p><p> `extradata` varchar(255) NOT NULL,</p><p> `badge` varchar(20) NOT NULL DEFAULT '',</p><p> `flat_id` int(11) NOT NULL DEFAULT '-1',</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE]</p><p>[/SPOILER]</p><p></p><p>[SPOILER="Catalog_pages"]</p><p>[CODE]DROP TABLE IF EXISTS `catalog_pages`;</p><p>CREATE TABLE `catalog_pages` (</p><p> `id` int(11) NOT NULL AUTO_INCREMENT,</p><p> `parent_id` int(11) NOT NULL DEFAULT '-1',</p><p> `caption` varchar(100) NOT NULL,</p><p> `icon_color` int(11) NOT NULL DEFAULT '1',</p><p> `icon_image` int(11) NOT NULL DEFAULT '1',</p><p> `visible` enum('0','1') NOT NULL DEFAULT '1',</p><p> `enabled` enum('0','1') NOT NULL DEFAULT '1',</p><p> `min_rank` int(10) unsigned NOT NULL DEFAULT '1',</p><p> `club_only` enum('0','1') NOT NULL DEFAULT '0',</p><p> `order_num` int(11) NOT NULL,</p><p> `page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts','guild_frontpage','spaces_new','guild_custom_furni','bots','petcustomization','roomads') NOT NULL DEFAULT 'default_3x3',</p><p> `page_headline` text NOT NULL,</p><p> `page_teaser` text NOT NULL,</p><p> `page_special` text NOT NULL,</p><p> `page_text1` text NOT NULL,</p><p> `page_text2` text NOT NULL,</p><p> `min_sub` int(11) NOT NULL DEFAULT '0',</p><p> `page_text_details` text NOT NULL,</p><p> `page_text_teaser` text NOT NULL,</p><p> `vip_only` enum('1','0') NOT NULL DEFAULT '0',</p><p> `page_link_description` text NOT NULL,</p><p> `page_link_pagename` text NOT NULL,</p><p> PRIMARY KEY (`id`)</p><p>) ENGINE=MyISAM AUTO_INCREMENT=9895646 DEFAULT CHARSET=latin1;[/CODE]</p><p>[/SPOILER]</p><p></p><p>[SPOILER="Furniture"]</p><p>[CODE]DROP TABLE IF EXISTS `furniture`;</p><p>CREATE TABLE `furniture` (</p><p> `id` int(11) unsigned NOT NULL AUTO_INCREMENT,</p><p> `public_name` varchar(100) NOT NULL COMMENT 'temp only',</p><p> `item_name` varchar(100) NOT NULL,</p><p> `type` enum('s','i','e','h','v','r') NOT NULL DEFAULT 's',</p><p> `width` int(11) NOT NULL DEFAULT '1',</p><p> `length` int(11) NOT NULL DEFAULT '1',</p><p> `stack_height` varchar(255) NOT NULL DEFAULT '1',</p><p> `can_stack` enum('0','1') NOT NULL DEFAULT '1',</p><p> `can_sit` enum('0','1') NOT NULL DEFAULT '0',</p><p> `is_walkable` enum('0','1') NOT NULL DEFAULT '0',</p><p> `sprite_id` int(11) NOT NULL,</p><p> `allow_recycle` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_trade` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_gift` enum('0','1') NOT NULL DEFAULT '1',</p><p> `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1',</p><p> `interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','banzaicounter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch','wf_act_give_phx','wf_cnd_phx','conditionfurnihasfurni','mannequin','gld_item','pet19','pet18','pet17','pet16','pet15','pet14','pet13','pet12','pet11','pet10','pet9','pet8','pet7','pet6','pet5','pet4','pet3','pet2','pet1','pet0','gift','roombg','hopper','snowhill','rentable_bot') NOT NULL DEFAULT 'default',</p><p> `interaction_modes_count` int(11) NOT NULL DEFAULT '1',</p><p> `vending_ids` varchar(100) NOT NULL DEFAULT '0',</p><p> `is_arrow` enum('0','1') NOT NULL DEFAULT '0',</p><p> `foot_figure` enum('0','1') NOT NULL DEFAULT '0',</p><p> `stack_multiplier` enum('0','1') NOT NULL DEFAULT '0',</p><p> `subscriber` enum('0','1') NOT NULL DEFAULT '0',</p><p> `effectid` int(11) NOT NULL DEFAULT '0',</p><p> `height_adjustable` varchar(100) NOT NULL DEFAULT '0',</p><p> `flat_id` int(11) NOT NULL DEFAULT '-1',</p><p> `revision` int(11) NOT NULL DEFAULT '49500',</p><p> `description` varchar(255) NOT NULL DEFAULT '',</p><p> `specialtype` int(11) NOT NULL DEFAULT '1',</p><p> `canlayon` enum('1','0') NOT NULL DEFAULT '0',</p><p> PRIMARY KEY (`id`),</p><p> UNIQUE KEY `item_name` (`item_name`) USING HASH</p><p>) ENGINE=MyISAM AUTO_INCREMENT=999999122 DEFAULT CHARSET=latin1;[/CODE]</p><p>[/SPOILER]</p><p></p><p></p><p>Thanks for showing interest in it <img src="/styles/default/xenforo/smilies/emojione/smile.png" class="smilie" loading="lazy" alt=":)" title="Smile :)" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="daanvanderuit, post: 348805, member: 42249"] I've got the regular database from my emulator. I'll post the structure of the catalog_pages, catalog_items and furniture Regular, working database: [SPOILER="Catalog_items"][CODE]DROP TABLE IF EXISTS `catalog_items`; CREATE TABLE `catalog_items` ( `id` int(100) unsigned NOT NULL, `page_id` int(11) NOT NULL, `item_ids` varchar(120) NOT NULL, `catalog_name` varchar(100) NOT NULL, `cost_credits` int(11) NOT NULL, `cost_belcredits` int(11) NOT NULL, `cost_duckets` int(10) NOT NULL DEFAULT '0', `amount` int(11) NOT NULL, `vip` enum('0','1','2') NOT NULL DEFAULT '0', `achievement` int(4) unsigned NOT NULL DEFAULT '0', `song_id` int(11) unsigned NOT NULL DEFAULT '0', `limited_sells` int(11) NOT NULL DEFAULT '0', `limited_stack` int(11) NOT NULL DEFAULT '0', `offer_active` enum('0','1') NOT NULL DEFAULT '1', `extradata` varchar(255) NOT NULL, `badge` varchar(20) NOT NULL DEFAULT '', `flat_id` int(11) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE][/SPOILER] [SPOILER="Catalog Pages"] [CODE]DROP TABLE IF EXISTS `catalog_pages`; CREATE TABLE `catalog_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '-1', `caption` varchar(100) NOT NULL, `icon_color` int(11) NOT NULL DEFAULT '1', `icon_image` int(11) NOT NULL DEFAULT '1', `visible` enum('0','1') NOT NULL DEFAULT '1', `enabled` enum('0','1') NOT NULL DEFAULT '1', `min_rank` int(10) unsigned NOT NULL DEFAULT '1', `club_only` enum('0','1') NOT NULL DEFAULT '0', `order_num` int(11) NOT NULL, `page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts','guild_frontpage','spaces_new','guild_custom_furni','bots','petcustomization','roomads') NOT NULL DEFAULT 'default_3x3', `page_headline` text NOT NULL, `page_teaser` text NOT NULL, `page_special` text NOT NULL, `page_text1` text NOT NULL, `page_text2` text NOT NULL, `min_sub` int(11) NOT NULL DEFAULT '0', `page_text_details` text NOT NULL, `page_text_teaser` text NOT NULL, `vip_only` enum('1','0') NOT NULL DEFAULT '0', `page_link_description` text NOT NULL, `page_link_pagename` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9051 DEFAULT CHARSET=latin1;[/CODE] [/SPOILER] [SPOILER="Furniture"] [CODE]DROP TABLE IF EXISTS `furniture`; CREATE TABLE `furniture` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `public_name` varchar(100) NOT NULL COMMENT 'temp only', `item_name` varchar(100) NOT NULL, `type` enum('s','i','e','h','v','r') NOT NULL DEFAULT 's', `width` int(11) NOT NULL DEFAULT '1', `length` int(11) NOT NULL DEFAULT '1', `stack_height` varchar(255) NOT NULL DEFAULT '1', `can_stack` enum('0','1') NOT NULL DEFAULT '1', `can_sit` enum('0','1') NOT NULL DEFAULT '0', `is_walkable` enum('0','1') NOT NULL DEFAULT '0', `sprite_id` int(11) NOT NULL, `allow_recycle` enum('0','1') NOT NULL DEFAULT '1', `allow_trade` enum('0','1') NOT NULL DEFAULT '1', `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1', `allow_gift` enum('0','1') NOT NULL DEFAULT '1', `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1', `interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','banzaicounter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch','wf_act_give_phx','wf_cnd_phx','conditionfurnihasfurni','mannequin','gld_item','pet19','pet18','pet17','pet16','pet15','pet14','pet13','pet12','pet11','pet10','pet9','pet8','pet7','pet6','pet5','pet4','pet3','pet2','pet1','pet0','gift','roombg','hopper','snowhill','rentable_bot') NOT NULL DEFAULT 'default', `interaction_modes_count` int(11) NOT NULL DEFAULT '1', `vending_ids` varchar(100) NOT NULL DEFAULT '0', `is_arrow` enum('0','1') NOT NULL DEFAULT '0', `foot_figure` enum('0','1') NOT NULL DEFAULT '0', `stack_multiplier` enum('0','1') NOT NULL DEFAULT '0', `subscriber` enum('0','1') NOT NULL DEFAULT '0', `effectid` int(11) NOT NULL DEFAULT '0', `height_adjustable` varchar(100) NOT NULL DEFAULT '0', `flat_id` int(11) NOT NULL DEFAULT '-1', `revision` int(11) NOT NULL DEFAULT '49500', `description` varchar(255) NOT NULL DEFAULT '', `specialtype` int(11) NOT NULL DEFAULT '1', `canlayon` enum('1','0') NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `item_name` (`item_name`) USING HASH ) ENGINE=MyISAM AUTO_INCREMENT=999889255 DEFAULT CHARSET=latin1;[/CODE] [/SPOILER] And here is the cata (not working): [SPOILER="Catalog_items"] [CODE]DROP TABLE IF EXISTS `catalog_items`; CREATE TABLE `catalog_items` ( `id` int(100) unsigned NOT NULL, `page_id` int(11) NOT NULL, `item_ids` varchar(120) NOT NULL, `catalog_name` varchar(100) NOT NULL, `cost_credits` int(11) NOT NULL, `cost_belcredits` int(10) NOT NULL DEFAULT '0', `cost_duckets` int(11) NOT NULL, `amount` int(11) NOT NULL, `vip` enum('0','1','2') NOT NULL DEFAULT '0', `achievement` int(4) unsigned NOT NULL DEFAULT '0', `song_id` int(11) unsigned NOT NULL DEFAULT '0', `limited_sells` int(11) NOT NULL DEFAULT '0', `limited_stack` int(11) NOT NULL DEFAULT '0', `offer_active` enum('0','1') NOT NULL DEFAULT '1', `extradata` varchar(255) NOT NULL, `badge` varchar(20) NOT NULL DEFAULT '', `flat_id` int(11) NOT NULL DEFAULT '-1', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;[/CODE] [/SPOILER] [SPOILER="Catalog_pages"] [CODE]DROP TABLE IF EXISTS `catalog_pages`; CREATE TABLE `catalog_pages` ( `id` int(11) NOT NULL AUTO_INCREMENT, `parent_id` int(11) NOT NULL DEFAULT '-1', `caption` varchar(100) NOT NULL, `icon_color` int(11) NOT NULL DEFAULT '1', `icon_image` int(11) NOT NULL DEFAULT '1', `visible` enum('0','1') NOT NULL DEFAULT '1', `enabled` enum('0','1') NOT NULL DEFAULT '1', `min_rank` int(10) unsigned NOT NULL DEFAULT '1', `club_only` enum('0','1') NOT NULL DEFAULT '0', `order_num` int(11) NOT NULL, `page_layout` enum('default_3x3','frontpage','spaces','recycler','recycler_info','recycler_prizes','trophies','plasto','marketplace','marketplace_own_items','pets','pets2','club_buy','club_gifts','guild_frontpage','spaces_new','guild_custom_furni','bots','petcustomization','roomads') NOT NULL DEFAULT 'default_3x3', `page_headline` text NOT NULL, `page_teaser` text NOT NULL, `page_special` text NOT NULL, `page_text1` text NOT NULL, `page_text2` text NOT NULL, `min_sub` int(11) NOT NULL DEFAULT '0', `page_text_details` text NOT NULL, `page_text_teaser` text NOT NULL, `vip_only` enum('1','0') NOT NULL DEFAULT '0', `page_link_description` text NOT NULL, `page_link_pagename` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=9895646 DEFAULT CHARSET=latin1;[/CODE] [/SPOILER] [SPOILER="Furniture"] [CODE]DROP TABLE IF EXISTS `furniture`; CREATE TABLE `furniture` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `public_name` varchar(100) NOT NULL COMMENT 'temp only', `item_name` varchar(100) NOT NULL, `type` enum('s','i','e','h','v','r') NOT NULL DEFAULT 's', `width` int(11) NOT NULL DEFAULT '1', `length` int(11) NOT NULL DEFAULT '1', `stack_height` varchar(255) NOT NULL DEFAULT '1', `can_stack` enum('0','1') NOT NULL DEFAULT '1', `can_sit` enum('0','1') NOT NULL DEFAULT '0', `is_walkable` enum('0','1') NOT NULL DEFAULT '0', `sprite_id` int(11) NOT NULL, `allow_recycle` enum('0','1') NOT NULL DEFAULT '1', `allow_trade` enum('0','1') NOT NULL DEFAULT '1', `allow_marketplace_sell` enum('0','1') NOT NULL DEFAULT '1', `allow_gift` enum('0','1') NOT NULL DEFAULT '1', `allow_inventory_stack` enum('0','1') NOT NULL DEFAULT '1', `interaction_type` enum('default','gate','postit','roomeffect','dimmer','trophy','bed','scoreboard','vendingmachine','alert','onewaygate','loveshuffler','habbowheel','dice','bottle','teleport','rentals','pet','roller','water','ball','bb_red_gate','bb_green_gate','bb_yellow_gate','bb_puck','bb_blue_gate','bb_patch','bb_teleport','blue_score','green_score','red_score','yellow_score','fbgate','tagpole','banzaicounter','red_goal','blue_goal','yellow_goal','green_goal','wired','wf_trg_onsay','wf_act_saymsg','wf_trg_enterroom','wf_act_moveuser','wf_act_togglefurni','wf_trg_furnistate','wf_trg_onfurni','pressure_pad','wf_trg_offfurni','wf_trg_gameend','wf_trg_gamestart','wf_trg_timer','wf_act_givepoints','wf_trg_attime','wf_trg_atscore','wf_act_moverotate','rollerskate','stickiepole','wf_xtra_random','wf_cnd_trggrer_on_frn','wf_cnd_furnis_hv_avtrs','wf_act_matchfurni','wf_cnd_has_furni_on','puzzlebox','switch','wf_act_give_phx','wf_cnd_phx','conditionfurnihasfurni','mannequin','gld_item','pet19','pet18','pet17','pet16','pet15','pet14','pet13','pet12','pet11','pet10','pet9','pet8','pet7','pet6','pet5','pet4','pet3','pet2','pet1','pet0','gift','roombg','hopper','snowhill','rentable_bot') NOT NULL DEFAULT 'default', `interaction_modes_count` int(11) NOT NULL DEFAULT '1', `vending_ids` varchar(100) NOT NULL DEFAULT '0', `is_arrow` enum('0','1') NOT NULL DEFAULT '0', `foot_figure` enum('0','1') NOT NULL DEFAULT '0', `stack_multiplier` enum('0','1') NOT NULL DEFAULT '0', `subscriber` enum('0','1') NOT NULL DEFAULT '0', `effectid` int(11) NOT NULL DEFAULT '0', `height_adjustable` varchar(100) NOT NULL DEFAULT '0', `flat_id` int(11) NOT NULL DEFAULT '-1', `revision` int(11) NOT NULL DEFAULT '49500', `description` varchar(255) NOT NULL DEFAULT '', `specialtype` int(11) NOT NULL DEFAULT '1', `canlayon` enum('1','0') NOT NULL DEFAULT '0', PRIMARY KEY (`id`), UNIQUE KEY `item_name` (`item_name`) USING HASH ) ENGINE=MyISAM AUTO_INCREMENT=999999122 DEFAULT CHARSET=latin1;[/CODE] [/SPOILER] Thanks for showing interest in it :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Q&A
[HELP] Catalogue won't work [HELP]
Top