Jump to content
  • 0
Sharpienero

Is there a way to update your items db?

Question

5 answers to this question

Recommended Posts

look for txt to sql converter, I remember in eAthena i found a php script for this.

this can convert item_db.txt, item_db2.txt and also mob_db.txt, mob_db2.txt also mob_skill_db

Edited by ngek202
Link to comment
Share on other sites

Posted · Hidden by Zac, January 27, 2012 - Already replied by ngek202
Hidden by Zac, January 27, 2012 - Already replied by ngek202

What kind of items you lost? custom items? if you lost custom items, you gotta have back up.

if you lost official items, here's the newest item_db.

Pre-Renewal:

http://sourceforge.net/apps/trac/rathena/browser/trunk/db/pre-re/item_db.txt]Item_db.txt[/url]

Renewal:

http://sourceforge.net/apps/trac/rathena/browser/trunk/db/re/item_db.txt

How to add?

Just copy paste the item_db into your old item_db, then @reloaditemdb.

Link to comment

yes, you can

use this syntax

INSERT INTO `item_db2` VALUES ('ID','Name','Name',Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,'View,Script','OnEquip_Script','OnUnequip_Script');

Link to comment
Share on other sites

yes, you can

use this syntax

INSERT INTO `item_db2` VALUES ('ID','Name','Name',Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,Refineable,'View,Script','OnEquip_Script','OnUnequip_Script');

I don't understand. o_o;

What file am I supposed to put this into?

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.

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

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.