Jump to content
  • 0

Problem with every buffer i download


guana

Question

[Err] 1136 - Column count doesn't match value count at row 1

[Err] INSERT INTO `npc` VALUES (555, 36562, 'Buffer', 1, 'Buffer', 1, 'LineageNPC2.garrison_of_insurgents', '10.00', '23.75', 86, 'male', 'L2Npc', 40, '32490', '1712', '56.86', '3.09', 40, 43, 30, 21, 20, 20, 145669, 15182, 10203, 1024, 7022, 1022, 230, 0, 253, 0, 0, 0, 73, 191, 0, 1);

[Msg] Finished - Unsuccessfully

 

i've already tryed to enter by hand and this is the first one that i can spawn in game but it just says "i have nothing to say to you/ quest"

i open the sql and it had hundreds of lines is there something i'm doing wrong i'm executing the batch file into my navicat and this is the error i get on EVERY one i try

i've tryed a least 5 different buffers for freya and none have worked so i'm guessing it's me. any help would be greatly appriciated

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

[Err] 1136 - Column count doesn't match value count at row 1

this error shows that one column has changed its data type for ex. from text to longint.

 

change each insert to:

INSERT INTO `custom_npc` ('id', 'idtemplate', 'name', 'serversidename', 'title', 'serversidetitle', 'class', 'collision_radius', 'collision_height', 'level', 'sex','type') VALUES ('90100', '30181', 'Aramiss', '1', 'Weapon Shop', '1', 'NPC.a_traderA_MHuman', '10.00', '24.00', '80', 'male', 'L2Merchant');

But beware of the Values. remove all values after the type of the npc. that should work if they are merchants or npc not monsters.

 

Link to comment
Share on other sites

  • 0

Wrong Section.

 

Read Our Forum Rules.

 

You should post it here [Request] Dev Help [L2J] En.

 

Before posting also check Rules of this Section.

 

Topic Locked.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...