XML Help

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Bard » XML help
XML help
Offline
Posts: 36
By Brink 2012-09-14 18:10:40  
Is there a way to put myself in my skill gear for when i used Troub/Nightingale since it's instacast i feel like i may be derping on it with my XML set up. so how would i add if nightingale is active to just put myself in full skill girl
 Ragnarok.Sekundes
Offline
サーバ: Ragnarok
Game: FFXI
user: Sekundes
Posts: 4189
By Ragnarok.Sekundes 2012-09-15 11:52:37  
This is my alt's xml. It utilizes a variable to tell you when to set your gear for nightingale.

http://pastebin.com/6LpzhP43

While there are some notes due to random copy pastega it's not notated very well for the special purpose additions I've put in. It was designed for me and my macros so if you decided to use much more of mine, then I might have to give some instruction but if you know xml then you can figure it out.
 Sylph.Binckry
Offline
サーバ: Sylph
Game: FFXI
user: Binckly
Posts: 529
By Sylph.Binckry 2012-09-15 12:10:31  
Brink said: »
Is there a way to put myself in my skill gear for when i used Troub/Nightingale since it's instacast i feel like i may be derping on it with my XML set up. so how would i add if nightingale is active to just put myself in full skill girl
I'd imagine it'd be like this.
Code
<if buffactive="Nighting*"> (or whatever the buff name is for it)
<if skill="Singing*">
<equip when="precast" set="skillgear" />
</if>
</if>
<else>
the other rules for your songs
</else>

I'm not sure if that'll work. <_< Since I make my own xml's and im a xml nub
Log in to post.