Sharpienero Posted January 27, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Share Posted January 27, 2012 Title says it, because I seem to be missing a lot of items (equips.) Is there a way to upgrade mySQL so that I can add those missing items? Quote Link to comment Share on other sites More sharing options...
ngek202 Posted January 27, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 530 Reputation: 33 Joined: 01/17/12 Last Seen: August 16, 2017 Share Posted January 27, 2012 (edited) 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 January 27, 2012 by ngek202 Quote Link to comment Share on other sites More sharing options...
Zac Posted January 27, 2012 Group: Members Topic Count: 6 Topics Per Day: 0.00 Content Count: 44 Reputation: 4 Joined: 01/25/12 Last Seen: November 29, 2012 Share Posted January 27, 2012 · 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
Amellia sizilia sembiring Posted January 27, 2012 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 108 Reputation: 4 Joined: 01/04/12 Last Seen: August 30, 2016 Share Posted January 27, 2012 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'); Quote Link to comment Share on other sites More sharing options...
Sharpienero Posted January 27, 2012 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 386 Reputation: 28 Joined: 01/16/12 Last Seen: January 6, 2023 Author Share Posted January 27, 2012 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? Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted January 27, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted January 27, 2012 It's an SQL Query. You put it into whatever you use to manage your sql files. Quote Link to comment Share on other sites More sharing options...
Question
Sharpienero
Title says it, because I seem to be missing a lot of items (equips.)
Is there a way to upgrade mySQL so that I can add those missing items?
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.