Jump to content

Recommended Posts

Posted

Hello guys i try to adapt one item from a cronicle to another and i get this error when i try to execute batch ...

 

[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 '28001, 'GM Gaiters', 'legs', 'true', 'light', 1570, 'leather', 's80', 0, -1, -1,' at line 1

[Err] (28001, 'GM Gaiters', 'legs', 'true', 'light', 1570, 'leather', 's80', 0, -1, -1, 46, 0, 0, 73200, 135, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

[Msg] Finished - Unsuccessfully

 

Can you guys tell me what im doing wrong ?

Posted

This are the lines ...

(28000, 'GM Shirt', 'chest', 'true', 'light', 4570, 'leather', 's80', 0, -1, -1, 73, 0, 0, 117000, 216, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28001, 'GM Gaiters', 'legs', 'true', 'light', 1570, 'leather', 's80', 0, -1, -1, 46, 0, 0, 73200, 135, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28002, 'GM Gloves', 'gloves', 'true', 'none', 640, 'leather', 's80', 0, -1, -1, 24, 0, 0, 39100, 72, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28003, 'GM Boots', 'feet', 'true', 'none', 1280, 'leather', 's80', 0, -1, -1, 24, 0, 0, 39100, 72, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28004, 'GM Helm', 'hairall', 'false', 'none', 10, 'wood', 's80', 0, -1, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28005, 'GM Helmet', 'hairall', 'false', 'none', 10, 'wood', 's80', 0, -1, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

 

L2j C2.3

Posted

This are the lines ...

(28000, 'GM Shirt', 'chest', 'true', 'light', 4570, 'leather', 's80', 0, -1, -1, 73, 0, 0, 117000, 216, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28001, 'GM Gaiters', 'legs', 'true', 'light', 1570, 'leather', 's80', 0, -1, -1, 46, 0, 0, 73200, 135, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28002, 'GM Gloves', 'gloves', 'true', 'none', 640, 'leather', 's80', 0, -1, -1, 24, 0, 0, 39100, 72, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28003, 'GM Boots', 'feet', 'true', 'none', 1280, 'leather', 's80', 0, -1, -1, 24, 0, 0, 39100, 72, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28004, 'GM Helm', 'hairall', 'false', 'none', 10, 'wood', 's80', 0, -1, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28005, 'GM Helmet', 'hairall', 'false', 'none', 10, 'wood', 's80', 0, -1, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

 

L2j C2.3

pff i don't have the files ok then look what you see you make one copy of the sql who is in server/sql

you take from there the armor.sql

and you change from there 6 lines one for one part of the armor if i see good it four and 2 heml

so do it and tell me!!

Posted

This are the lines ...

(28000, 'GM Shirt', 'chest', 'true', 'light', 4570, 'leather', 's80', 0, -1, -1, 73, 0, 0, 117000, 216, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28001, 'GM Gaiters', 'legs', 'true', 'light', 1570, 'leather', 's80', 0, -1, -1, 46, 0, 0, 73200, 135, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28002, 'GM Gloves', 'gloves', 'true', 'none', 640, 'leather', 's80', 0, -1, -1, 24, 0, 0, 39100, 72, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28003, 'GM Boots', 'feet', 'true', 'none', 1280, 'leather', 's80', 0, -1, -1, 24, 0, 0, 39100, 72, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28004, 'GM Helm', 'hairall', 'false', 'none', 10, 'wood', 's80', 0, -1, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

(28005, 'GM Helmet', 'hairall', 'false', 'none', 10, 'wood', 's80', 0, -1, -1, 0, 0, 0, 0, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

 

L2j C2.3

pff i don't have the files ok then look what you see you make one copy of the sql who is in server/sql

you take from there the armor.sql

and you change from there 6 lines one for one part of the armor if i see good it four and 2 heml

so do it and tell me!!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..