Jump to content

Recommended Posts

Posted

for what chronicles?

 

 

good work dud!

 

P.S. where is your karma?

 

EDIT

hmmm... I think the generated SQL file when it will execute will having an issue in different chronicles, with this statement

INSERT INTO `armor` VALUES (21, 'Shirt', '', 'chest', 'false', 'light', 4830, 'cloth', 'none', 0, -1, -1, 36, 1, 0, 113, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

it could be possible to have a mismatch column.

I suggest you will specify the column head and include it to the generated SQL

 

sample

INSERT INTO 'armor' ('item ID', Name, AddionalName, 'Body Part', Crystalizable, 'Armor Type', Weight, Material, 'Crystal Type', 'Crystal Count', Avoid, Modify, Duration, Time, 'P. Def', 'M. Def', 'MP Bonus', Price, Sellable, Dropable, Destoyable, Tradeable, Depositable)

VALUES (21, 'Shirt', '', 'chest', 'false', 'light', 4830, 'cloth', 'none', 0, -1, -1, 36, 1, 0, 113, 0, 'true', 'true', 'true', 'true', 'true', '0-0', '0-0;');

and modify every server armor table with allow null to every column to avoid unsuccessfully execution of the sql, where other column head is not included to be inserted some values

 

 

I hope you get my point ;)

 

keep it going dud!

Posted

Well too bad maybe you didnt heard.

L2J removed armor tables for armors,etcitem and weapons. all now its on xml files faster and easier to change.

Although i think this will come handy for lots of ppl.

  • 4 weeks later...

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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock