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
[REL] 25k bar and 100k bar {BcStorm only}
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="zMagenta" data-source="post: 187618" data-attributes="member: 4512"><p>Hi!</p><p> </p><p>Looking around for a 25k bar and I couldn't find one, so I thought let's get one done! So here they are;</p><p> </p><p><img src="http://img96.imageshack.us/img96/5996/646e96ab9c03483ea54c184.png" alt="" class="fr-fic fr-dii fr-draggable " style="" /></p><p> </p><p>Now, here's the furnidata, catalog_items_copy and items_base.</p><p> </p><p><strong>Furnidata;</strong></p><p>[CODE]["s","55001","CFC_25000_saffb","50000","0","1","1","0,0,0","Sapphire Bar (25000)","Redeemable item","","-1","-1"],</p><p>["s","55002","CFC_100000_diam","50000","0","1","1","0,0,0","Diamond Bar (100000)","Redeemable item","","-1","-1"]]</p><p>[/CODE]</p><p> </p><p><strong>catalog_items_copy;</strong></p><p>[CODE]INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `extradata`, `badge`) VALUES</p><p>(55001, 13, '55001', 'Saffire Bar', 25000, 0, 1, 0, 0, 0, 0, 0, '0', '0', ''),</p><p>(55002, 13, '55002', 'Diamond Bar', 100000, 0, 1, 0, 0, 0, 0, 0, '0', '0', '');[/CODE]</p><p> </p><p><strong>items_base;</strong></p><p>[CODE]INSERT INTO `r63b`.`items_base` (</p><p>`item_id` ,</p><p>`sprite_id` ,</p><p>`public_name` ,</p><p>`item_name` ,</p><p>`type` ,</p><p>`width` ,</p><p>`length` ,</p><p>`height` ,</p><p>`allow_stack` ,</p><p>`allow_walk` ,</p><p>`allow_sit` ,</p><p>`allow_recycle` ,</p><p>`allow_trade` ,</p><p>`allow_marketplace_sell` ,</p><p>`allow_gift` ,</p><p>`allow_inventory_stack` ,</p><p>`allow_group_item` ,</p><p>`interaction_type` ,</p><p>`cycle_count` ,</p><p>`vending_ids`</p><p>)</p><p>VALUES (</p><p>'55001', '55001', 'Saffire Bar', 'CFC_25000_saffb', 's', '1', '1', '0.4', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '1', '0'</p><p>),</p><p>('55002', '55002', 'Diamond Bar', 'CFC_100000_diam', 's', '1', '1', '0.4', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '1', '0'</p><p>);[/CODE]</p><p> </p><p>Download for the swf's <a href="https://lh.rs/BvlCMlek4I98" target="_blank">here</a>!</p><p> </p><p>Enjoy,</p><p>~ zMagenta</p></blockquote><p></p>
[QUOTE="zMagenta, post: 187618, member: 4512"] Hi! Looking around for a 25k bar and I couldn't find one, so I thought let's get one done! So here they are; [IMG]http://img96.imageshack.us/img96/5996/646e96ab9c03483ea54c184.png[/IMG] Now, here's the furnidata, catalog_items_copy and items_base. [B]Furnidata;[/B] [CODE]["s","55001","CFC_25000_saffb","50000","0","1","1","0,0,0","Sapphire Bar (25000)","Redeemable item","","-1","-1"], ["s","55002","CFC_100000_diam","50000","0","1","1","0,0,0","Diamond Bar (100000)","Redeemable item","","-1","-1"]] [/CODE] [B]catalog_items_copy;[/B] [CODE]INSERT INTO `catalog_items_copy` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`, `extradata`, `badge`) VALUES (55001, 13, '55001', 'Saffire Bar', 25000, 0, 1, 0, 0, 0, 0, 0, '0', '0', ''), (55002, 13, '55002', 'Diamond Bar', 100000, 0, 1, 0, 0, 0, 0, 0, '0', '0', '');[/CODE] [B]items_base;[/B] [CODE]INSERT INTO `r63b`.`items_base` ( `item_id` , `sprite_id` , `public_name` , `item_name` , `type` , `width` , `length` , `height` , `allow_stack` , `allow_walk` , `allow_sit` , `allow_recycle` , `allow_trade` , `allow_marketplace_sell` , `allow_gift` , `allow_inventory_stack` , `allow_group_item` , `interaction_type` , `cycle_count` , `vending_ids` ) VALUES ( '55001', '55001', 'Saffire Bar', 'CFC_25000_saffb', 's', '1', '1', '0.4', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '1', '0' ), ('55002', '55002', 'Diamond Bar', 'CFC_100000_diam', 's', '1', '1', '0.4', '1', '0', '0', '1', '1', '1', '1', '1', '0', 'default', '1', '0' );[/CODE] Download for the swf's [URL='https://lh.rs/BvlCMlek4I98']here[/URL]! Enjoy, ~ zMagenta [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
Server Development
Habbo Retros
Habbo Releases
Furniture Releases
[REL] 25k bar and 100k bar {BcStorm only}
Top