-
[SQL][SWF]Colored Dragon Eggs
Hey this is Nesar again,back with another great ripped customs :P
Im not sure if this ripped or not so if it is sorry xD
I was so busy managing with other stuff,sorry :p
Anyway
Introducing colored dragon eggs :D
ScreenShot:
http://i43.tinypic.com/33xexz7.png
Catalog_items:
Code:
INSERT INTO `catalog_items` VALUES ('23059', 'CATAID', '23059', 'Bronze Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23060', 'CATAID', '23060', 'Jade Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23061', 'CATAID', '23061', 'Sky Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23062', 'CATAID', '23062', 'Black Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23063', 'CATAID', '23063', 'Blue Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23064', 'CATAID', '23064', 'Forest Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23065', 'CATAID', '23065', 'Silver Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23069', 'CATAID', '23069', 'X Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23084', 'CATAID', '23084', 'XI Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23049', 'CATAID', '23049', 'Gold Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23051', 'CATAID', '23051', 'Dark Dragon Egg', '500', '0', '0', '1');
INSERT INTO `catalog_items` VALUES ('23056', 'CATAID', '23056', 'Frost Dragon Egg', '500', '0', '0', '1');
Don't forget to change CATAID to your catalogue id :P
Furniture:
Code:
INSERT INTO `furniture` VALUES ('23051', 'Dark Dragon Egg', 'redft', 's', '1', '1', '1', '1', '0', '0', '23051', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23056', 'Frost Dragon Egg', 'eggor', 's', '1', '1', '1', '1', '0', '0', '23056', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23059', 'Bronze Dragon Egg', 'egg01', 's', '1', '1', '1', '1', '0', '0', '23059', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23060', 'Jade Dragon Egg', 'egg02', 's', '1', '1', '1', '1', '0', '0', '23060', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23061', 'Sky Dragon Egg', 'egg03', 's', '1', '1', '1', '1', '0', '0', '23061', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23062', 'Black Dragon Egg', 'egg04', 's', '1', '1', '1', '1', '0', '0', '23062', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23063', 'Blue Dragon Egg', 'egg05', 's', '1', '1', '1', '1', '0', '0', '23063', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23064', 'Forest Dragon Egg', 'egg06', 's', '1', '1', '1', '1', '0', '0', '23064', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23065', 'Silver Dragon Egg', 'egg07', 's', '1', '1', '1', '1', '0', '0', '23065', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23069', 'X Dragon Egg', 'egg08', 's', '1', '1', '1', '1', '0', '0', '23069', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23084', 'XI Dragon Egg', 'egg09', 's', '1', '1', '1', '1', '0', '0', '23084', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
INSERT INTO `furniture` VALUES ('23049', 'Gold Dragon Egg', 'yerro', 's', '1', '1', '1', '1', '0', '0', '23049', '1', '1', '1', '1', '1', 'default', '1', '0', '0');
Furnidata:
Code:
["s","23059","egg01","25824","0","1","1","0,0,0","Bronze Dragon Egg","For Special People Only!","","-1","-1"],
["s","23060","egg02","25824","0","1","1","0,0,0","Jade Dragon Egg","For Special People Only!","","-1","-1"],
["s","23061","egg03","25824","0","1","1","0,0,0","Sky Dragon Egg","For Special People Only!","","-1","-1"],
["s","23062","egg04","25824","0","1","1","0,0,0","Black Dragon Egg","For Special People Only!","","-1","-1"],
["s","23063","egg05","25824","0","1","1","0,0,0","Blue Dragon Egg","For Special People Only!","","-1","-1"],
["s","23064","egg06","25824","0","1","1","0,0,0","Forest Dragon Egg","For Special People Only!","","-1","-1"],
["s","23065","egg07","25824","0","1","1","0,0,0","Silver Dragon Egg","For Special People Only!","","-1","-1"],
["s","23069","egg08","25824","0","1","1","0,0,0","X Dragon Egg","For Special People Only!","","-1","-1"],
["s","23084","egg09","25824","0","1","1","0,0,0","XI Dragon Egg","For Special People Only!","","-1","-1"],
["s","23049","yerro","25824","0","1","1","0,0,0","Gold Dragon Egg","The special egg","","-1","-1"],
["s","23051","redft","25824","0","1","1","0,0,0","Dark Dragon Egg","For Special People Only!","","-1","-1"],
["s","23056","eggor","25824","0","1","1","0,0,0","Frost Dragon Egg","For Special People Only!","","-1","-1"],
If I miss anything please tell me :P
Don't forget to "Like" the thread for more!
Download:
http://www.mediafire.com/?3urluosfj4s7ax6
Credits:
Nesar (Ripping/Coding)
Fatal Hotel (SWFS)
Enjoy,
Have a good Christmas :D
-
Re: [SQL][SWF]Colored Dragon Eggs
Most decent recolors I've probably seen.
-
Re: [SQL][SWF]Colored Dragon Eggs
Like the black/ purple egg
-
Re: [SQL][SWF]Colored Dragon Eggs
SQL query:
INSERT INTO `furniture`
VALUES (
'23051', 'Dark Dragon Egg', 'redft', 's', '1', '1', '1', '1', '0', '0', '23051', '1', '1', '1', '1', '1', 'default', '1', '0', '0'
);
MySQL said:
#1136 - Column count doesn't match value count at row 1
-
Re: [SQL][SWF]Colored Dragon Eggs
I don't know why,Seems like there are extra columns in your furniture table?
-
Re: [SQL][SWF]Colored Dragon Eggs
Added into my hotel (localhost)
thanks!:ott1:
-
Re: [SQL][SWF]Colored Dragon Eggs
let me show u my colums ok>?,id
public_name
item_name
type
width
length
stack_height
can_stack
can_sit enum
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
foot_figure
-
Re: [SQL][SWF]Colored Dragon Eggs
That black and purple is ripped from pixelmoon GG
-
Re: [SQL][SWF]Colored Dragon Eggs
the black & purple is the best one.
-
Re: [SQL][SWF]Colored Dragon Eggs
They look great. Good job.
-
Re: [SQL][SWF]Colored Dragon Eggs
This Reminds meh - Some custom are Ripped off x)
Btw Good Ripper and Good Custom :D
-
Re: [SQL][SWF]Colored Dragon Eggs
Quote:
Originally Posted by
ITouchI
let me show u my colums ok>?,id
public_name
item_name
type
width
length
stack_height
can_stack
can_sit enum
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
foot_figure
Remove foot_figure...
-
Re: [SQL][SWF]Colored Dragon Eggs
-
Re: [SQL][SWF]Colored Dragon Eggs
-
Re: [SQL][SWF]Colored Dragon Eggs
-
Re: [SQL][SWF]Colored Dragon Eggs
-
Re: [SQL][SWF]Colored Dragon Eggs
I had most of these. But Im sure they'll be useful to other users. Thanks Nesar "exoh"
-
Re: [SQL][SWF]Colored Dragon Eggs
there all from fatalhotel lol
so yeah lols you did not make 1 of these there all from fatal hotel the "xi dragon egg" went with xi dragon & xi birdbath lol
-
Re: [SQL][SWF]Colored Dragon Eggs
I like it! 10/10
going to add this on my hotel(;
hope to see some future release of you! good job
-
Re: [SQL][SWF]Colored Dragon Eggs
YOU CAN'T Code the SQLS FOR SHIT, good design on all of them id say 8/10,
Maybe you should code them properly now instead our ur 10 second SQL Coding
-
Re: [SQL][SWF]Colored Dragon Eggs
Quote:
Originally Posted by
53535353
YOU CAN'T Code the SQLS FOR SHIT, good design on all of them id say 8/10,
Maybe you should code them properly now instead our ur 10 second SQL Coding
What are you talking about they are codded properly.
-
Re: [SQL][SWF]Colored Dragon Eggs
Quote:
Originally Posted by
Facebook
What are you talking about they are codded properly.
the furniture doesnt work.
-
Re: [SQL][SWF]Colored Dragon Eggs
Worked fine for me, I have them in my hotel.
-
Re: [SQL][SWF]Colored Dragon Eggs
Sorry for bringing up this 2 month old topic, But I just had to comment!
VERY GOOD RELEASE 10/10!
Delete table 'foot_figure' if they don't work.