
Originally Posted by
Rejected
Recently started using your advanced lua from the pastebin, just wanted to let you know Occultation, White Wind, Battery Charge, and Regeneration weren't swapping to midcast sets. Edited the midcast function to get it to work like so:
if BlueMagic_Buffs:contains(spell.english) or BlueMagic_Healing:contains(spell.english) or BlueMagic_Skill:contains(spell.english) or spell.skill == 'Enhancing Magic' or spell.skill == 'Healing Magic' or spell.skill == 'Blue Magic' then
mc_Magic(spell, act)
Needed to add Blue Magic skill here because those spells aren't mapped like the rest.