Windower / Lua

Lua Addons and Scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow Saving of BLU spell Sets when BlueMage is subjob

CAProjects opened this issue · comments

its really annoying that i need to constantly manually set BLU spells when /BLU because the addon does not allow saving sets or setting spells if your not main blue mage.

This is really a silly lockout and so annoying to those that require /blu and main BLU

Feel free to try out this specific unreleased version that should work for you:
https://github.com/Windower/Lua/blob/ddb6a3da4c828871f4c0cc26e73c5e4661f69cce/addons/azureSets/azuresets.lua

1.25 has problem with jp if there are some blu magics like B.フルゴア T.アッサルト.

modify the line 73 "spellsLookup[spell.japanese] = spell" to "spellsLookup[spell.japanese:lower()] = spell" to fix it.

1.25 has problem with jp if there are some blu magics like B.フルゴア T.アッサルト.

modify the line 73 "spellsLookup[spell.japanese] = spell" to "spellsLookup[spell.japanese:lower()] = spell" to fix it.

sounds like a separate/new issue, but ty for reporting it