1.Im having issues with my query on navicat it would help alot of someone could help me with this...
2.well here is the issue when i try to add a vendor or some sort of vendor deal it gives me this error message
1054 - Unknown Column 'mountdisplayid' in 'feild list'
which if you look in the text below in red is where it only is located at i tried deleting it and then there isnt enough code so it still skrews up is this just a old code or am i doing something wrong plz help...
INSERT INTO creature_proto (entry, minlevel, maxlevel, faction, minhealth, maxhealth, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage,mountdisplayid, equipmodel1, equipinfo1, equipslot1, equipmodel2, equipinfo2, equipslot2, equipmodel3, equipinfo3, equipslot3, respawntime, armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, bounding_radius, auras, boss, money, invisibility_type, death_state)
VALUES (23551, 60, 60, 35, 1, 1, 1, 1, 128, 1800, 150, 250, 1800, 500, 650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 36000, 0, 0, 0, 0, 0, 0, 0, 1, 0, "MEMO", 0, 0, 0, 0);
INSERT INTO creature_names (entry, `name`, Subname, Flags1, type, Family, Rank, unk4, SpellDataID, male_displayid, female_displayid, unknown_float1, unknown_float2, Civilian, Leader, info_str)
VALUES (23551,"Weapon/Item Enchants","WOTLK vendor",0,7,0,0,0,NULL,22906,22906,1, 1,1,NULL, '');
INSERT INTO vendors (entry, item, amount) VALUES (60000,23501,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23502,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23503,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23504,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23505,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23506,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23507,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23508,0);
INSERT INTO vendors (entry, item, amount) VALUES (60000,23509,0);
BTW: i have arcemu pretty updated im starting from scratch so if you could point me in a new script all together for a enchant vendor that would be nice too...ty!