[HELP][SQL] SELECT * FROM `mob_proto`;

05/31/2012 05:35 [SA]International#1
Hi Epvp.

I know I dont get any answer from you german guys... but lets try for the 8000000000th time.. and see if there is any luck

I got a problem with Mysql..
I can't add new mobs with the Query I got here...
I have tried everything... but nothing works.

PHP Code:
INSERT INTO `mob_protoVALUES ('2651''Schlangengott'Schlangengott1'2''0''0''91''''''0''HUMAN''''0''''0''100''9''56''0''900''1700''30000''4''6''1000000''2000000''625000''60''100''100''0''2000''100''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''2''0''0''0''0''0''0''0''0''0''0''0''0''0');
INSERT INTO `mob_protoVALUES ('2652''Schlangengott'Schlangengott2'2''0''0''92''''''0''HUMAN''''0''''0''100''9''72''0''900''1700''30000''4''6''1000000''2000000''625000''60''100''100''0''2000''100''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''2''0''0''0''0''0''0''0''0''0''0''0''0''0');
INSERT INTO `mob_protoVALUES ('2653''Schlangengott'Schlangengott3'2''0''0''93''''''0''HUMAN''''0''''0''100''9''99''0''900''1700''30000''4''6''1000000''2000000''625000''60''100''100''100''2000''100''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''2''0''0''0''0''0''0''0''0''0''0''0''0''0');
INSERT INTO `mob_protoVALUES ('2654''Schlangengott'Schlangengott4'2''0''0''95''''''0''HUMAN''''0''''0''200''70''130''0''900''1700''50000''7''8''1000000''2000000''625000''120''100''100''100''2000''100''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''2''0''0''0''0''0''0''0''0''0''0''0''0''0'); 
meybe can someone tell me what the problem is..

you can try take the Query, and see what the bug is..
and send it back here.

the query here is some mobs from Metin2United.
and I need em for my new map....


the Error is this:
PHP Code:
[SQLSELECT FROM `mob_proto`;
Affected rows0
Time
0.877ms

[SQL
INSERT INTO `mob_protoVALUES ('2651''Schlangengott''Schlangengott''2''0''0''91''''''0''HUMAN''''0''''0''100''9''56''0''900''1700''30000''4''6''1000000''2000000''625000''60''100''100''0''2000''100''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''0''2''0''0''0''0''0''0''0''0''0''0''0''0''0');
[
Err1136 Column count doesn't match value count at row 1 

anyway! PLEASE HELP! just once :facepalm::facepalm::facepalm::facepalm:
05/31/2012 12:02 tim66613#2
[Err] 1136 - Column count doesnt match value count at row 1

You specified too few values for the columns. Maybe this query is for the old mob_proto, not for the new one, or vice versa.

Kind Regards Tim
05/31/2012 13:52 aldanis#3
Column count doesnt match value count at row 1

1. remove any data with this vnum:
2651
2652
2653
2654

2. insert data manualy with phpMyAdmin Insert interface

I tested this and work ok.

Maybe you can use INSERT IGNORE INTO `mob_proto` (`vnum` ... please test first this solution