Spellcast Language?

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Spellcast language?
Spellcast language?
 Asura.Apolidor
Offline
Server: Asura
Game: FFXI
Posts: 2
By Asura.Apolidor 2012-12-20 14:26:30
Link | Quote | Reply
 
I want to know if it is possible to use spellcast in an other language.
I tried to use the the german equipmentnames but spellcast wont accept it. There is no error it simply doesnt change the equip.

Anyone know a solution for me? (except changing the game language)
 Ragnarok.Sekundes
Offline
Server: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2012-12-20 15:17:36
Link | Quote | Reply
 
It is, I'm sure there are some quirks to it though. Can you post your XML to a pastebin?

I can't promise I can do anything but I know someone who uses a Japanese xml so I might be able to figure something out.
 Asura.Apolidor
Offline
Server: Asura
Game: FFXI
Posts: 2
By Asura.Apolidor 2012-12-20 17:34:55
Link | Quote | Reply
 
its just a sampel:
Code
<?xml version="1.0" ?>
<spellcast>
    <sets>
			<group name="MNK">
					<set name="TP">
							<rring>Rajas-Ring</rring>
					</set>
			</group>
    </sets>
    <variables>
    </variables>
    <rules>
        <if job="MNK/*">
            <equip when="Resting" set="TP" />          
        </if> 
    </rules>

</spellcast>
Log in to post.