Gardening Furni

Fade

Member
Feb 3, 2012
131
8
Gardening furni


Hello there'

Screen:
2dm9t1u.jpg


Download:


Furnidata+SQL:
Spoiler:
Furnidata:
Code:
["s","10080","gh_div_wall","41381","4","2","1","","gh_div_wall name","gh_div_wall desc","","203316","6929","","1"],["s","10081","mnstr_revival","41381","0","1","1","","mnstr_revival name","mnstr_revival desc","","203314","6930","16","20"],["s","10082","gh_div_cor","41381","7","1","1","","gh_div_cor name","gh_div_cor desc","","203316","6931","","1"],["s","10083","gardening_box","41381","0","1","1","","gardening_box name","gardening_box desc","","-1","-1","","1"],["s","10084","watering_can","41381","0","1","1","","watering_can name","watering_can desc","","203316","6933","","1"],["s","10085","mnstr_seed","41381","0","1","1","","mnstr_seed name","mnstr_seed desc","","203313","6934","","19"],
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
(31144, 'mnstr_seed', 'mnstr_seed', 's', 1, 1, 1, '0', '0', '0', 10085, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31145, 'mnstr_revival', 'mnstr_revival', 's', 1, 1, 1, '0', '0', '0', 10081, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31146, 'watering_can', 'watering_can', 's', 1, 1, 1, '0', '0', '0', 10084, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31147, 'gardening_box', 'gardening_box', 's', 1, 1, 1, '0', '0', '0', 10083, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31148, 'gh_div_cor', 'gh_div_cor', 's', 1, 1, 1, '0', '0', '0', 10082, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(31149, 'gh_div_wall', 'gh_div_wall', 's', 2, 1, 1, '0', '0', '0', 10080, '1', '1', '0', '1', '1', 'default', 1, '0', '0');
Catalogue items:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(NULL, PageID, '31144', 'mnstr_seed', 3, 0, 0, 1, '0'),
(NULL, PageID, '31145', 'mnstr_revival', 3, 0, 0, 1, '0'),
(NULL, PageID, '31146', 'watering_can', 3, 0, 0, 1, '0'),
(NULL, PageID, '31147', 'gardening_box', 3, 0, 0, 1, '0'),
(NULL, PageID, '31148', 'gh_div_cor', 3, 0, 0, 1, '0'),
(NULL, PageID, '31149', 'gh_div_wall', 3, 0, 0, 1, '0');
Its Not Mine But I want to share this
 

Users who are viewing this thread

Top