https://github.com/Akirane/XIVHotbar
Currently, I'm having to use the below entry to use a weaponskill, which is basically just the input macro:
Code
{'b 1 2', 'input', '/ws "Tachi: Enpi" <t>', '', 'Enpi'}However, the correct way that works is:
Code
{'b 1 2', 'ws', 'Tachi: Enpi', 't', 'Enpi'}
As you can see, the 'ws' entry correctly sets the icon, but hitting the button during battle does nothing. And yes, I made sure to have minimum TP. Not even a "can only be used in battle" message plays.
Is there something I'm doing wrong or is this plugin just out of date?
