Elysium Posted June 6, 2015 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Share Posted June 6, 2015 Hello, Good day :3 i just wanna ask if there is any converter out there that can convert item_db2.txt to item_db2.sqlsince i have lots of modifications from item_db2.txt and i want to convert them to SQL version if any tools please let me know. Thank you (-: Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 6, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 07:53 AM Share Posted June 6, 2015 https://github.com/rathena/rathena/blob/master/tools/convert_sql.pl Quote Link to comment Share on other sites More sharing options...
Elysium Posted June 6, 2015 Group: Members Topic Count: 41 Topics Per Day: 0.01 Content Count: 164 Reputation: 17 Joined: 03/15/12 Last Seen: October 24, 2020 Author Share Posted June 6, 2015 https://github.com/rathena/rathena/blob/master/tools/convert_sql.pl Thanks for the link. how can i use this file? any guide? is this vice-versa? TXT to SQL and SQL to TXT? Quote Link to comment Share on other sites More sharing options...
Emistry Posted June 6, 2015 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Thursday at 07:53 AM Share Posted June 6, 2015 perl script ... #!/usr/bin/perl # Item Database: # --i=../db/pre-re/item_db.txt --o=../sql-files/item_db.sql --t=pre --m=item --table=item_db # --i=../db/re/item_db.txt --o=../sql-files/item_db_re.sql --t=re --m=item --table=item_db_re # # Mob Database: # --i=../db/pre-re/mob_db.txt --o=../sql-files/mob_db.sql --t=pre --m=mob --table=mob_db # --i=../db/re/mob_db.txt --o=../sql-files/mob_db_re.sql --t=re --m=mob --table=mob_db_re # # Mob Skill Database: # --i=../db/pre-re/mob_skill_db.txt --o=../sql-files/mob_skill_db.sql --t=pre --m=mob_skill --table=mob_skill_db # --i=../db/re/mob_skill_db.txt --o=../sql-files/mob_skill_db_re.sql --t=re --m=mob_skill --table=mob_skill_db_re use command prompt to navigate to the directory and execute the command... Quote Link to comment Share on other sites More sharing options...
Question
Elysium
Hello, Good day :3 i just wanna ask if there is any converter out there that can convert item_db2.txt to item_db2.sql
since i have lots of modifications from item_db2.txt and i want to convert them to SQL version if any tools please let me know.
Thank you (-:
Link to comment
Share on other sites
3 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.