For Japanese game client #1

Closed
opened 6 years ago by ixige · 1 comments
ixige commented 6 years ago

Hi.

I tried to use this plugin on Japanese client but could not see the good result.
After installation, I logged in and went to see Oseem, then typed

/load oseem
/oseem load xxx  ( filename = xxx.xml )
/oseem start

xxx.xml

<oseem>
	<profile minvalue="70">
		<augment id="516" required="15">INT</augment>
		<augment id="35" subid="70" value="1">M.Accuracy</augment>
		<augment id="133" subid="70" value="1">Magic Attack Bonus</augment>
		<augment id="334" required="8">Magic Burst Dmg.</augment>
	</profile>
</oseem>

The message showed the plugin loaded without any trouble,
I also tried to write xml in Japanese like

	<profile minvalue="70" sound="C:\Alert.wav">
		<augment id="516" required="15">INT</augment>
		<augment id="35" subid="70" value="1">魔命</augment>
		<augment id="133" subid="70" value="1">魔法ダメージ</augment>
		<augment id="334" required="8">マジックバーストダメージ</augment>
	</profile>
</oseem>

The Japanese strings are converted into Windows-ANSI (Shift-JIS ) and Ashita console showed the strings properly.
But the result was same.

Any idea to fix the problem?

Hi. I tried to use this plugin on Japanese client but could not see the good result. After installation, I logged in and went to see Oseem, then typed ``` /load oseem /oseem load xxx ( filename = xxx.xml ) /oseem start ``` xxx.xml ``` <oseem> <profile minvalue="70"> <augment id="516" required="15">INT</augment> <augment id="35" subid="70" value="1">M.Accuracy</augment> <augment id="133" subid="70" value="1">Magic Attack Bonus</augment> <augment id="334" required="8">Magic Burst Dmg.</augment> </profile> </oseem> ``` The message showed the plugin loaded without any trouble, I also tried to write xml in Japanese like ```<oseem> <profile minvalue="70" sound="C:\Alert.wav"> <augment id="516" required="15">INT</augment> <augment id="35" subid="70" value="1">魔命</augment> <augment id="133" subid="70" value="1">魔法ダメージ</augment> <augment id="334" required="8">マジックバーストダメージ</augment> </profile> </oseem> ``` The Japanese strings are converted into Windows-ANSI (Shift-JIS ) and Ashita console showed the strings properly. But the result was same. Any idea to fix the problem?
Owner

The strings are for your own display. Your profile may as well be impossible to reach, as you need a perfect 15 int from the taupe roll, a total of 70 m.acc and mab, and at least 8 MBD to boot. You should test with a more reasonable profile first, as I could easily believe someone went 10,000+ stones without hitting a roll that good.

The strings are for your own display. Your profile may as well be impossible to reach, as you need a perfect 15 int from the taupe roll, a total of 70 m.acc and mab, and at least 8 MBD to boot. You should test with a more reasonable profile first, as I could easily believe someone went 10,000+ stones without hitting a roll that good.
Thorny closed this issue 5 years ago
Sign in to join this conversation.
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.