-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Several of my jobs.LUA has the following code:
xivhotbar_keybinds_job['SCH'] = {
{'b 2 10', 'ja', 'Light Arts', 'me', 'L.Arts'},
{'b 2 11', 'ja', 'Dark Arts', 'me', 'D.Arts'},
}
xivhotbar_keybinds_job['Light Arts'] = {
{'b 2 12', 'ja', 'Accession', 'me', 'Acces.'},
}
xivhotbar_keybinds_job['Dark Arts'] = {
{'b 2 12', 'ja', 'Manifestation', 'me', 'Manifest.'},
}
Unfortunately when I change to Light Arts/Dark Arts stances, the Accession or Manifestation actions do not show up on the bar. I tried other Strategems such as Penury or even Addendum: White to no effect. The only way I can make these work is by using an input command:
{'b 2 12', 'input', '/ja "Accession" <me>', '', 'Access.'},
I went through the ability_descriptions.lua library, and confirmed that Accession is listed as [730] and Manifestation as [734], so I'm not sure what is preventing xivhotbar2 from recognizing these as job actions.
Metadata
Metadata
Assignees
Labels
No labels