[SQL][SWF]Colored Dragon Eggs

Results 1 to 24 of 24
  1. #1
    Grand Master Nesar is offline
    Grand MasterRank
    Aug 2011 Join Date
    Anime LandLocation
    748Posts

    cool [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:


    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
    Last edited by Nesar; 15-11-11 at 11:41 AM.


  2. #2
    Fuck You Retro! is offline
    Grand MasterRank
    Jun 2007 Join Date
    4,346Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Most decent recolors I've probably seen.

  3. #3
    Sorcerer Supreme ImYours4Life is offline
    Member +Rank
    Jan 2011 Join Date
    447Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Like the black/ purple egg

  4. #4
    Elite Member ITouchI is offline
    Member +Rank
    Feb 2011 Join Date
    229Posts

    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

  5. #5
    Grand Master Nesar is offline
    Grand MasterRank
    Aug 2011 Join Date
    Anime LandLocation
    748Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    I don't know why,Seems like there are extra columns in your furniture table?

  6. #6
    Grand Master American is offline
    Grand MasterRank
    Sep 2011 Join Date
    WeedlandLocation
    658Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Added into my hotel (localhost)
    thanks!

  7. #7
    Elite Member ITouchI is offline
    Member +Rank
    Feb 2011 Join Date
    229Posts

    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

  8. #8
    The Sex Addict Poizone2 is offline
    Grand MasterRank
    Oct 2011 Join Date
    UKLocation
    523Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    That black and purple is ripped from pixelmoon GG

  9. #9
    Grand Master HopAndJump is offline
    Grand MasterRank
    Jul 2011 Join Date
    547Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    the black & purple is the best one.

  10. #10
    Grand Master Pookie is offline
    Grand MasterRank
    Mar 2011 Join Date
    1,038Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    They look great. Good job.

  11. #11
    No longer active... -_- Tha Matrix is offline
    Grand MasterRank
    Apr 2011 Join Date
    Void.Location
    1,090Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    This Reminds meh - Some custom are Ripped off x)

    Btw Good Ripper and Good Custom :D

  12. #12
    Grand Master Nesar is offline
    Grand MasterRank
    Aug 2011 Join Date
    Anime LandLocation
    748Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Quote Originally Posted by ITouchI View Post
    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...

  13. #13
    Grand Master mohje is offline
    Grand MasterRank
    Dec 2008 Join Date
    NLLocation
    651Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Good work it is nicee

  14. #14
    Elite Member RH monkeyboy is offline
    Member +Rank
    Nov 2011 Join Date
    Dream world..zzLocation
    223Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    nice 10/10

  15. #15
    Sorcerer Supreme Evan221 is offline
    Member +Rank
    Jul 2011 Join Date
    416Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Good release ! 10/10

  16. #16
    Grand Master ELSD is offline
    Grand MasterRank
    Sep 2011 Join Date
    Chi-TownLocation
    1,213Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Nice 10/10 nice recolor.

  17. #17
    Epic Member ;) PoyzenCookie is offline
    Grand MasterRank
    Aug 2011 Join Date
    EnglandLocation
    659Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    I had most of these. But Im sure they'll be useful to other users. Thanks Nesar "exoh"

  18. #18
    Elite Member Skrilllex is offline
    Member +Rank
    Oct 2011 Join Date
    237Posts

    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

  19. #19
    Sorcerer Supreme TashiaLurvesYou is offline
    Member +Rank
    Nov 2011 Join Date
    PhilippinesLocation
    474Posts

    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

  20. #20
    Newbie 53535353 is offline
    MemberRank
    Dec 2011 Join Date
    4Posts

    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

  21. #21
    Grand Master Danny is offline
    Grand MasterRank
    Oct 2011 Join Date
    My PCLocation
    2,158Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Quote Originally Posted by 53535353 View Post
    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.

  22. #22
    Member xStefan is offline
    MemberRank
    Sep 2011 Join Date
    32Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Quote Originally Posted by Facebook View Post
    What are you talking about they are codded properly.
    the furniture doesnt work.

  23. #23
    Grand Master Danny is offline
    Grand MasterRank
    Oct 2011 Join Date
    My PCLocation
    2,158Posts

    Re: [SQL][SWF]Colored Dragon Eggs

    Worked fine for me, I have them in my hotel.

  24. #24
    Member HabbIsland is offline
    MemberRank
    Sep 2011 Join Date
    UKLocation
    55Posts

    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.



Advertisement