Hallo Forum,
ich wollte dieses Möbelstück in meinen Katalog einfügen:
Catalog_Items:
INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES
(83491, CATAID, '83491', 'XmasNellyRaix1', 3, 0, 0, 1);
Nachdem ich kauf OK geklickt habe kommt folgende Meldung:
#1054 - Unknown column 'cost_snow' in 'field list'
Furniture:
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`)VALUES
(83491, 'XmasNellyRaix1', 'XmasNellyRaix1', 's', 1, 1, 1, '1', '0', '0', 83491, '1', '1', '1', '1', '1', 'vendingmachine', 2, '17', '0');
Und hier kommt nachdem ich auf OK geklickt habe:
#1054 - Unknown column 'is_arrow' in 'field list'
Mein 2 Problem sind AKtivitätspunkte, egal was für Badges ich bekomme ich habe immer 0 Aktivitätspunkte
Wie kann ich diese Fehler beheben
Außerdem wollte ich fragen wie man Custom Räume erstellt und sie bei Localhost einfügt.
Ich benutze den Ultimate Emulator und die Ultimate Cms.