[REL] 25k bar and 100k bar {BcStorm only}

zMagenta

Posting Freak
Jul 15, 2011
1,414
682
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;

646e96ab9c03483ea54c184.png


Now, here's the furnidata, catalog_items_copy and items_base.

Furnidata;
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"]]

catalog_items_copy;
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', '');

items_base;
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'
);

Download for the swf's !

Enjoy,
~ zMagenta
 

Users who are viewing this thread

Top