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 Releases
Furniture Releases
Dinos
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="bingxuan2009" data-source="post: 271107" data-attributes="member: 8988"><p>And the sql codes is fucked. Did you even fucking test it.</p><p>Here is the correct one took me a few seconds to correct it please fucking test it before even releasing:</p><p>catalog items:</p><p>[CODE]</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (444444, 'PAGE', '444444', 'greed', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (222222, 'PAGE', '222222', 'blued', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (333333, 'PAGE', '333333', 'cyand', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (555555, 'PAGE', '555555', 'orand', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (666666, 'PAGE', '666666', 'pinkd', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (777777, 'PAGE', '777777', 'purpd', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (111111, 'PAGE', '111111', 'reddi', '1', '0', '0', 1);</p><p>INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (888888, 'PAGE', '888888', 'yelld', '1', '0', '0', 1);</p><p>[/CODE]</p><p>Furniture (Not sure if it is correct im not using it) :</p><p>[CODE]INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (444444, 'Grey & Green Dino', 'greed', 's', 1, 1, 1, '0', '0', '0', 31001, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (222222, 'Grey & Blue Dino', 'blued', 's', 1, 1, 1, '0', '0', '0', 30999, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (333333, 'Grey & Cyan Dino', 'cyand', 's', 1, 1, 1, '0', '0', '0', 31000, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (555555, 'Grey & Orange Dino', 'orand', 's', 1, 1, 1, '0', '0', '0', 31002, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (666666, 'Grey & Pink Dino', 'pinkd', 's', 1, 1, 1, '0', '0', '0', 31003, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (777777, 'Grey & Purple Dino', 'purpd', 's', 1, 1, 1, '0', '0', '0', 31004, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (111111, 'Grey & Red Dino', 'reddi', 's', 1, 1, 1, '0', '0', '0', 30998, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (888888, 'Grey & Yellow Dino', 'yelld', 's', 1, 1, 1, '0', '0', '0', 31005, '1', '1', '0', '1', '1', 'default', 1, '0', '0');</p><p>[/CODE]</p><p>Furnidata should be good</p><p></p><p></p><p></p><p>Yep it is fucking obvious that he didnt design this.This is poorly coded he got no fucking skills.</p><p></p><p>Edit: i tested them they are fucked swfs dont tell me how to add customs im not that beginner.</p><p>If may work with others but if it doesnt and you run the mysql above and your cata is fucked badly.</p><p>Run this mysql codes:</p><p>[CODE]DELETE FROM catalog_items</p><p>WHERE id =[/CODE]</p><p></p><p>The id would be 111111,222222,333333,444444,555555,666666,777777,888888</p><p></p><p>I recommend you all not to try this as it wasted my fucking time</p></blockquote><p></p>
[QUOTE="bingxuan2009, post: 271107, member: 8988"] And the sql codes is fucked. Did you even fucking test it. Here is the correct one took me a few seconds to correct it please fucking test it before even releasing: catalog items: [CODE] INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (444444, 'PAGE', '444444', 'greed', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (222222, 'PAGE', '222222', 'blued', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (333333, 'PAGE', '333333', 'cyand', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (555555, 'PAGE', '555555', 'orand', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (666666, 'PAGE', '666666', 'pinkd', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (777777, 'PAGE', '777777', 'purpd', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (111111, 'PAGE', '111111', 'reddi', '1', '0', '0', 1); INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (888888, 'PAGE', '888888', 'yelld', '1', '0', '0', 1); [/CODE] Furniture (Not sure if it is correct im not using it) : [CODE]INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (444444, 'Grey & Green Dino', 'greed', 's', 1, 1, 1, '0', '0', '0', 31001, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (222222, 'Grey & Blue Dino', 'blued', 's', 1, 1, 1, '0', '0', '0', 30999, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (333333, 'Grey & Cyan Dino', 'cyand', 's', 1, 1, 1, '0', '0', '0', 31000, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (555555, 'Grey & Orange Dino', 'orand', 's', 1, 1, 1, '0', '0', '0', 31002, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (666666, 'Grey & Pink Dino', 'pinkd', 's', 1, 1, 1, '0', '0', '0', 31003, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (777777, 'Grey & Purple Dino', 'purpd', 's', 1, 1, 1, '0', '0', '0', 31004, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (111111, 'Grey & Red Dino', 'reddi', 's', 1, 1, 1, '0', '0', '0', 30998, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `is_walkable`, `sprite_id`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `interaction_modes_count`, `vending_ids`, `is_arrow`) VALUES (888888, 'Grey & Yellow Dino', 'yelld', 's', 1, 1, 1, '0', '0', '0', 31005, '1', '1', '0', '1', '1', 'default', 1, '0', '0'); [/CODE] Furnidata should be good Yep it is fucking obvious that he didnt design this.This is poorly coded he got no fucking skills. Edit: i tested them they are fucked swfs dont tell me how to add customs im not that beginner. If may work with others but if it doesnt and you run the mysql above and your cata is fucked badly. Run this mysql codes: [CODE]DELETE FROM catalog_items WHERE id =[/CODE] The id would be 111111,222222,333333,444444,555555,666666,777777,888888 I recommend you all not to try this as it wasted my fucking time [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Furniture Releases
Dinos
Top