[SQL] Mobis Cavalo 2012 [SQL] 09.04.12 18:53
Caso você tenha visto um tópico falando destes mobis por favor me avise e me mande o link do tal tópico que irei excluir este.
Imagem do Meu Hotel
- Spoiler:
- [Tens de ter uma conta e sessão iniciada para poderes visualizar esta imagem]
Códigos
Catalogue_items
- Código:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(78940, 7001, '78940', 'horse_fin_flag2', 5, 0, 0, 1),
(78941, 7001, '78941', 'horse_fin_flag3', 5, 0, 0, 1),
(78942, 7001, '78942', 'horse_fin_poster2', 5, 0, 0, 5),
(78943, 7001, '78943', 'horse_fin_poster3', 5, 0, 0, 5),
(78946, 7001, '78946', 'obstacle_oxer2', 8, 0, 0, 1),
(78947, 7001, '78947', 'obstacle_oxer3', 8, 0, 0, 1),
(78944, 7001, '78944', 'obstacle_water', 8, 0, 0, 1),
(78945, 7001, '78945', 'obstacle_water2', 8, 0, 0, 1),
(78948, 7001, '78948', 'obstacle_water3', 8, 0, 0, 1),
(78950, 7001, '78950', 'petfood27', 8, 0, 0, 1),
(78951, 7001, '78951', 'horse_track_gate', 8, 0, 0, 1)
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`, `is_arrow`)VALUES
(78940, 'horse_fin_flag2', 'horse_fin_flag2', 's', 1, 1, 1, '1', '0', '0', 78940, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(78941, 'horse_fin_flag3', 'horse_fin_flag3', 's', 1, 1, 1, '1', '0', '0', 78941, '1', '1', '0', '1', '1', 'default', 1, '0', '0'),
(78942, 'horse_fin_poster2', 'horse_fin_poster2', 's', 2, 1, 0.1, '1', '0', '0', 78942, '1', '1', '0', '1', '1', 'gate', 3, '0', '0'),
(78943, 'horse_fin_poster3', 'horse_fin_poster3', 's', 2, 1, 0.1, '1', '0', '0', 78943, '1', '1', '0', '1', '1', 'gate', 3, '0', '0'),
(78946, 'obstacle_oxer2', 'obstacle_oxer2', 's', 2, 3, 0.1, '1', '0', '0', 78946, '0', '0', '0', '0 ', '1', 'gate', 4, '0', '0'),
(78947, 'obstacle_oxer3', 'obstacle_oxer3', 's', 2, 3, 0.1, '1', '0', '0', 78947, '0', '0', '0', '0 ', '1', 'gate', 4, '0', '0'),
(78944, 'obstacle_water', 'obstacle_water', 's', 2, 3, 0.1, '1', '0', '0', 78944, '0', '0', '0', '0 ', '1', 'gate', 3, '0', '0'),
(78945, 'obstacle_water2', 'obstacle_water2', 's', 2, 3, 0.1, '1', '0', '0', 78945, '0', '0', '0', '0 ', '1', 'gate', 3, '0', '0'),
(78948, 'obstacle_water3', 'obstacle_water3', 's', 2, 3, 0.1, '1', '0', '0', 78948, '0', '0', '0', '0 ', '1', 'gate', 3, '0', '0'),
(78950, 'petfood27', 'petfood27', 's', 1, 1, 1, '1', '0', '0', 78950, '0', '0', '0', '0 ', '1', 'default', 5, '0', '0'),
(78951, 'horse_track_gate', 'horse_track_gate', 's', 2, 1, 0.1, '1', '0', '0', 78951, '0', '0', '0', '0 ', '1', 'gate', 2, '0', '0')
Furnidata - Para quem possui Swf própria
- Código:
["s","78940","horse_fin_flag2","78940","1","1","1","","horse_fin_flag2 name","horse_fin_flag2 desc","","-1","-1","","1"],
["s","78941","horse_fin_flag3","78941","1","1","1","","horse_fin_flag3 name","horse_fin_flag3 desc","","-1","-1","","1"],
["s","78942","horse_fin_poster2","78942","4","2","1","","Finishing Poster2","","","-1","-1","","1"],
["s","78943","horse_fin_poster3","78943","4","2","1","","Finishing Poster3","","","-1","-1","","1"],
["s","78946","obstacle_oxer2","78946","4","2","3","","obstacle_oxer2 name","obstacle_oxer2 desc","","-1","-1","","1"],
["s","78947","obstacle_oxer3","78947","4","2","3","","obstacle_oxer3 name","obstacle_oxer3 desc","","-1","-1","","1"]
["s","78944","obstacle_water","78944","4","2","3","","obstacle_water name","obstacle_water desc","","-1","-1","","1"],
["s","78945","obstacle_water2","78945","4","2","3","","obstacle_water2 name","obstacle_water2 desc","","-1","-1","","1"],
["s","78948","obstacle_water3","78948","4","2","3","","obstacle_water3 name","obstacle_water3 desc","","-1","-1","","1"],
["s","78950","petfood27","78950","2","1","1","","petfood27 name","petfood27 desc","","-1","-1","375,15,0 15","1"],
["s","78951","horse_track_gate","78951","4","2","1","","horse_track_gate name","horse_track_gate desc","","-1","-1","","1"],
Créditos
Gabrieldlm
SQL - Desconhecido
Gostou do Tópico? - Ajudei? - Foi com a minha cara? ( CLICA NO + ;) )
Até o próximo tópico.. :xau: