Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CAProjects opened this issue Oct 3, 2022 · 3 comments
Open

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

CAProjects opened this issue Oct 3, 2022 · 3 comments

Comments

@CAProjects
Copy link

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
Copy link
Collaborator

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
Copy link

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants