Guest User

Untitled

a guest
May 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 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`) VALUES(30002, 'Horse', 'a0 pet13', 's', 1, 1, 1, '0', '0', '0', '14', '0', '0', '0', '0', '1', 'pet', 1, '0');
  2.  
  3. INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES('30002', '143', '30002', 'a0 pet14', '50', '0', '1');
  4.  
  5.  
  6. INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES(920, 14, 'Horses', '0', '132', '1', '1', 7, '0', '0', 302, 'pets', 'catalog_pets', '', '', 'oh LOUIS! :].', '', 'Pet name:Pet color:Pet race:', '');
  7.  
  8.  
  9.  
  10.  
  11. Here is the correct SQL that I used to get my horses working. The weird thing is the only way you can seem to get it working is by using the Catalogue Items of the Monkey. So do not be shocked when you go to your page and you see a monkey instead of a horse. The main thing is it still buys the horse! Enjoy :)
Add Comment
Please, Sign In to add comment