- 15 Luglio 2011
- 180
- 0
- Miglior risposta
- 0
Furniture :
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`) VALUES
(91066, 'ads_mtv_floor', 'ads_mtv_floor', 's', 1, 1, 0.1, '1', '0', '1', 4079, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91067, 'ads_mtv_wall', 'ads_mtv_wall', 'i', 1, 1, 1, '0', '0', '0', 4411, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91068, 'studio_amp1', 'studio_amp1', 's', 2, 1, 2, '1', '0', '0', 4086, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91069, 'studio_amp2', 'studio_amp2', 's', 2, 1, 1, '0', '0', '0', 4084, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91070, 'studio_camera', 'studio_camera', 's', 1, 1, 1, '0', '0', '0', 4089, '1', '1', '1', '1', '1', 'default', 2, '0'),
(91071, 'studio_chair', 'studio_chair', 's', 1, 1, 1, '0', '1', '0', 4095, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91072, 'studio_drums', 'studio_drums', 's', 3, 1, 1, '0', '0', '0', 4093, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91073, 'studio_fence', 'studio_fence', 's', 1, 2, 1, '0', '0', '0', 4085, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91074, 'studio_fencecr', 'studio_fencecr', 's', 1, 1, 1, '0', '0', '0', 4082, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91075, 'studio_floorlight', 'studio_floorlight', 's', 1, 1, 0.1, '1', '0', '1', 4087, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91076, 'studio_guitar', 'studio_guitar', 's', 1, 1, 1, '0', '0', '0', 4083, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91077, 'studio_lights1', 'studio_lights1', 's', 1, 1, 1, '0', '0', '1', 4094, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91078, 'studio_lights2', 'studio_lights2', 's', 1, 1, 1, '0', '0', '1', 4092, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91079, 'studio_lights3', 'studio_lights3', 's', 1, 1, 1, '0', '0', '1', 4091, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91080, 'studio_mixingdesk', 'studio_mixingdesk', 's', 5, 1, 1, '0', '0', '0', 4088, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91081, 'studio_monitor', 'studio_monitor', 's', 1, 1, 1, '0', '0', '0', 4080, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91082, 'studio_stool', 'studio_stool', 's', 1, 1, 1, '0', '1', '0', 4081, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91083, 'studio_tv', 'studio_tv', 's', 1, 1, 0.1, '0', '0', '1', 4090, '1', '1', '1', '1', '1', 'default', 2, '0');
Catalogue_Items :
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(91066, '195', '91066', 'ads_mtv_floor', '5', '0', '1'),
(91067, '195', '91067', 'ads_mtv_wall', '5', '0', '1'),
(91068, '195', '91068', 'studio_amp1', '5', '0', '1'),
(91069, '195', '91069', 'studio_amp2', '5', '0', '1'),
(91070, '195', '91070', 'studio_camera', '5', '0', '1'),
(91071, '195', '91071', 'studio_chair', '5', '0', '1'),
(91072, '195', '91072', 'studio_drums', '5', '0', '1'),
(91073, '195', '91073', 'studio_fence', '5', '0', '1'),
(91074, '195', '91074', 'studio_fencecr', '5', '0', '1'),
(91075, '195', '91075', 'studio_floorlight', '5', '0', '1'),
(91076, '195', '91076', 'studio_guitar', '5', '0', '1'),
(91077, '195', '91077', 'studio_lights1', '5', '0', '1'),
(91078, '195', '91078', 'studio_lights2', '5', '0', '1'),
(91079, '195', '91079', 'studio_lights3', '5', '0', '1'),
(91080, '195', '91080', 'studio_mixingdesk', '5', '0', '1'),
(91081, '195', '91081', 'studio_monitor', '5', '0', '1'),
(91082, '195', '91082', 'studio_stool', '5', '0', '1'),
(91083, '195', '91083', 'studio_tv', '5', '0', '1');
Catalog_pages :
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(195, 3, 'Studio MTV', 1, 33, '1', '1', 1, '0', '0', 195, 'default_3x3', 'vignette_navigateur_01', 'mtv-1', '', 'Studio MTV ha llegado con los mejores equipos en diseño de furnis para decorar tu sala como un Estudio de Television', '', 'Clic para mas información de los furnis', '');
Furnidata :
[["s","4079","ads_mtv_floor","34870","4","1","1","","ads_mtv_floor name","ads_mtv_floor desc","","-1","-1"],["i","4411","ads_mtv_wall","34870","","","","","ads_mtv_wall name","ads_mtv_wall desc","","-1","-1"],["s","4086","studio_amp1","34870","0","2","1","","studio_amp1 name","studio_amp1 desc","","-1","-1"],["s","4084","studio_amp2","34870","0","2","1","","studio_amp2 name","studio_amp2 desc","","-1","-1"],["s","4089","studio_camera","34870","0","1","1","","studio_camera name","studio_camera desc","","-1","-1"],["s","4095","studio_chair","34870","2","1","1","","studio_chair name","studio_chair desc","","-1","-1"],["s","4093","studio_drums","34870","0","3","1","","studio_drums name","studio_drums desc","","-1","-1"],["s","4085","studio_fence","34870","0","1","2","","studio_fence name","studio_fence desc","","-1","-1"],["s","4082","studio_fencecr","34870","0","1","1","","studio_fencecr name","studio_fencecr desc","","-1","-1"],["s","4087","studio_floorlight","34870","0","1","1","","studio_floorlight name","studio_floorlight desc","","-1","-1"],["s","4083","studio_guitar","34870","2","1","1","","studio_guitar name","studio_guitar desc","","-1","-1"],["s","4094","studio_lights1","34870","2","1","1","","studio_lights1 name","studio_lights1 desc","","-1","-1"],["s","4092","studio_lights2","34870","2","1","1","","studio_lights2 name","studio_lights2 desc","","-1","-1"],["s","4091","studio_lights3","34870","2","1","1","","studio_lights3 name","studio_lights3 desc","","-1","-1"],["s","4088","studio_mixingdesk","34870","0","5","1","","studio_mixingdesk name","studio_mixingdesk desc","","-1","-1"],["s","4080","studio_monitor","34870","2","1","1","","studio_monitor name","studio_monitor desc","","-1","-1"],["s","4081","studio_stool","34870","0","1","1","","studio_stool name","studio_stool desc","","-1","-1"],["s","4090","studio_tv","34870","4","1","1","","studio_tv name","studio_tv desc","","-1","-1"]]
Productdata :
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SWF :
Scansione :
Screen :
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Fonte:KekoMundo :-D
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`) VALUES
(91066, 'ads_mtv_floor', 'ads_mtv_floor', 's', 1, 1, 0.1, '1', '0', '1', 4079, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91067, 'ads_mtv_wall', 'ads_mtv_wall', 'i', 1, 1, 1, '0', '0', '0', 4411, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91068, 'studio_amp1', 'studio_amp1', 's', 2, 1, 2, '1', '0', '0', 4086, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91069, 'studio_amp2', 'studio_amp2', 's', 2, 1, 1, '0', '0', '0', 4084, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91070, 'studio_camera', 'studio_camera', 's', 1, 1, 1, '0', '0', '0', 4089, '1', '1', '1', '1', '1', 'default', 2, '0'),
(91071, 'studio_chair', 'studio_chair', 's', 1, 1, 1, '0', '1', '0', 4095, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91072, 'studio_drums', 'studio_drums', 's', 3, 1, 1, '0', '0', '0', 4093, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91073, 'studio_fence', 'studio_fence', 's', 1, 2, 1, '0', '0', '0', 4085, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91074, 'studio_fencecr', 'studio_fencecr', 's', 1, 1, 1, '0', '0', '0', 4082, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91075, 'studio_floorlight', 'studio_floorlight', 's', 1, 1, 0.1, '1', '0', '1', 4087, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91076, 'studio_guitar', 'studio_guitar', 's', 1, 1, 1, '0', '0', '0', 4083, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91077, 'studio_lights1', 'studio_lights1', 's', 1, 1, 1, '0', '0', '1', 4094, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91078, 'studio_lights2', 'studio_lights2', 's', 1, 1, 1, '0', '0', '1', 4092, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91079, 'studio_lights3', 'studio_lights3', 's', 1, 1, 1, '0', '0', '1', 4091, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91080, 'studio_mixingdesk', 'studio_mixingdesk', 's', 5, 1, 1, '0', '0', '0', 4088, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91081, 'studio_monitor', 'studio_monitor', 's', 1, 1, 1, '0', '0', '0', 4080, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91082, 'studio_stool', 'studio_stool', 's', 1, 1, 1, '0', '1', '0', 4081, '1', '1', '1', '1', '1', 'default', 1, '0'),
(91083, 'studio_tv', 'studio_tv', 's', 1, 1, 0.1, '0', '0', '1', 4090, '1', '1', '1', '1', '1', 'default', 2, '0');
Catalogue_Items :
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
(91066, '195', '91066', 'ads_mtv_floor', '5', '0', '1'),
(91067, '195', '91067', 'ads_mtv_wall', '5', '0', '1'),
(91068, '195', '91068', 'studio_amp1', '5', '0', '1'),
(91069, '195', '91069', 'studio_amp2', '5', '0', '1'),
(91070, '195', '91070', 'studio_camera', '5', '0', '1'),
(91071, '195', '91071', 'studio_chair', '5', '0', '1'),
(91072, '195', '91072', 'studio_drums', '5', '0', '1'),
(91073, '195', '91073', 'studio_fence', '5', '0', '1'),
(91074, '195', '91074', 'studio_fencecr', '5', '0', '1'),
(91075, '195', '91075', 'studio_floorlight', '5', '0', '1'),
(91076, '195', '91076', 'studio_guitar', '5', '0', '1'),
(91077, '195', '91077', 'studio_lights1', '5', '0', '1'),
(91078, '195', '91078', 'studio_lights2', '5', '0', '1'),
(91079, '195', '91079', 'studio_lights3', '5', '0', '1'),
(91080, '195', '91080', 'studio_mixingdesk', '5', '0', '1'),
(91081, '195', '91081', 'studio_monitor', '5', '0', '1'),
(91082, '195', '91082', 'studio_stool', '5', '0', '1'),
(91083, '195', '91083', 'studio_tv', '5', '0', '1');
Catalog_pages :
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `coming_soon`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES
(195, 3, 'Studio MTV', 1, 33, '1', '1', 1, '0', '0', 195, 'default_3x3', 'vignette_navigateur_01', 'mtv-1', '', 'Studio MTV ha llegado con los mejores equipos en diseño de furnis para decorar tu sala como un Estudio de Television', '', 'Clic para mas información de los furnis', '');
Furnidata :
[["s","4079","ads_mtv_floor","34870","4","1","1","","ads_mtv_floor name","ads_mtv_floor desc","","-1","-1"],["i","4411","ads_mtv_wall","34870","","","","","ads_mtv_wall name","ads_mtv_wall desc","","-1","-1"],["s","4086","studio_amp1","34870","0","2","1","","studio_amp1 name","studio_amp1 desc","","-1","-1"],["s","4084","studio_amp2","34870","0","2","1","","studio_amp2 name","studio_amp2 desc","","-1","-1"],["s","4089","studio_camera","34870","0","1","1","","studio_camera name","studio_camera desc","","-1","-1"],["s","4095","studio_chair","34870","2","1","1","","studio_chair name","studio_chair desc","","-1","-1"],["s","4093","studio_drums","34870","0","3","1","","studio_drums name","studio_drums desc","","-1","-1"],["s","4085","studio_fence","34870","0","1","2","","studio_fence name","studio_fence desc","","-1","-1"],["s","4082","studio_fencecr","34870","0","1","1","","studio_fencecr name","studio_fencecr desc","","-1","-1"],["s","4087","studio_floorlight","34870","0","1","1","","studio_floorlight name","studio_floorlight desc","","-1","-1"],["s","4083","studio_guitar","34870","2","1","1","","studio_guitar name","studio_guitar desc","","-1","-1"],["s","4094","studio_lights1","34870","2","1","1","","studio_lights1 name","studio_lights1 desc","","-1","-1"],["s","4092","studio_lights2","34870","2","1","1","","studio_lights2 name","studio_lights2 desc","","-1","-1"],["s","4091","studio_lights3","34870","2","1","1","","studio_lights3 name","studio_lights3 desc","","-1","-1"],["s","4088","studio_mixingdesk","34870","0","5","1","","studio_mixingdesk name","studio_mixingdesk desc","","-1","-1"],["s","4080","studio_monitor","34870","2","1","1","","studio_monitor name","studio_monitor desc","","-1","-1"],["s","4081","studio_stool","34870","0","1","1","","studio_stool name","studio_stool desc","","-1","-1"],["s","4090","studio_tv","34870","4","1","1","","studio_tv name","studio_tv desc","","-1","-1"]]
Productdata :
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
SWF :
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Scansione :
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Screen :
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Fonte:KekoMundo :-D
Ultima modifica: