Skip to content

Scholar Strategems not recognized as job actions #10

@Alyindar

Description

@Alyindar

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions