XIVHotbar Help

Langues: JP EN DE FR
Yellow Box
7402 users online
Forum » FFXI » Dat Modding » XIVHotbar help
XIVHotbar help
Offline
Posts: 1
By vinhelsing 2026-06-15 23:07:54
Link | Citer | R
 
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?
 Bahamut.Noscrying
Offline
Serveur: Bahamut
Game: FFXI
User: NoScrying
Posts: 90
By Bahamut.Noscrying 2026-06-16 04:57:00
Link | Citer | R
 
vinhelsing said: »
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'}
Always show the entire page instead of a snippet.
{'b 1 2', 'ws', 'Tachi: Enpi', 't', 'Enpi'}
Should work so I can only imagine you setup the wrong character name, job name or xivhotbar_keybinds_job


It goes Xivhotbar -> Data -> Character name -> Job name ->

Then you should in the file have:
xivhotbar_keybinds_job['Base'] = {
}
xivhotbar_keybinds_job['Weapon-type'] = {
}
xivhotbar_keybinds_job['SJ'] = {
}
Log in to post.