Windower / Lua

Lua Addons and Scripts
241 stars 430 forks source link

Allow Saving of BLU spell Sets when BlueMage is subjob #2233

Open CAProjects opened 2 years ago

CAProjects commented 2 years ago

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

RubenatorX commented 2 years ago

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

shalock999 commented 1 year ago

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.

paulframe commented 1 year ago

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