FHRITP Guy Throne

Enlighten

Member
Oct 1, 2013
279
44
Here you go all. Made this messing around.


Code:
Furniture SQL:

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
(55521260, 'fhritp', 'fhritp', 's', 1, 1, 1, '0', '1', '0', 55521260, '1', '1', '1', '1', '1', 'default', 4, '0', '0');

Catalog_items SQL:

INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(55521260, '1107', '55521260', 'fhritp', '50000','0','0', '0', '1');

Furnidata SQL:

["s","55521260","fhritp","121456","0","1","1","","FHRITP Guy Throne","Made by Dankest/Elephunk","","-1","-1"];
 

Users who are viewing this thread

Top