Pokemon Thrones #1

Results 1 to 3 of 3
  1. #1
    Proficient Member GotMilk is offline
    MemberRank
    Jul 2013 Join Date
    150Posts

    Pokemon Thrones #1

    Been going around a spanish forum and found some good looking customs which i would like to release/share with the Ragezone community:




    Trypolin:

    Catalog Items Copy: "ReplaceCATID"

    INSERT INTO `catalog_items_copy` (`id`, `page_id`,`item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`, `cost_crystal`, `cost_oude_belcredits`, `song_id`, `limited_stack`, `limited_sells`, `offer_active`) VALUES
    ('49300', 'CATID', '49300', 'arbokt', '10', '0', '1', '0', '0', '0', '0', '0', '1'),
    ('49301', 'CATID', '49301', 'blasth', '10', '0', '1', '0', '0', '0', '0', '0', '1'),
    ('49302', 'CATID', '49302', 'baylth', '10', '0', '1', '0', '0', '0', '0', '0', '1'),
    ('49303', 'CATID', '49303', 'pikath', '10', '0', '1', '0', '0', '0', '0', '0', '1'),
    ('49304', 'CATID', '49304', 'tyrone', '10', '0', '1', '0', '0', '0', '0', '0', '1'),
    ('49305', 'CATID', '49305', 'vapont', '10', '0', '1', '0', '0', '0', '0', '0', '1');

    Items base:

    INSERT INTO `items_base` (`item_id`, `sprite_id`, `item_name`, `type`, `width`, `length`, `height`, `allow_stack`, `allow_sit`, `allow_walk`, `allow_recycle`, `allow_trade`, `allow_marketplace_sell`, `allow_gift`, `allow_inventory_stack`, `interaction_type`, `cycle_count`, `vending_ids`)VALUES
    ('49300', '49300', 'arbokt', 's', 1, 1, 1, '1', '1', '0', '1', '1', '1', '1', '1', 'default', 4, '0'),
    ('49301', '49301', 'blasth', 's', 1, 1, 1, '1', '1', '0', '1', '1', '1', '1', '1', 'default', 4, '0'),
    ('49302', '49302', 'baylth', 's', 1, 1, 1, '1', '1', '0', '1', '1', '1', '1', '1', 'default', 4, '0'),
    ('49303', '49303', 'pikath', 's', 1, 1, 1, '1', '1', '0', '1', '1', '1', '1', '1', 'default', 4, '0'),
    ('49304', '49304', 'tyrone', 's', 1, 1, 1, '1', '1', '0', '1', '1', '1', '1', '1', 'default', 4, '0'),
    ('49305', '49305', 'vapont', 's', 1, 1, 1, '1', '1', '0', '1', '1', '1', '1', '1', 'default', 4, '0');

    Furnidata:

    ["s","49300","arbokt","25824","0","1","1","0,0,0","Trono Arbok","Arbok ¡Ataca!","","-1","-1"]]
    ["s","49301","blasth","25824","0","1","1","0,0,0","Trono Blastoise","Blastoise ¡Ataca!","","-1","-1"]]
    ["s","49302","baylth","25824","0","1","1","0,0,0","Trono bayleaf","Bayleaf ¡Ataca!","","-1","-1"]]
    ["s","49303","pikath","25824","0","1","1","0,0,0","Trono Pikachu","Pikachu ¡Ataca!","","-1","-1"]]
    ["s","49304","tyrone","25824","0","1","1","0,0,0","Trono Tyspolsion","Tyspolsion ¡Ataca!","","-1","-1"]]
    ["s","49305","vapont","25824","0","1","1","0,0,0","Trono Vaporeon","Vaporeon ¡Ataca!","","-1","-1"]]


    Phoenix:

    Catalog Items: "Replace PAGEID"

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (69000069, 'PAGEID', '69000069', 'Arbok Throne', '6900', '0', '1'),
    (69000169, 'PAGEID', '69000169', 'Blastoise Throne', '6900', '0', '1'),
    (69000269, 'PAGEID', '69000269', 'Bayleaf Throne', '6900', '0', '1'),
    (69000369, 'PAGEID', '69000369', 'Pikachu Throne', '6900', '0', '1'),
    (69100069, 'PAGEID', '69100069', 'Tysplosion Throne', '6900', '0', '1'),
    (69200069, 'PAGEID', '69200069', 'Vaporeon Throne', '6900', '0', '1');

    Furniture:

    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`) VALUES
    (69000069, 'arbokt', 'arbokt', 's', 1, 1, 1, '1', '1', '0', 69000069, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (69000169, 'blasth', 'blasth', 's', 1, 1, 1, '1', '1', '0', 69000169, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (69000269, 'baylth', 'baylth', 's', 1, 1, 1, '1', '1', '0', 69000269, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (69000369, 'pikath', 'pikath', 's', 1, 1, 1, '1', '1', '0', 69000369, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (69100069, 'tyrone', 'tyrone', 's', 1, 1, 1, '1', '1', '0', 69100069, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (69200069, 'vapont', 'vapont', 's', 1, 1, 1, '1', '1', '0', 69200069, '1', '1', '1', '1', '1', 'default', 4, '0');

    Furnidata:

    ["s","69000069","arbokt","69000069","0","1","1","","Arbok Throne","Arbok ¡Ataca!","","-1","-1"],
    ["s","69000169","blasth","69000169","0","1","1","","Blastoise Throne","Blastoise ¡Ataca!","","-1","-1"],
    ["s","69000269","baylth","69000269","0","1","1","","Bayleaf Throne","Bayleaf ¡Ataca!","","-1","-1"],
    ["s","69000369","pikath","69000369","0","1","1","","Pikachu Throne","Pikachu ¡Ataca!","","-1","-1"],
    ["s","69100069","tyrone","69100069","0","1","1","","Tyspolsion Throne","Tyspolsion ¡Ataca!","","-1","-1"],
    ["s","69200069","vapont","69200069","0","1","1","","Vaporeon Throne","Vaporeon ¡Ataca!","","-1","-1"],

    Downloads(have two incase one is broken):
    https://www.mediafire.com/?u511eb3y146crmy

    http://www.mediafire.com/download/mx...0SWF%2BSQL.zip


  2. #2
    hi JackHoll is offline
    MemberRank
    Mar 2013 Join Date
    UKLocation
    469Posts

    Re: Pokemon Thrones #1

    These thrones were posted first on this forum, stop spamming this section from KekoMundo.

    Theres a reason why people aint doing what you are, its because the things your releasing is either shit and useless or its already been released.

  3. #3
    Valued Member Artless is offline
    MemberRank
    Dec 2013 Join Date
    ScotlandLocation
    121Posts

    Re: Pokemon Thrones #1

    Like how my thrones were released before this.



Advertisement