- 14 Maggio 2011
- 10.525
- 0
- Miglior risposta
- 0
Girando per ragezone ho trovato questi furni:
SQL
Catalog Items
Codice:
Catalog Items
Codice:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(30300262, CATID, '30300262', 'Coatr', 3, 0, 0, 1),
(30300263, CATID, '30300263', 'Coatr', 3, 0, 0, 1),
(30300264, CATID, '30300264', 'Coatr', 3, 0, 0, 1),
(30300265, CATID, '30300265', 'Coatr', 3, 0, 0, 1),
(30300266, CATID, '30300266', 'Coatr', 3, 0, 0, 1);
Furniture
Codice:
Codice:
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
(30300262, 'PacMancustoms1', 'PacMancustoms1', 's', 1, 1, 1, '1', '0', '0', 30300262, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300263, 'PacMancustoms2', 'PacMancustoms2', 's', 1, 1, 1, '1', '0', '0', 30300263, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300264, 'PacMancustoms3', 'PacMancustoms3', 's', 1, 1, 1, '1', '0', '0', 30300264, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300265, 'PacMancustoms4', 'PacMancustoms4', 's', 1, 1, 1, '1', '0', '0', 30300265, '1', '1', '1', '1', '1', 'default', 1, '0', '0'),
(30300266, 'PacMancustoms5', 'PacMancustoms5', 's', 1, 1, 1, '1', '0', '0', 30300266, '1', '1', '1', '1', '1', 'default', 1, '0', '0');
Furnidata
Codice:
Codice:
["s","30300262","PacMancustoms1","25824","0","1","1","0,0,0","Pac-Man","Waka Waka Waka","","-1","-1"],
["s","30300263","PacMancustoms2","25824","0","1","1","0,0,0","Ghost1","Ghost1","","-1","-1"],
["s","30300264","PacMancustoms3","25824","0","1","1","0,0,0","Ghost2","Ghost2","","-1","-1"],
["s","30300265","PacMancustoms4","25824","0","1","1","0,0,0","Ghost3","Ghost3","","-1","-1"],
["s","30300266","PacMancustoms5","25824","0","1","1","0,0,0","Ghost4","Ghost4","","-1","-1"]]
-Fonte Ragezone-
Ultima modifica: