Jump to content
  • 0

Language Items & Mob


Question

12 answers to this question

Recommended Posts

  • 1
Posted (edited)
UPDATE `rAthena.YourTable t1` inner join `brAthena.YourTable t2` on `t1`.`id` = `t2`.`id` set `t1`.`name`= `t2`.`name_japanese`;

 

Try this SQL command, with backups first.

Change YourTable in both to the table name, and that `name` is the name column in rAthena table, so change it if your column have another name.

For the mobs change the table again and change name_japanese(both) to the column name.

Edited by Psychonaut
  • 0
Posted
53 minutes ago, Psychonaut said:

UPDATE `rAthena.YourTable t1` inner join `brAthena.YourTable t2` on `t1`.`id` = `t2`.`id` set `t1`.`name`= `t2`.`name_japanese`;

 

Try this SQL command, with backups first.

Change YourTable in both to the table name, and that `name` is the name column in rAthena table, so change it if your column have another name.

For the mobs change the table again and change name_japanese(both) to the column name.

# 1046 - No database was selected

image.png

  • 0
Posted
2 hours ago, Dometh said:

Do you see it say ragnarok.test.item_db_re not exist ?

This I know ¬¬". the problem is this SQL command

  • 0
Posted

@Dream Catcher

Perhaps you should check which table store the item_db_re info of yours?

You didnt provide any info of which or whatever was the name of your item_db_re named.

@Psychonaut has provided a solution, but you havent able to test it out since you keep doing it the wrong way.

You didnt replace to the correct sql table based on your own database setting

 

Check your database settings and adjust the table name correctly.

 

  • 0
Posted
1 hour ago, Emistry said:

UPDATE `rAthena`.`item_db_re` t1 INNER JOIN `brAthena`.`item_db_re` t2 ON `t1`.`id` = `t2`.`id` SET `t1`.`name` = `t2`.`name_japanese`;

 

Thank You! work!

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...