Someone posted an image on Puhekula so i decided to SWF them.
And here they are:Quote:
Comment from Guest at 21-11-2011 14:39:26
Found new Furniture:
http://img7.imagebanana.com/img/kdxaitba/furni.png
http://img7.imagebanana.com/img/kdxaitba/furni.png
SWF: Golden Greek Furni 21-11-11.rar
Furnidata:
Catalog_items:PHP Code:["s","1237530","GoldenFurnitu1","25824","0","1","1","0,0,0","Golden Man","Custom by Jh.","","-1","-1"],
["s","1237531","GoldenFurnitu2","25824","0","1","1","0,0,0","Golden Tile","Custom by Jh.","","-1","-1"],
["s","1237532","gold1_pillars","25824","0","1","1","0,0,0","Golden Pillars","Custom by Jh.","","-1","-1"],
["s","1237533","gold1_block","25824","0","1","1","0,0,0","Golden Block","Custom by Jh.","","-1","-1"],
Control H in Notepad++ and replace 6 with your page ID
Furniture:PHP Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(1237530, 6, '1237530', 'Golden Man', 1, 0, 0, 1),
(1237531, 6, '1237531', 'Golden Greek Tile', 1, 0, 0, 1),
(1237532, 6, '1237532', 'Golden Pillars', 1, 0, 0, 1),
(1237533, 6, '1237533', 'Golden Block', 1, 0, 0, 1);
Delete is_arrow and foot_figure if you dont have (last 2 of each)
This furniture was made by GooglefoxPHP 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`, `foot_figure`) VALUES
(1237530, 'GoldenFurnitu1', 'GoldenFurnitu1', 's', 1, 1, 1, '0', '0', '0', 1237530, '1', '1', '1', '1', '1', 'default', 1, '0', 0, 0),
(1237531, 'GoldenFurnitu2', 'GoldenFurnitu2', 's', 1, 1, 0.001, '1', '0', '0', 1237531, '1', '1', '1', '1', '1', 'default', 1, '0', 0, 0),
(1237532, 'Golden Pillars', 'gold1_pillars', 's', 2, 1, 1, '0', '0', '0', 1237532, '1', '1', '0', '1', '1', 'default', 1, '0', 0, 0),
(1237533, 'gold1_block', 'gold1_block', 's', 2, 1, 0.8, '0', '1', '0', 1237533, '1', '1', '0', '1', '1', 'default', 1, '0', 0, 0);
http://img6.imagebanana.com/img/vc5ovtvd/eldorado.png

