People keep talking about them, decided to take the time to make them, enjoy.
Colored Petal Patches
Download SWFS:
SQL
Furniture
Catalog Items
Furnidata
Download SWFS:
You must be registered for see links
SQL
Furniture
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
(3000085, 'Orange Petal patch', 'orng_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000085, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3000086, 'Red Petal patch', 'rede_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000086, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3000087, 'Grey Petal patch', 'grey_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000087, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3000088, 'Gold Petal patch', 'gold_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000088, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3000089, 'Inverted Petal patch', 'invt_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000089, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(3000090, 'Purple Petal patch', 'purp_daffodil_rug', 's', 2, 2, 0, '1', '0', '1', 3000090, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Catalog Items
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(3000085, CATAID, '3000085', 'Orange Petal Patch', 1000, 0, 0, 28),
(3000086, CATAID, '3000086', 'Red Petal Patch', 1000, 0, 0, 28),
(3000087, CATAID, '3000087', 'Grey Petal Patch', 1000, 0, 0, 28),
(3000088, CATAID, '3000088', 'Gold Petal Patch', 1000, 0, 0, 28),
(3000089, CATAID, '3000089', 'Inverted Petal Patch', 1000, 0, 0, 28),
(3000090, CATAID, '3000090', 'Purple Petal Patch', 1000, 0, 0, 28);
Furnidata
Code:
["s","3000085","orng_daffodil_rug","25824","0","2","2","0,0,0","Orange Petal Patch","Designed by Joe!","","-1","-1"],
["s","3000086","rede_daffodil_rug","25824","0","2","2","0,0,0","Red Petal Patch","Designed by Joe!","","-1","-1"],
["s","3000087","grey_daffodil_rug","25824","0","2","2","0,0,0","Grey Petal Patch","Designed by Joe!","","-1","-1"],
["s","3000088","gold_daffodil_rug","25824","0","2","2","0,0,0","Gold Petal Patch","Designed by Joe!","","-1","-1"],
["s","3000089","invt_daffodil_rug","25824","0","2","2","0,0,0","Inverted Petal Patch","Designed by Joe!","","-1","-1"],
["s","3000090","purp_daffodil_rug","25824","0","2","2","0,0,0","Purple Petal Patch","Designed by Joe!","","-1","-1"]]