Area Tag Triggers Oztroja With "Chateau*"

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Spellcast Scripting » Other » Area tag triggers Oztroja with "Chateau*"
Area tag triggers Oztroja with "Chateau*"
 Ragnarok.Boq
Offline
Server: Ragnarok
Game: FFXI
user: Boq
Posts: 31
By Ragnarok.Boq 2012-12-22 12:21:33
Link | Quote | Reply
 
This isn't a crucial problem, but something that took me some time to figure out. As I was running around Oztroja my aftercast kept equipping my "Town" gear, which I have set to only equip when I'm in any town areas.
Code
<if area="*Windurst*|Heaven*|*San d'Oria*|*Bastok*|Chateau*|Metal*|Selbina|Mhaura|Norg|Kazham|Rabao|*Jeuno*|Ru'Lu*|Tavnazian*|Aht*|Nashmau|*uit|*eum|*Air*" NotArea="Dynamis*|*[S]" NotBuffActive="Besieged">
    <equip when="autoset|aftercast|resting|idle" set="Town"/>
       <else>
           <equip when="autoset|aftercast" set="%status"/>
       </else>
</if>


After removing "Chateau*" from my Area script, my Town gear was no longer being equipped in Oztroja.
[+]
 Phoenix.Sehachan
Guide Maker
Offline
Server: Phoenix
Game: FFXI
user: Seha
Posts: 13352
By Phoenix.Sehachan 2012-12-22 12:51:34
Link | Quote | Reply
 
Guess spellcast supports different language versions of the game.
Log in to post.