lleldigm Posted June 16, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 05/17/19 Last Seen: January 16, 2024 Share Posted June 16, 2019 (edited) 助けて!私は一週間この問題に悩まされています。日本人です。私は日本のクライアントを作っています。 #キャラクター作成時に日本語が混在している場合は登録できません。#あなたは英語と数字で登録することができます。#データベースから直接日本語を書き換えることは可能です。 -------------------------------------------------- ---------------- 私は以下を試しました。#データベースの変更:文字セット/照合順序の確認 - 環境のバージョンの変更 #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 -------------------------------------------------- ---------------- 私はあなたに手助けをしてもらいたいのです。 床に表示されている矢印が表示されない現象もあります。これらは関連している可能性がありますか? 59face377c6b94bc82498fe62aaf6f86.mp4 Edited June 16, 2019 by lleldigm Quote Link to comment Share on other sites More sharing options...
0 sader1992 Posted June 16, 2019 Group: Content Moderator Topic Count: 55 Topics Per Day: 0.01 Content Count: 1691 Reputation: 716 Joined: 12/21/14 Last Seen: 8 hours ago Share Posted June 16, 2019 (edited) 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 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 June 16, 2019 by sader1992 1 Quote Link to comment Share on other sites More sharing options...
0 lleldigm Posted June 16, 2019 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 10 Reputation: 0 Joined: 05/17/19 Last Seen: January 16, 2024 Author Share Posted June 16, 2019 あなたは神です!!!!!! 日本語が使えるようになりました!!!! ありがとうございました!!!ありがとうございました!!!非常に良いBakuretsu_mahou!! ! Quote Link to comment Share on other sites More sharing options...
Question
lleldigm
助けて!
私は一週間この問題に悩まされています。
日本人です。
私は日本のクライアントを作っています。
#キャラクター作成時に日本語が混在している場合は登録できません。
#あなたは英語と数字で登録することができます。
#データベースから直接日本語を書き換えることは可能です。
-------------------------------------------------- ----------------
私は以下を試しました。
#データベースの変更:文字セット/照合順序の
確認 - 環境のバージョンの変更
#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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.