I think it's correct query but I would need it in "item" table. I want to change the vnum of the armors 11979-11982 but I have players already who own the armors.
I think this would be what I was looking for:
UPDATE player.item SET vnum = 11919 WHERE vnum = 11979;
UPDATE player.item SET vnum = 11929 WHERE vnum = 11980;
UPDATE player.item SET vnum = 11939 WHERE vnum = 11981;
UPDATE player.item SET vnum = 11949 WHERE vnum = 11982;
Query 08/03/2011 - Metin2 Private Server - 9 Replies Hallo,
Ich habe mal eine Query von der Tabelle Player gemacht.
Aber ich kann die nicht einfügen.
Das heißt wen ich Run drücke und dannach abspeicher steht in der
Tabelle immer noch nichts.
[Suche]Query für "Alteklinge, Reichsklinge" &' Stichdolche NUR QUERY! 08/18/2010 - Metin2 Private Server - 1 Replies Ich weiß ich werd nervig aber ich suche die Query's
für Alteklinge, Reichsklinge &' Strichdolche
Why?
Naya, weil ich in der DB i-wie nur Drachenmaulglocke hab
... not more -.-
Auf jeden Fall Icon's etc. etc. etc. hab ich ich brauche nur die Query's
[Help] Database query 06/26/2009 - CO2 Private Server - 8 Replies So, I'm currently trying to add the +12 npc to my TQ binaries server, and I keep getting an issue with the query when I try to run it.
INSERT INTO cq_npc VALUES(0453, 0, 0, "MoonGoddess", 0002, 4053, -1, 5000, 0047, 0074, 1400,
0,0,0,0,0,0,0, 0,0,0,0, "", 0, 00, 00, 0000, 01, 0000 );
1136 - Column count doesn't match value count at row 1
that is the error I am receiving so if anyone knows how to fix it please respond.
Also I'm using navicat 8.0.20 lite to edit it.