Yugl, i have a question regarding your BLU xml from the sticky thread
Does it lock in the respective Mavi pieces for CA, BA and Efflux? I'm also referring to lock-in during any blu spell once the JA is up; not just when the JA is cast
If it doesn't, exactly where and what code do I need to enter for this to work?
I see this:
andCode:<!--- Automatically change variables when buffs wear off ---> <if notBuffactive="Chain Affinity"> <var cmd="set ChainAffinity N" /> </if> <if notBuffactive="Burst Affinity"> <var cmd="set BurstAffinity N" /> </if> <if notBuffactive="Efflux"> <var cmd="set Efflux N" /> </if>
Thanks budCode:<elseif type="JobAbility"> <!--- Chain Affinity Variable ---> <if spell="Chain Affinity"> <var cmd="set ChainAffinity CA" /> </if> <!--- Burst Affinity Variable ---> <elseif spell="Burst Affinity"> <var cmd="set BurstAffinity BA" /> </elseif> <!--- Efflux Variable ---> <elseif spell="Efflux"> <var cmd="set Efflux Efflux" /> </elseif>
XI Wiki



