Funktionierende Pferde SQL Codes gesucht!

  • Hallo Leute

    Heute suche ich die Pferde SQL codes.
    JAAA ich weiss sie wurden hundertmal relaest hab sie gefunden auf meine DB Struktur angepasst uuuunnnnddd Emulator Error -.-
    Beim Einfügen des Querys gab es 0 Probleme
    Aber der Emulator war nicht der gleichen Meinung X(

    Hier noch die Codes:
    Furniture:

    Spoiler anzeigen

    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(30001, 'Horse', 'a0 pet13', 's', 1, 1, 1, '0', '0', '0', 14, '0', '0', '0', '0', '1', 'pet', 1, '0', '0', '0');


    Catalog_items:

    Spoiler anzeigen

    INSERT INTO `catalog_items` (`id`, `page_id`, `item_ids`, `catalog_name`, `cost_credits`, `cost_pixels`, `cost_snow`, `amount`) VALUES(30001, '1433', '30001', 'a0 pet14', 0, 2000, '0', 1);


    Catalog_pages:

    Spoiler anzeigen

    INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `vip_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`) VALUES(1433, 14, 'Horse', 0, 136, '1', '1', 1, '0', '0', 302, 'pets', 'catalog_pets', '', '', 'Horse', '', 'Name:Breed:', '');

    So und jetzt Meine Frage:
    Wieso klappt das nicht?
    Grüsse Cyber^^

Jetzt mitmachen!

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