BRD Xml Assistance

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » FFXI » Jobs » Bard » BRD xml assistance
BRD xml assistance
 Cerberus.Leires
Offline
Server: Cerberus
Game: FFXI
user: Shadowkun
Posts: 24
By Cerberus.Leires 2013-07-17 18:33:58
Link | Quote | Reply
 
So I'm a noob with spellcast. I'm trying to find a way to keep my song potency gear on while nightingale and troubadour are active? I've tried reviewing some of the spellcasts on here I can't determine where/how it is, if it's present.
 Shiva.Paulu
Offline
Server: Shiva
Game: FFXI
user: Paulu
Posts: 776
By Shiva.Paulu 2013-07-17 18:36:44
Link | Quote | Reply
 
Here's an example from my brd.xml
Code
<if buffactive="Nightingale">
				<if spell="*March">
				<equip when="precast" set="Buff">
					<range lock="yes">Langeleik</range>
				</equip>
</if>


This will equip my buff set as my precast set when nightingale is up
 Cerberus.Alshandra
Offline
Server: Cerberus
Game: FFXI
user: Alshandra
Posts: 34
By Cerberus.Alshandra 2013-07-19 16:38:19
Link | Quote | Reply
 
thanks Paulu - if i took the line with the range lock out of it would it still work? i have my instrument swaps in my macros (harp/horn) so would the above still lock the buff gear & then let me swap my instruments in my song macros?
 Quetzalcoatl.Hidegger
Offline
Server: Quetzalcoatl
Game: FFXI
user: Hidegger
Posts: 130
By Quetzalcoatl.Hidegger 2013-07-20 01:11:56
Link | Quote | Reply
 
yes you can change the line to
Code
<equip when="precast" set="Buff"/>

It doesn't lock your gear, it just puts the mid cast set on before the songs starts. Your aftercast|Idle set will still come on after the spell resolves if thats how you wrote your spellcast.
Log in to post.