- 15 Luglio 2011
- 180
- 0
- Miglior risposta
- 0
Download:
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
[SQL]
Catalog Items
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(700011, PAGEID, '700011', 'Iceg1', 2000, 0, 0, 20),
(700012, PAGEID, '700012', 'Iceg2', 2000, 0, 0, 20),
(700013, PAGEID, '700013', 'Iceg3', 2000, 0, 0, 20);
(700011, PAGEID, '700011', 'Iceg1', 2000, 0, 0, 20),
(700012, PAGEID, '700012', 'Iceg2', 2000, 0, 0, 20),
(700013, PAGEID, '700013', 'Iceg3', 2000, 0, 0, 20);
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`, `is_arrow`)VALUES
(700011, 'Iceg1', 'Iceg1', 's', 1, 1, 0.001, '0', '0', '0', 7000112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700012, 'Iceg2', 'Iceg2', 's', 1, 1, 0.001, '0', '0', '0', 7000113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700013, 'Iceg3', 'Iceg3', 's', 1, 1, 0.001, '0', '0', '0', 7000114, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
(700011, 'Iceg1', 'Iceg1', 's', 1, 1, 0.001, '0', '0', '0', 7000112, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700012, 'Iceg2', 'Iceg2', 's', 1, 1, 0.001, '0', '0', '0', 7000113, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(700013, 'Iceg3', 'Iceg3', 's', 1, 1, 0.001, '0', '0', '0', 7000114, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Furnidata
["s","7000112","Iceg1","25824","0","1","1","0,0,0","Mod Egg","Created By Syduis","","-1","-1"],
["s","7000113","Iceg2","25824","0","1","1","0,0,0","Money Egg","Created By Syduis","","-1","-1"],
["s","7000114","Iceg3","25824","0","1","1","0,0,0","Female Egg","Created By Syduis","","-1","-1"];
["s","7000113","Iceg2","25824","0","1","1","0,0,0","Money Egg","Created By Syduis","","-1","-1"],
["s","7000114","Iceg3","25824","0","1","1","0,0,0","Female Egg","Created By Syduis","","-1","-1"];
Enjoy ;) xD
Fonte:Mia