-
Apprentice
See white furni
I have this problem..
Catalog_Furnis:
INSERT INTO `catalog_furnis` (`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`, `variable_heights`, `is_arrow`, `foot_figure`, `stack_multiplier`, `subscriber`, `effectid`, `height_adjustable`, `flat_id`, `revision`, `description`, `specialtype`, `canlayon`) VALUES(1000000206, 'Shallow Roof Side', 'peetdakje1', 's', 1, 1, '1', '1', '0', '0', 987654419, '1', '1', '1', '1', '1', 'default', 1, '1', '', '0', '0', '0', '0', 0, '0', 1000000206, 59005, 'Roofing', 1, '0');
Catalog_Items:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `specialName`, `cost_credits`, `cost_belcredits`, `cost_duckets`, `amount`, `vip`, `achievement`, `song_id`, `limited_sells`, `limited_stack`, `offer_active`, `extradata`, `badge`, `flat_id`, `cost_loyalty`, `amounts`, `club_only`) VALUES(1000000206, 989, '1000000206', 'peetdakje1', 5, 0, 0, 1, '0', 0, 0, 0, 0, '1', '', '', 1000000206, 0, 1, '0');
Furnidata:
<furnitype id="987654419" classname="peetdakje1"> <revision>59005</revision> <name>Shallow Roof Side</name> <description>Roofing</description> <offerid>100654</offerid> <buyout>0</buyout> <rentofferid>-1</rentofferid> <rentbuyout>0</rentbuyout> <bc>1</bc> <excludeddynamic>0</excludeddynamic> <specialtype>1</specialtype> </furnitype>
-