Hoje Venho Trazer a Planta Carnivora :D
Print:
SQL:
Catalog_pages:
Code:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES
('1434', '14', 'Planta Monstro', '1', '10', '1', '1', '1', '0', '2', 'pets', '', '', '', 'Melhor correr que ele esta chegando !', '', '1 Monstro fugão !', '', '0', '', '');
Catalog_items:
Code:
INSERT
INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`,
`cost_credits`, `cost_pixels`, `cost_snow`, `amount`, `vip`) VALUES
(30002, 1434, '30002', 'a0 pet14', 35, 0, 0, 1, '0');
(30002, 1434, '30002', 'a0 pet14', 35, 0, 0, 1, '0');
Furniture:
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`, `foot_figure`) VALUES
(30002, 'Planta Carnívora', 'a0 pet16', 's', 1, 1, 1, '0', '0', '0', 16, '0', '0', '0', '0', '1', 'pet', 1, '0', '0', '');
SWF
AQUI