11.05.11 16:43
Furniture:
- Código:
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`, `foot_figure`) VALUES
(90077, 'picnic_blanket_yel', 'picnic_blanket_yel', 's', 3, 3, 0.01, '1', '0', '1', 3980, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90078, 'picnic_pillow_yel', 'picnic_pillow_yel', 's', 1, 1, 0.8, '0', '1', '0', 3981, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90079, 'picnic_food1', 'picnic_food1', 's', 1, 1, 1, '1', '0', '0', 3982, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90080, 'note_tag', 'note_tag', 's', 1, 1, 1, '0', '0', '0', 3983, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90081, 'picnic_wfall', 'picnic_wfall', 's', 2, 2, 1, '0', '0', '0', 3984, '1', '1', '1', '1', '1', 'default', 2, '0', ''),
(90082, 'picnic_blanket_blu', 'picnic_blanket_blu', 's', 3, 3, 0.01, '1', '0', '1', 3985, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90083, 'picnic_food3', 'picnic_food3', 's', 1, 1, 1, '0', '0', '0', 3986, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90084, 'picnic_blanket', 'picnic_blanket', 's', 3, 3, 0.01, '1', '0', '1', 3987, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90085, 'picnic_pillow_blu', 'picnic_pillow_blu', 's', 1, 1, 0.8, '0', '1', '0', 3988, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90086, 'picnic_food2', 'picnic_food2', 's', 1, 1, 1, '0', '0', '0', 3989, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90087, 'picnic_tele', 'picnic_tele', 's', 1, 1, 0.001, '0', '0', '0', 3990, '1', '1', '0', '1', '1', 'teleport', 1, '0', ''),
(90088, 'picnic_basket', 'picnic_basket', 's', 1, 1, 1, '0', '0', '0', 3991, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90089, 'picnic_pillow', 'picnic_pillow', 's', 1, 1, 0.8, '0', '1', '0', 3992, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90090, 'picnic_chair', 'picnic_chair', 's', 1, 1, 1, '0', '1', '0', 3993, '1', '1', '1', '1', '1', 'default', 1, '0', ''),
(90091, 'picnic_3brds', 'picnic_3brds', 's', 1, 1, 1, '0', '0', '0', 3994, '1', '1', '1', '1', '1', 'default', 1, '0', '');
Catalogue_items:
- Código:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
('90077', '513', '90077', 'picnic_blanket_yel', '3', '0', '1'),
('90078', '513', '90078', 'picnic_pillow_yel', '3', '0', '1'),
('90079', '513', '90079', 'picnic_food1', '3', '0', '1'),
('90080', '513', '90080', 'note_tag', '3', '0', '1'),
('90081', '513', '90081', 'picnic_wfall', '3', '0', '1'),
('90082', '513', '90082', 'picnic_blanket_blu', '3', '0', '1'),
('90083', '513', '90083', 'picnic_food3', '3', '0', '1'),
('90084', '513', '90084', 'picnic_blanket', '3', '0', '1'),
('90085', '513', '90085', 'picnic_pillow_blu', '3', '0', '1'),
('90086', '513', '90086', 'picnic_food2', '3', '0', '1'),
('90087', '513', '90087', 'picnic_tele', '3', '0', '1'),
('90088', '513', '90088', 'picnic_basket', '3', '0', '1'),
('90089', '513', '90089', 'picnic_pillow', '3', '0', '1'),
('90090', '513', '90090', 'picnic_chair', '3', '0', '1'),
('90091', '513', '90091', 'picnic_3brds', '3', '0', '1');
Catalogue_pages:
- Código:
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
('513', '3', 'Picnic', '1', '1', '1', '1', '1', '0', '0', '1', 'default_3x3', '', '', '', '', '', '', '');
Furnidata:
- Código:
["s","3980","picnic_blanket_yel","33560","0","3","3","","picnic_blanket_yel name","picnic_blanket_yel desc","","-1","-1"],
["s","3981","picnic_pillow_yel","33560","0","1","1","","picnic_pillow_yel name","picnic_pillow_yel desc","","-1","-1"],
["s","3982","picnic_food1","33560","0","1","1","","picnic_food1 name","picnic_food1 desc","","-1","-1"],
["s","3983","note_tag","33560","2","1","1","","Stickie Pole","Put this in your room to allow others to leave you notes!","","-1","-1"],
["s","3984","picnic_wfall","33560","0","2","2","","picnic_wfall name","picnic_wfall desc","","-1","-1"],
["s","3985","picnic_blanket_blu","33560","0","3","3","","picnic_blanket_blu name","picnic_blanket_blu desc","","-1","-1"],
["s","3986","picnic_food3","33560","0","1","1","","picnic_food3 name","picnic_food3 desc","","-1","-1"],
["s","3987","picnic_blanket","33560","0","3","3","","picnic_blanket name","picnic_blanket desc","","-1","-1"],
["s","3988","picnic_pillow_blu","33560","0","1","1","","picnic_pillow_blu name","picnic_pillow_blu desc","","-1","-1"],
["s","3989","picnic_food2","33560","0","1","1","","picnic_food2 name","picnic_food2 desc","","-1","-1"],
["s","3990","picnic_tele","33560","4","1","1","","picnic_tele name","picnic_tele desc","","-1","-1"],
["s","3991","picnic_basket","33560","0","1","1","","picnic_basket name","picnic_basket desc","","-1","-1"],
["s","3992","picnic_pillow","33560","0","1","1","","picnic_pillow name","picnic_pillow desc","","-1","-1"],
["s","3993","picnic_chair","33560","2","1","1","","picnic_chair name","picnic_chair desc","","-1","-1"],
["s","3994","picnic_3brds","33560","0","1","1","","picnic_3brds name","picnic_3brds desc","","-1","-1"],
Imagen :
[Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]
Dowload : [Tens de ter uma conta e sessão iniciada para poderes visualizar este link]
VT :
- Código:
http://www.virustotal.com/file-scan/report.html?id=39fc724f45a6a65fc9935ac1993c19d49c72aa748e752436b4ce46aa262bdc33-1305133835
------------------------------------
Jean - Dowload /
Eu imagem /
------------------------------------
OBS : Quando vc Terminar va em Catalogue_items e procure por picnic_tele e esclua fassa o mesmo em Furniture O Tele esta bugado u.u