XIVHotbar Help

Language: JP EN DE FR
2010-09-08
New Items
6738 users online
Forum » FFXI » Dat Modding » XIVHotbar help
XIVHotbar help
Offline
Posts: 1
By vinhelsing 2026-06-15 23:07:54
Link | Quote | Reply
 
Hi. I'm using Akirane's hotbar plugin. Unfortunately, I'm having an issue with getting weaponskills to work correctly. I followed the examples that are given but none of them work.

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?
Log in to post.