Jump to content

I cant rename local_name in item_proto in Navicat


Recommended Posts

Hello guys.

When I connect to the database in Navicat and go to player -> item_proto and double click on local_name column (for example Sword+0), nothing happens, i cant edit them.

I can edit all values expect "name" and "local_name".

1 hour ago, it was ok. Now I cant.

And last thing, my local_names in navicat dont support UTF-8, my special symbols just got replaced classic ones (instead of "č" I got "e", "ě" I got "i" and so on.).

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

  • Premium
1 hour ago, EnchikO said:

Hello guys.

When I connect to the database in Navicat and go to player -> item_proto and double click on local_name column (for example Sword+0), nothing happens, i cant edit them.

I can edit all values expect "name" and "local_name".

1 hour ago, it was ok. Now I cant.

And last thing, my local_names in navicat dont support UTF-8, my special symbols just got replaced classic ones (instead of "č" I got "e", "ě" I got "i" and so on.).

You can copy the name column value into the locale_name/gb2312 column.

about the special characters:

  `name` varchar(24) CHARACTER SET latin1 COLLATE latin1_swedish_ci NOT NULL DEFAULT 'Noname',         ',

check these setttings, same in the database properties: latin1 - latin1_swedish_ci. If you dump the database it should have something like:

SET NAMES utf8mb4;

if not, run that specific query:

SET NAMES utf8mb4;

 

Additional infos: 

Change MySQL default character set to UTF-8 in my.cnf?

Edited by xXIntelXx
Link to comment
Share on other sites

  • 1 year later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Similar Content

  • Activity

    1. 2

      acces root denied

    2. 7

      Acce system

    3. 5

      Transmutation Reversal - bug

    4. 0

      How to compile Metin2 .py script to .pyc

    5. 2

      acces root denied

    6. 2

      VPS Choice

  • Recently Browsing

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

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.