Sweet
New Member
- Aug 27, 2011
- 23
- 11
Screenshot:
Catalog_items:
Code:
Furniture:
Code:
Code:
Credits:
Nesar (Ripping & Coding)
Habplus (For his customs xd)
Catalog_items:
Code:
INSERT INTO `catalog_items` VALUES ('920010', 'CATAID', '920010', 'Super Mario - Yellow Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920009', 'CATAID', '920009', 'Super Mario - White Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920008', 'CATAID', '920008', 'Super Mario - Red Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920003', 'CATAID', '920003', 'Super Mario - Black Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920004', 'CATAID', '920004', 'Super Mario - Blue Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920005', 'CATAID', '920005', 'Super Mario - Green Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920006', 'CATAID', '920006', 'Super Mario - Light Blue Yoshi Egg', '500', '0', '0', '1'); INSERT INTO `catalog_items` VALUES ('920007', 'CATAID', '920007', 'Super Mario - Pink Yoshi Egg', '500', '0', '0', '1');
Change "CATAID" To your catalogue id Furniture:
Code:
INSERT INTO `furniture` VALUES ('920003', 'Super Mario - Black Yoshi Egg', 'yblac', 's', '1', '1', '1', '1', '0', '0', '920003', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920004', 'Super Mario - Blue Yoshi Egg', 'yblue', 's', '1', '1', '1', '1', '0', '0', '920004', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920005', 'Super Mario - Green Yoshi Egg', 'ygree', 's', '1', '1', '1', '1', '0', '0', '920005', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920006', 'Super Mario - Light Blue Yoshi Egg', 'ylblu', 's', '1', '1', '1', '1', '0', '0', '920006', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920007', 'Super Mario - Pink Yoshi Egg', 'ypink', 's', '1', '1', '1', '1', '0', '0', '920007', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920008', 'Super Mario - Red Yoshi Egg', 'yred1', 's', '1', '1', '1', '1', '0', '0', '920008', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920009', 'Super Mario - White Yoshi Egg', 'ywhit', 's', '1', '1', '1', '1', '0', '0', '920009', '1', '1', '1', '1', '1', 'default', '1', '0', '0'); INSERT INTO `furniture` VALUES ('920010', 'Super Mario - Yellow Yoshi Egg', 'yyell', 's', '1', '1', '1', '1', '0', '0', '920010', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
FurnidataCode:
["s","920003","yblac","25824","0","1","1","0,0,0","Super Mario - Black Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920004","yblue","25824","0","1","1","0,0,0","Super Mario - Blue Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920005","ygree","25824","0","1","1","0,0,0","Super Mario - Green Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920006","ylblu","25824","0","1","1","0,0,0","Super Mario - Light Blue Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920007","ypink","25824","0","1","1","0,0,0","Super Mario - Pink Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920008","yred1","25824","0","1","1","0,0,0","Super Mario - Red Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920009","ywhit","25824","0","1","1","0,0,0","Super Mario - White Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"], ["s","920010","yyell","25824","0","1","1","0,0,0","Super Mario - Yellow Yoshi Egg","Mario's dinosaur companion! From the Super Mario Egg Series","","-1","-1"],
Download:
You must be registered for see links
Credits:
Nesar (Ripping & Coding)
Habplus (For his customs xd)