JayC
Well-Known Member
I searched forever and couldn't find a working download link with pixel bars (Pixel -> Pixel converting) so I made some
I tested them they work so enjoy:
Download
10k
25k
100k
Screenshots
Sorry the 10, 25 and 100 look like crap ; mouse is dying.
SQLs
10k:
25k:
100k:
Furnidata
10k:
25k:
100k:
I tested them they work so enjoy:
Download
10k
You must be registered for see links
25k
You must be registered for see links
100k
You must be registered for see links
Screenshots
Sorry the 10, 25 and 100 look like crap ; mouse is dying.
SQLs
10k:
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`) VALUES
(84765836, 'PixEx_10000_BAR', 'PixEx_10000_BAR', 's', 1, 1, '.4', '1', '0', '0', 74875487, '1', '1', '1', '1', '1', 'default', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(84765836, '987', '84765836', '10k Pixel Bar', '0', '10000', '0', '1');
25k:
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`) VALUES
(84765837, 'PixEx_25000_BAR', 'PixEx_25000_BAR', 's', 1, 1, '.4', '1', '0', '0', 74875488, '1', '1', '1', '1', '1', 'default', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(84765837, '987', '84765837', '25k Pixel Bar', '0', '25000', '0', '1');
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`) VALUES
(84765833, 'PixEx_100000_BR', 'PixEx_100000_BR', 's', 1, 1, '.4', '1', '0', '0', 74875437, '1', '1', '1', '1', '1', 'default', 4, '0');
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(84765833, '987', '84765833', '100k Pixel Bar', '0', '100000', '0', '1');
Furnidata
10k:
Code:
["s","74875487","PixEx_10000_BAR","545874","0","1","1","","10k Pixel Bar","Turn your Bar into Pixels","","-1","-1"],
Code:
["s","74875488","PixEx_25000_BAR","545877","0","1","1","","25k Pixel Bar","Turn your Bar into Pixels","","-1","-1"],
Code:
["s","74875437","PixEx_100000_BR","545844","0","1","1","","100k Pixel Bar","Turn your Bar into Pixels","","-1","-1"],