
Originally Posted by
Wreckless
I think he wants someone to write an SQL for him.
Still need the right Phoenix version to create a working sql 
______

Originally Posted by
Nikeeey
I only have the swf I dont have the sql's or anything for it
This one is based on the Phoenix (GoldTree) db structure;
Furnidata:
Code:
["i","200000","poster27","","","","","","Holly Garland","Deck the halls!","","-1","-1","","1"]
Productdata:
Code:
["poster 27","Holly Garland","Deck the halls!"]
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`, `height_adjustable`, `effectM`, `effectF`, `HeightOverride`) VALUES(200000, 'Holly Garland', 'poster27', 'i', 0, 0, 0, '0', '0', '0', 200000, '1', '1', '1', '1', '1', 'default', 1, '0', '0', '0', 0, 0, '0');
Catalogue:
Code:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`, `song_id`, `BadgeID`) VALUES
(200000, PageID, '200000', 'poster 27', 3, 0, 0, 1, '0', 0, 0, '');
Change PageID to the Catalogue page ID where you want the furni to be seen/bought.