CosmoTrigger
Member
- Dec 30, 2012
- 60
- 7
I am looking for dusty lounge furni, I have seen a few threads around but none of them are fully complete, does anyone know where I could get them. Thanks.
SWF's:Phoenix 3.11.0
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
(569324, 'Public Dusty Lounge Pillar', 'dustylg_pillar', 's', 2, 2, 1, '1', '0', '0', 569324, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'),
(569325, 'Public Dusty Lounge Wall 1 Desc', 'dustylo_wall1', 'i', 2, 2, 1, '1', '0', '0', 569325, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'),
(569326, 'Public Dusty Lounge Wall 2 Desc', 'dustylo_wall2', 'i', 2, 2, 1, '1', '0', '0', 569326, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'),
(569327, 'Public Dusty Lounge Tile Desc', 'publ_icstoneti', 's', 2, 2, 1, '1', '0', '0', 569327, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'),
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(569324, 'CATAID', '569324', 'Public Dusty Lounge Pillar', '0', '7', '0', '1'),
(569325, 'CATAID', '569325', 'Public Dusty Lounge Wall 1 Desc', '0', '3', '0', '1'),
(569326, 'CATAID', '569326', 'Public Dusty Lounge Wall 2 Desc', '0', '3', '0', '1'),
(569327, 'CATAID', '569327', 'Public Dusty Lounge Tile Desc', '0', '2', '0', '1'),
["s","569324","dustylg_pillar","569324","0","1","1","0,0,0","Public Dusty Lounge Pillar",Er",","-1,"-1"],
["i","569325","dustylo_wall1","569325","0","1","1","0,0,0","Public Dusty Lounge Wall 1 Desc","Er",","-1,"-1"],
["i","569326","dustylo_wall2","569326","0","1","1","0,0,0","Public Dusty Lounge Wall 2 Desc","Er",","-1,"-1"],
["s","569327","publ_icstoneti","569327","0","1","1","0,0,0","Public Dusty Lounge Tile Desc","Er",","-1,"-1"],
SWF's:You must be registered for see links
SQL's:
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 (569324, 'Public Dusty Lounge Pillar', 'dustylg_pillar', 's', 2, 2, 1, '1', '0', '0', 569324, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'), (569325, 'Public Dusty Lounge Wall 1 Desc', 'dustylo_wall1', 'i', 2, 2, 1, '1', '0', '0', 569325, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'), (569326, 'Public Dusty Lounge Wall 2 Desc', 'dustylo_wall2', 'i', 2, 2, 1, '1', '0', '0', 569326, '1', '1', '1', '1', '1', 'Default', 1, '0', '0'), (569327, 'Public Dusty Lounge Tile Desc', 'publ_icstoneti', 's', 2, 2, 1, '1', '0', '0', 569327, '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 (569324, 'CATAID', '569324', 'Public Dusty Lounge Pillar', '0', '7', '0', '1'), (569325, 'CATAID', '569325', 'Public Dusty Lounge Wall 1 Desc', '0', '3', '0', '1'), (569326, 'CATAID', '569326', 'Public Dusty Lounge Wall 2 Desc', '0', '3', '0', '1'), (569327, 'CATAID', '569327', 'Public Dusty Lounge Tile Desc', '0', '2', '0', '1'),
Furnidata
Code:["s","569324","dustylg_pillar","569324","0","1","1","0,0,0","Public Dusty Lounge Pillar",Er",","-1,"-1"], ["i","569325","dustylo_wall1","569325","0","1","1","0,0,0","Public Dusty Lounge Wall 1 Desc","Er",","-1,"-1"], ["i","569326","dustylo_wall2","569326","0","1","1","0,0,0","Public Dusty Lounge Wall 2 Desc","Er",","-1,"-1"], ["s","569327","publ_icstoneti","569327","0","1","1","0,0,0","Public Dusty Lounge Tile Desc","Er",","-1,"-1"],
Any problems just quote the thread. Happy to help.