View Single Post
  #24  
Unread 04-29-2007, 02:00 PM
Guruguru's Avatar
Guruguru Guruguru is offline
A Crazed Gnoll
Interface Author - Click to view interfaces
 
Join Date: Aug 2005
Server: Antonia Bayle
Posts: 22
Default Thank you very much for correspondence

Quote:
Originally Posted by gm9 View Post
Thank you Guruguru, I apologize for having taken so long to implement this after you kindly provided the original file to me.

In v3.2 I had not yet tested it, which is why it did not appear in the release notes although I had put your file into the styles.xml. As it appears UIbuilder is not compatible with the file, which is what you saw in that release.

I just released v3.3 which should have fully compatible market and persona windows now. It did some testing on Sebilis myself and found that there are even two different encodings that work if you put them in the file, but for now I went with the Japanese characters as they appear on screen. Interestingly, the French and German non-ASCII characters can now just be written as pure UTF-8 without the \rc: notation you see on the Japanese servers.
Thank you for your investigation and correspondence in ProfitUI Reborn ver3.3 for our Japanese Sebilis server.
I did not notice what code of UI changed into with UI Builder because I remodeled it with editer many times.
How about dividing this class recognition code into another file?
Like <include>_ProfitUI_Market_ClassBotton.txt</include>
日本のSebilis サーバーのための調査とProfitUI Reborn バージョン3.3での対応ありがとうございました。
私はよくエディターで改造するので、ビルダーでコードが変化するのには気づきませんでした。
このクラス認識コードを別のファイルに分割するのはどうでしょうか?
<include>_ProfitUI_Market_ClassBotton.txt</include>の感じで


Quote:
Originally Posted by gm9 View Post
Thank you very much for your help on this (I hope it works now)! This is the list I came up with for v3.3:
Adventurers:
(Abbreviation)

Crafters:
\rc:アンスキルド\:Unskilled\/r
\rc:アーティザン\:Artisan\/r
\rc:クラフトマン\:Craftsman\/r
\rc:プロビジョナー\:Provisioner\/r
\rc:ウッドワーカー\:Woodworker\/r
\rc:カーペンター\:Carpenter\/r
\rc:アウトフィッター\:Outfitter\/r
\rc:アーマラー\:Armorer\/r
\rc:ウェポンスミス\:Weaponsmith\/r
\rc:テイラー\:Tailor\/r
\rc:スカラー\:Scholar\/r
\rc:ジュエラー\:Jeweler\/r
\rc:セイジ\:Sage\/r
\rc:アルケミスト\:Alchemist\/r
I noticed that there was a mistake in the description of trade class name that I uploaded.
私のアップロードした生産クラス名の記述には間違いがあることに気がつきました。


This is log file screenshot of trade class search in Japanese server.
(*I sort necessary log)
I notice three class names being different from other descriptions.
Such a mistake often happens with a Japanese server.
これは日本のサーバーでの生産クラス検索のログファイルのスクリーンショットです。
(*必要なログを並べ替えています)
3つのクラス名が他の記述と違うことに気づきます。
日本サーバーではこのような間違いはたびたび起こります。


Code:
\rc:テイラー\:Tailor\/r         >>>>  テイラー
\rc:セイジ\:Sage\/r                   >>>>  セイジ
\rc:アルケミスト\:Alchemist\/r       >>>>  Alchemist
This seems to be a code to work for the moment.
今のところ、これが動作するコードのようです。
__________________

Last edited by Guruguru : 04-29-2007 at 02:08 PM.
Reply With Quote