Jump to content

[Share] SQL Creator V 1.0 Armor


Recommended Posts

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!

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

  • 4 weeks later...

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
Reply to this topic...

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