Hi,
Many people were searching for a way to make the items on the summer catalogue page load, so here is the fix:
MAKE A BACKUP BEFORE YOU DO THIS!
1. Delete bw_jaws in catalog_items
2. Create a new furniture bw_jaws to with the sprite id 4336
3. Create a new catalog_items bw_jaws
4. :update_items, and :refresh_catalogue
5. You're done!
Hopefully this was helpfull.
Fore those who can't make the SQL..
PHP 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
(599389, 'Mandibula', 'bw_jaws', 'i', 0, 0, 0, '0', '0', '0', 4336, '1', '1', '1', '1', '1', 'default', 1, '0', '0', 0);
PHP Code:INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(770825, 75, '599839', 'bw_jaws', 5, 0, 0, 1);
Result
Doesn't it work for you? Reply in the topic!






