[SWF][SQL] MineCraft Blocks

Page 3 of 3 FirstFirst 123
Results 31 to 32 of 32
  1. #31
    Make a wish .::Arjan::. is offline
    MemberRank
    Jan 2012 Join Date
    the NetherlandsLocation
    504Posts

    Re: [SWF][SQL] MineCraft Blocks

    Quote Originally Posted by Jerromyster View Post
    Here is an fixed sql!
    Code:
    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
    (5015201, 'gm_minecraft01', 'gm_minecraft01', 's', 1, 1, 1, '1', '0', '0', 5015201, '1', '1', '1', '1', '1', 	'default', 4, '0'),
    (5015202, 'gm_minecraft02', 'gm_minecraft02', 's', 1, 1, 1, '1', '0', '0', 5015202, '1', '1', '1', '1', '1', 	'default', 4, '0'),
    (5015203, 'gm_minecraft03', 'gm_minecraft03', 's', 1, 1, 1, '1', '0', '0', 5015203, '1', '1', '1', '1', '1', 	'default', 4, '0'),
    (5015204, 'gm_minecraft04', 'gm_minecraft04', 's', 1, 1, 1, '1', '0', '0', 5015204, '1', '1', '1', '1', '1', 	'default', 4, '0'),
    (5015205, 'gm_minecraft05', 'gm_minecraft05', 's', 1, 1, 1, '1', '0', '0', 5015205, '1', '1', '1', '1', '1', 	'default', 4, '0'),
    (5015206, 'gm_minecraft06', 'gm_minecraft06', 's', 1, 1, 1, '1', '0', '0', 5015206, '1', '1', '1', '1', '1', 	'default', 4, '0'),
    (5015207, 'gm_minecraft07', 'gm_minecraft07', 's', 1, 1, 1, '1', '0', '0', 5015207, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (5015208, 'gm_minecraft08', 'gm_minecraft08', 's', 1, 1, 1, '1', '0', '0', 5015208, '1', '1', '1', '1', '1', 'default', 4, '0'),
    (5015209, 'gm_minecraft09', 'gm_minecraft09', 's', 1, 1, 1, '1', '0', '0', 5015208, '1', '1', '1', '1', '1', 'default', 4, '0');
    
    
    CATALOG ITEMS
    	
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`,`amount`) VALUES
    (5015201, '801', '5015201', 'gm_minecraft01', '50000', '0', '1'),
    (5015202, '801', '5015202', 'gm_minecraft02', '50000', '0', '1'),
    (5015203, '801', '5015203', 'gm_minecraft03', '50000', '0', '1'),
    (5015204, '801', '5015204', 'gm_minecraft04', '50000', '0', '1'),
    (5015205, '801', '5015205', 'gm_minecraft05', '50000', '0', '1'),
    (5015206, '801', '5015206', 'gm_minecraft06', '50000', '0', '1'),	
    (5015207, '801', '5015207', 'gm_minecraft07', '50000', '0', '1'),
    (5015208, '801', '5015208', 'gm_minecraft08', '50000', '0', '1'),
    (5015209, '801', '5015209', 'gm_minecraft09', '50000', '0', '1');
    
    FURNIDATA	
    	
    ["s","5015201","gm_minecraft01","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015202","gm_minecraft02","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015203","gm_minecraft03","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015204","gm_minecraft04","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015205","gm_minecraft05","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015206","gm_minecraft06","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015207","gm_minecraft07","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015208","gm_minecraft08","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    ["s","5015209","gm_minecraft09","6434892","0","1","1","","Minecraft Block","Get good.","","-1","-1"],
    No Problem
    Thanks you !

  2. #32
    Banned Divide is offline
    BannedRank
    Aug 2011 Join Date
    British CoderLocation
    1,013Posts
    OMG! WHAT VERSION OF MINECRAFT DO YOU PLAY? PRE-RELEASE 0.0.7?

    "You need a better texture pack" << lol

    Sent from my mobile via Tapatalk.



Page 3 of 3 FirstFirst 123

Advertisement