Pokemon Eggs

Results 1 to 2 of 2
  1. #1
    Member jitinder is offline
    MemberRank
    Sep 2013 Join Date
    37Posts

    Pokemon Eggs

    Hey all! it's me again after a veryyyyy long time. (can't help it, "Boar'd" year gettit? :P)

    Anyways. I was just browsing through some of my unfinished projects and saw some pokemon sprites.

    so as a result, I present to you, 4 Pokemon eggs, with a guarantee that i will make more as i get time.

    Arceus Egg: Alt Link: http://i62.tinypic.com/23h54oz.png

    Lucario Egg: Alt Link: http://i62.tinypic.com/sg245e.png

    Reshiram Egg: Alt Link: http://i58.tinypic.com/14d3e4h.jpg

    Zekrom Egg: Alt Link: http://i62.tinypic.com/214rqwz.png


    Download Package: http://www.mediafire.com/download/t1...1x/Pokeggs.rar

    SQLs:

    Furniture:
    PHP Code:
    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `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`) VALUES (FURNI_ID_HERE'Arceg''Arceg''s'111'0''0''0'SPRITE_ID_HERE'1''1''1''1''1''Default'1'0''0');

    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `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`) VALUES (FURNI_ID_HERE'Luceg''Luceg''s'111'0''0''0'SPRITE_ID_HERE'1''1''1''1''1''Default'1'0''0');

    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `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`) VALUES (FURNI_ID_HERE'Reseg''Reseg''s'111'0''0''0'SPRITE_ID_HERE'1''1''1''1''1''Default'1'0''0');

    INSERT INTO `furniture` (`id`, `public_name`, `item_name`, `type`, `width`, `length`, `stack_height`, `can_stack`, `can_sit`, `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`) VALUES (FURNI_ID_HERE'Zekeg''Zekeg''s'111'0''0''0'SPRITE_ID_HERE'1''1''1''1''1''Default'1'0''0'); 
    Catalogue Items:
    PHP Code:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (FURNI_ID_HERE'PAGE_ID_HERE''FURNI_ID_HERE''Arceg''COIN_PRICE''PIXEL_PRICE''0''1');

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (FURNI_ID_HERE'PAGE_ID_HERE''FURNI_ID_HERE''Luceg''COIN_PRICE''PIXEL_PRICE''0''1');

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (FURNI_ID_HERE'PAGE_ID_HERE''FURNI_ID_HERE''Reseg''COIN_PRICE''PIXEL_PRICE''0''1');

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES (FURNI_ID_HERE'PAGE_ID_HERE''FURNI_ID_HERE''Zekeg''COIN_PRICE''PIXEL_PRICE''0''1'); 
    Furnidata:
    PHP Code:
    ["s","SPRITE_ID_HERE","Arceg","6_NUMBERS_HERE","0","1","1","Arceus Dino","The Creator",","-1,"-1"],

    [
    "s","SPRITE_ID_HERE","Luceg","6_NUMBERS_HERE","0","1","1","Lucario Dino","Iron Fist Hiyahhh!",","-1,"-1"],

    [
    "s","SPRITE_ID_HERE","Reseg","6_NUMBERS_HERE","0","1","1","Reshiram Dino","Dayummmm",","-1,"-1"],

    [
    "s","SPRITE_ID_HERE","Zekeg","6_NUMBERS_HERE","0","1","1","Zekrom Dino","Dayummmm",","-1,"-1"], 
    +1 if you like. Any feedback is Welcome :)


  2. #2
    Sorcerer Supreme Brought is offline
    Member +Rank
    Aug 2013 Join Date
    469Posts

    Re: Pokemon Eggs

    The recolor of the actual egg wasn't done very well as it doesn't have the same textured look as the original dino egg.
    However, you didn't do too badly so kudos for the attempt.



Advertisement