- 4 Luglio 2011
- 234
- 0
- Miglior risposta
- 0
Salve Sciax2! Questa è la mia prima release in questa sezione. Come dice il titolo ecco a voi i furni dei pokemon ( le uova ) :
Screen :
Questo era lo screen
Adesso passiamo ai codici !!
Furnidata
Furniture
Catalog_Items
Download :
Scansione
Fonte :
WebNulled
Screen :
Questo era lo screen
Adesso passiamo ai codici !!
Furnidata
["s","900010","celeb","25824","0","1","1","0,0,0"," Celebi Egg","From the forest! From the Pokemon Egg Series.","","-1","-1"],
["s","900001","chare","25824","0","1","1","0,0,0"," Charmander Egg","Firey hot! From the Pokemon Egg series. ","","-1","-1"],
["s","900002","chiko","25824","0","1","1","0,0,0"," Chikorita Egg","Don't cut yourself! From the Pokemon Egg series. ","","-1","-1"],
["s","900003","cindi","25824","0","1","1","0,0,0"," Cindiqual Egg","Watch the sparks! From the Pokemon Egg series. ","","-1","-1"],
["s","900004","haunt","25824","0","1","1","0,0,0"," Haunter Egg","It's a ghost! From the Pokemon Egg series. ","","-1","-1"],
["s","900005","meweg","25824","0","1","1","0,0,0"," Mew Egg","Magical! From the Pokemon Egg series. ","","-1","-1"],
["s","900006","pikae","25824","0","1","1","0,0,0"," Pikachu Egg","Electrical! From the Pokemon Egg Series. ",-1","-1"],
["s","900001","chare","25824","0","1","1","0,0,0"," Charmander Egg","Firey hot! From the Pokemon Egg series. ","","-1","-1"],
["s","900002","chiko","25824","0","1","1","0,0,0"," Chikorita Egg","Don't cut yourself! From the Pokemon Egg series. ","","-1","-1"],
["s","900003","cindi","25824","0","1","1","0,0,0"," Cindiqual Egg","Watch the sparks! From the Pokemon Egg series. ","","-1","-1"],
["s","900004","haunt","25824","0","1","1","0,0,0"," Haunter Egg","It's a ghost! From the Pokemon Egg series. ","","-1","-1"],
["s","900005","meweg","25824","0","1","1","0,0,0"," Mew Egg","Magical! From the Pokemon Egg series. ","","-1","-1"],
["s","900006","pikae","25824","0","1","1","0,0,0"," Pikachu Egg","Electrical! From the Pokemon Egg Series. ",-1","-1"],
]INSERT INTO `furniture` VALUES
('900006','Pikachu Egg','pikae','s','1','1','1','1','0','0','900006', '1','1','0','1','1','default','1','0','0'),
('900005','Mew Egg','meweg','s','1','1','1','1','0','0','900005', '1','1','0','1','1','default','1','0','0'),
('900004','Haunter Egg','haunt','s','1','1','1','1','0','0','900004', '1','1','0','1','1','default','1','0','0'),
('900003','Cindiqual Egg','cindi','s','1','1','1','1','0','0','900003', '1','1','0','1','1','default','1','0','0'),
('900002','Chikorita Egg','chiko','s','1','1','1','1','0','0','900002', '1','1','0','1','1','default','1','0','0'),
('900001','Charmander Egg','chare','s','1','1','1','1','0','0','900001', '1','1','0','1','1','default','1','0','0'),
('900010','Celebi Egg','celeb','s','1','1','1','1','0','0','900010', '1','1','0','1','1','default','1','0','0');
('900006','Pikachu Egg','pikae','s','1','1','1','1','0','0','900006', '1','1','0','1','1','default','1','0','0'),
('900005','Mew Egg','meweg','s','1','1','1','1','0','0','900005', '1','1','0','1','1','default','1','0','0'),
('900004','Haunter Egg','haunt','s','1','1','1','1','0','0','900004', '1','1','0','1','1','default','1','0','0'),
('900003','Cindiqual Egg','cindi','s','1','1','1','1','0','0','900003', '1','1','0','1','1','default','1','0','0'),
('900002','Chikorita Egg','chiko','s','1','1','1','1','0','0','900002', '1','1','0','1','1','default','1','0','0'),
('900001','Charmander Egg','chare','s','1','1','1','1','0','0','900001', '1','1','0','1','1','default','1','0','0'),
('900010','Celebi Egg','celeb','s','1','1','1','1','0','0','900010', '1','1','0','1','1','default','1','0','0');
Catalog_Items
INSERT INTO `catalog_items` VALUES
('900006','800006','900006','Pikachu Egg','500','0','0','1'),
('900005','800007','900005','Mew Egg','500','0','0','1'),
('900004','800008','900004','Haunter Egg','500','0','0','1'),
('900003','800009','900003','Cindiqual Egg','500','0','0','1'),
('900002','800010','900002','Chikorita Egg','500','0','0','1'),
('900001','800011','900001','Charmander Egg','500','0','0','1'),
('900010','800012','900010','Celebi Egg','1','500','0','1');
('900006','800006','900006','Pikachu Egg','500','0','0','1'),
('900005','800007','900005','Mew Egg','500','0','0','1'),
('900004','800008','900004','Haunter Egg','500','0','0','1'),
('900003','800009','900003','Cindiqual Egg','500','0','0','1'),
('900002','800010','900002','Chikorita Egg','500','0','0','1'),
('900001','800011','900001','Charmander Egg','500','0','0','1'),
('900010','800012','900010','Celebi Egg','1','500','0','1');
Download :
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Scansione
Perfavore,
Entra
oppure
Registrati
per vedere i Link!
Fonte :
WebNulled
Ultima modifica: