Guest User

Untitled

a guest
Oct 20th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. 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`, `height_adjustable`) VALUES(NULL, 'Room background', 'roombg_mountains1', 's', 1, 1, 1, '1', '0', '0', 31481, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
  2. (NULL, 'Room Cloud dark', 'roombg_cloud_dark', 's', 1, 1, 1, '1', '0', '0', 31482, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
  3. (NULL, 'Room Cloud', 'roombg_cloud', 's', 1, 1, 1, '1', '0', '0', 31483, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0'),
  4. (NULL, 'Room color', 'roombg_color', 's', 1, 1, 1, '1', '0', '0', 31484, '1', '1', '0', '1', '1', 'default', 2, '0', '0', '0');
  5.  
  6.  
  7. INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`, `achievement`) VALUES
  8. (NULL, PageID, '31481', 'roombg_mountains1', 5, 0, 0, 1, '0', 0),
  9. (NULL, PageID, '31482', 'roombg_cloud_dark', 5, 0, 0, 1, '0', 0),
  10. (NULL, PageID, '31483', 'roombg_cloud', 5, 0, 0, 1, '0', 0),
  11. (NULL, PageID, '31484', 'roombg_color', 5, 0, 0, 1, '0', 0);
  12.  
  13.  
  14.  
  15. ["s","31481","roombg_mountains1","43280","0","1","1","","Mountains Background","Room background; A mountainous scenic background for your room","","-1","-1","","1"],
  16. ["s","31482","roombg_cloud_dark","43280","0","1","1","","Dark Cloud Machine","Room background: A dark cloud that floats past your room","","-1","-1","","1"],
  17. ["s","31483","roombg_cloud","43280","0","1","1","","Cloud Machine","Room background: A cloud that floats past your room","","-1","-1","","1"],
  18. ["s","31484","roombg_color","43280","0","1","1","","Background Toner","Room background: Add some colour to your room background!","","-1","-1","","1"],
Add Comment
Please, Sign In to add comment