Jump to content
  • 0

Buffer SQL error


Question

Posted

Hi MXC , I have some probleme with sql of buffer

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);

I need to update this sql for latest l2jsrver rev 7672

Can someone help me?

15 answers to this question

Recommended Posts

  • 0
Posted

Hi MXC , I have some probleme with sql of buffer

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);

I need to update this sql for latest l2jsrver rev 7672

Can someone help me?

 

Post here your Npc.Sql, and i will add it without errors.

  • 0
Posted

this is the Npc Sql    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);

  • 0
Posted

this is the Npc Sql    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);

 

Mm-hmm u don't understand me, i mean Npc.sql full.

  • 0
Posted

Ok, try now if work.

 

INSERT INTO `npc` VALUES (555,36562,'Buffer',1,'Buffer',1,'LineageNPC2.garrison_of_insurgents','10.00','23.75',80,'male','L2Npc',40,'3290.00000','1524.00000','8.50000','3.00000',40,43,30,21,20,20,0,0,'1627.00000','577.00000','1117.00000','384.00000',230,4,0,333,0,0,0,80,1,1,1,0,1);

 


 

Or download full Npc.sql, already added this npc.

 

http://rapidshare.com/files/436664140/npc.sql

 

PS: Don't forgot delete Npc.sql from database before add this.

  • 0
Posted

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '555,36562,'Buffer',1,'Buffer',1,'LineageNPC2.garrison_of_insurgents','10.00','23' at line 1

[Err] (555,36562,'Buffer',1,'Buffer',1,'LineageNPC2.garrison_of_insurgents','10.00','23.75',80,'male','L2Npc',40,'3290.00000','1524.00000','8.50000','3.00000',40,43,30,21,20,20,0,0,'1627.00000','577.00000','1117.00000','384.00000',230,4,0,333,0,0,0,80,1,1,1,0,1);

[Msg] Finished - Unsuccessfully

--------------------------------------------------

 

  • 0
Posted

[Err] 1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '555,36562,'Buffer',1,'Buffer',1,'LineageNPC2.garrison_of_insurgents','10.00','23' at line 1

[Err] (555,36562,'Buffer',1,'Buffer',1,'LineageNPC2.garrison_of_insurgents','10.00','23.75',80,'male','L2Npc',40,'3290.00000','1524.00000','8.50000','3.00000',40,43,30,21,20,20,0,0,'1627.00000','577.00000','1117.00000','384.00000',230,4,0,333,0,0,0,80,1,1,1,0,1);

[Msg] Finished - Unsuccessfully

--------------------------------------------------

 

  • 0
Posted

Try:

 

Or download full Npc.sql, already added this npc.

http://rapidshare.com/files/436664140/npc.sql

PS: Don't forgot delete Npc.sql from database before add this.
[/quote]

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...