[SWF/SQL] Super Mario - Yoshi Eggs

Sweet

New Member
Aug 27, 2011
23
11
Screenshot:
6QyRJ.png


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');​
Furnidata

Code:
["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:

Credits:
Nesar (Ripping & Coding)
Habplus (For his customs xd)
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Nice Super Mario eggs. Hope to see them soon in Hibzy as loves customs ;)
 

Kaz

BooYah
Staff member
Nov 16, 2010
3,064
1,025
Looking nice, i think theirs another release which has other characters from the mario series (princess peach, mario, luigi etc...)
 

Gajeel

Well-Known Member
Oct 4, 2011
2,411
413
Looking nice, i think theirs another release which has other characters from the mario series (princess peach, mario, luigi etc...)
There is, for live demo, visit .
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
This is the only thread i have seen this explanation :
Change "CATAID" To your catalogue id :)
Lol. Because some people see some easily fixable errors as AN ERROR xD
Nice job , thanks !
 

TinyBuilder

Bike ✔
Mar 19, 2012
717
66
Lol. i get this error -_-

Error

SQL query:
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'
);


MySQL said:
#1136 - Column count doesn't match value count at row 1
 

Users who are viewing this thread

Top