Ummm, this one half-works. Does what I need it to do, so that's all that matters, but just for reference, it will use Presto anytime the recast is ready, regardless of finishing moves active. I have no clue why.
Works perfectly.
Works perfectly.
Note to other Dancers, you can NOT have both Cancels running.
addon cancel on
plugin cancel off
Also I added in Fan and Saber Dance to the 'or', just because, although rare, sometimes it does happen.
Do you have a place/site/paypal/QRC to make donations?Code:function cancel_conflicting_buffs(spell, action, spellMap, eventArgs) if spell.name == 'Spectral Jig' and buffactive.sneak then send_command('cancel sneak') elseif (spell.name == 'Trance' or 'fan dance' or spell.type=='Waltz') and buffactive['saber dance'] then send_command('cancel saber dance') elseif spell.type=='Samba' or 'saber dance' and buffactive['fan dance'] then send_command('cancel fan dance') elseif spell.name:startswith('Monomi') then send_command('@wait 1.7;cancel sneak') elseif spell.name == 'Utsusemi: Ichi' then send_command('@wait 1.7;cancel copy image*') end end
Side note, the fancy Waltz efficiency thing you had created, where it would automatically perform the most efficient waltz based on current HP, no longer works.
Update: Updated all of the additional files, and it still doesn't work.
Removed the engaged/idle Waltz rule, just to test, and it still didn't work.
XI Wiki



