Ein paar Fragen, Probleme

  • 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:

    :down: #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:

    :down: #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.

    Einmal editiert, zuletzt von SupermarioxD (16. März 2012 um 06:29)

  • Ich kann dir bei allem helfen nur heute nicht. Füg das mal bei SQL ein:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (83491, 94, '83491', 'XmasNellyRaix1', 3, 0, 1, 1);


    //Ich habe 'cost_snow' gelöscht, da dies bei Lukadora noch nicht drinnen ist. Außerdem noch dir PageID; Guck danach mal unter Staff - Rares! ;)

  • Ich kann dir bei allem helfen nur heute nicht. Füg das mal bei SQL ein:
    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `amount`) VALUES
    (83491, 94, '83491', 'XmasNellyRaix1', 3, 0, 1, 1);


    //Ich habe 'cost_snow' gelöscht, da dies bei Lukadora noch nicht drinnen ist. Außerdem noch dir PageID; Guck danach mal unter Staff - Rares! ;)

    Jetzt kommt aber noch der Fehler bei Furniture:

    #1054 - Unknown column 'is_arrow' in 'field list'

    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');


    Kann man den auch irgendwie ändern ? oder kann ich 'is_arrow' und 'cost_snow' irgendwie in meine DB einfügen ?

  • xDDDDDDDDDDDDDDDDDD nimm andere Möbel, kann ja sein das es verbuggt ist

    Dann währ jedes Möbelstück dass ich einfügen will verbuggt, und das sind viele...

    Ich füge immer alles richtig ein, und sind trozdem schwarze kästchen auch nach CHache lösch.

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!