Jump to content
The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades. ×

cEdge-01

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by cEdge-01

  1. Curious.. I haven't done it yet but I'll give the swapping of data.grf a go and report back.. could probably also utilise the data folder and dump the iRO data.grf contents on there..
  2. Basically, Is rAthena compatible with other clients on different regions? Will it work with, lets say International client? Edit: Sorry, I just realised that I posted on the wrong sub forum.
  3. I figured it out, Thank you! It turns out they have to be imported in a particular order. This is the proper order that works: cat ./sql-files/item_cash_db.sql | mysql -u rathena -p rathena cat ./sql-files/item_cash_db2.sql | mysql -u rathena -p rathena cat ./sql-files/item_db.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_equip.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_etc.sql | mysql -u rathena -p rathena cat ./sql-files/item_db2.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_re.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_re_equip.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_re_etc.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_re_usable.sql | mysql -u rathena -p rathena cat ./sql-files/item_db_usable.sql | mysql -u rathena -p rathena cat ./sql-files/item_db2_re.sql | mysql -u rathena -p rathena cat ./sql-files/mob_db.sql | mysql -u rathena -p rathena cat ./sql-files/mob_db2.sql | mysql -u rathena -p rathena cat ./sql-files/mob_db_re.sql | mysql -u rathena -p rathena cat ./sql-files/mob_db2_re.sql | mysql -u rathena -p rathena cat ./sql-files/mob_skill_db.sql | mysql -u rathena -p rathena cat ./sql-files/mob_skill_db2.sql | mysql -u rathena -p rathena cat ./sql-files/mob_skill_db_re.sql | mysql -u rathena -p rathena cat ./sql-files/mob_skill_db2_re.sql | mysql -u rathena -p rathena cat ./sql-files/main.sql | mysql -u rathena -p rathena cat ./sql-files/logs.sql | mysql -u rathena -p rathena cat ./sql-files/roulette_default_data.sql | mysql -u rathena -p rathena Instead of 'cat ./sql-files/*.sql | mysql -u rathena -p rathena'
  4. I believe it is db sql(just purely following the guide written on the wiki). When you say import is it item_db.sql because I cannot see any rathena.item_db or where this is meant to come from. Do you have an example of how to do so?
  5. Hi, I have an issue following the guide based on Ubuntu in github and when I put this line as directed: 'cat ./sql-files/*.sql | mysql -u rathena -p rathena' I get this error : ERROR 1146 (42S02) at line 431: Table 'rathena.item_db' doesn't exist Can you please assist me with this error message.
×
×
  • Create New...