Jump to content
  • 0

Can not register if Japanese is mixed at the time of character creation.


lleldigm

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/17/19
  • Last Seen:  

助けて!
私は一週間この問題に悩まされています。
日本人です。
私は日本のクライアントを作っています。

#キャラクター作成時に日本語が混在している場合は登録できません。
#あなたは英語と数字で登録することができます。
#データベースから直接日本語を書き換えることは可能です。

-------------------------------------------------- ----------------
私は以下を試しました。
#データベースの変更:文字セット/照合順序の
確認 - 環境のバージョンの変更

#VisualStudioの変更(2017Express、コミュニティー)

#Cahnge SDK(10,8.1)

#mySQL(5.5、8.0)を変更してください。

#WorkBeanchの変更(5、6、8) 

#変更Ragexe(2012、2014、2015、2016、2017)

-------------------------------------------------- ----------------
私の環境
#Visual Studio 2019コミュニティー#MySQL
8.0
#WorkBeanch 8.0
#2017-06-14b Ragexe RE
#RAthena#4207

-------------------------------------------------- ----------------

私は
あなたに手助けをしてもらいたいのです。

床に表示されている矢印が表示されない現象もあります。
これらは関連している可能性がありますか?

Edited by lleldigm
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

https://github.com/rathena/rathena/blob/34971e57fa6b52a6811c7f1dae83486c58486aed/conf/char_athena.conf#L150

// Manage possible letters/symbol in the name of charater. Control character (0x00-0x1f) are never accepted. Possible values are:
// NOTE: Applies to character, party and guild names.
// 0: no restriction (default)
// 1: only letters/symbols in 'char_name_letters' option.
// 2: Letters/symbols in 'char_name_letters' option are forbidden. All others are possibles.
char_name_option: 1

// Set the letters/symbols that you want use with the 'char_name_option' option.
// Note: Don't add spaces unless you mean to add 'space' to the list.
char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890

 

char_name_option: 0

 

image.thumb.gif.e80f9633427f6465c6405d2b61c15184.gif

 

or you add the characters in this

char_name_letters: abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890

i think you might need to separate them in space ? maybe? don't know about Japanese

Edited by sader1992
  • Like 1
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  10
  • Reputation:   0
  • Joined:  05/17/19
  • Last Seen:  

あなたは神です!!!!!!

日本語が使えるようになりました!!!!

ありがとうございました
ありがとうございました
非常に良いBakuretsu_mahou!!

25ef9cf5f63903f6222c683deaacd75e.png

Link to comment
Share on other sites

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.

×
×
  • Create New...