Problema Problema nell'inserire furni

Premium.

Utente Esperto
Autore del topic
4 Gennaio 2013
1.229
58
Miglior risposta
0
Ciao sciax ho un problema come si aggiungono furni ? ps ho dcr privati come configuro questi codici?

Catalogo Items:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(10101011, CATID, '10101011', 'thgold', 500000, 0, 0, 1);

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
(71000160, 'Glass Dice', 'glassdi', 's', 1, 1, 1, '1', '0', '0', 71000160, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(71005000, 'Green Dice', '3d1ceh5', 's', 1, 1, 1, '1', '0', '0', 71005000, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(71006000, 'Colourful Dice', '34807', 's', 1, 1, 1, '1', '0', '0', 71006000, '1', '1', '1', '1', '1', 'dice', 1, '0', '0');
(71000532, 'Ice Dice', 'icedice', 's', 1, 1, 1, '1', '0', '0', 71000532, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(71000608, 'Candy Cane Dice', 'candice', 's', 1, 1, 1, '1', '0', '0', 71000608, '1', '1', '1', '1', '1', 'dice', 1, '0', '0'),
(71006000, 420, '71006000', '3d1ceh4', 500, 0, 0, 1);

Furni DatA

["s","71000532","icedice","71000532","","","","","Ice Dice","Ice Dice, Baby","","-1","-1","1"],["s","71000608","candice","71000608","","","","","Candy Cane Dice","Minty Fresh!","","-1","-1","1"],["s","71000160","glassdi","71000160","0","1","1","0,0,0","Glass Dice","Careful When Rolling!","","-1","-1"],["s","71005000","3d1ceh5","71005000","0","1","1","0,0,0","Green Dice","Colourful!","","-1","-1"],["s","71006000","3d1ceh4","34807","0","1","1","0,0,0","Colourful Dice","Colourful!","","-1","-1"],
 
Riferimento: Problema nell'inserire furni

Hai aggiunto le cose nel db? Su items importi le items idem furniture, su furnidata li importi nel file di nome furnidata in gamedata, poi importi gli swf
 
Riferimento: Problema nell'inserire furni

e devo modificare qualcosa? in quei file?