Question about action bar, but without clicking to use it

Posted by Huko on Wed 07 Jun 2023 04:06 AM — 3 posts, 10,865 views.

#0
I am recently trying to make a plugin to track cooldowns on Materia Magica and I just cant seem to get anywhere. I am not good at coding and have been trying to use ChatGPT to help out and its not working out in my small brain!

I really like the action bar plugin, but I dont want to have to click it, is there anyway to easily add buttons that will start based on an alias?

So if I used a skill that had a cooldown of 30 seconds, I would just type my alias and it'd make the timer start on the icon
Australia Forum Administrator #1

Judging by the code in this version you can just type “press icon n” to activate icon “n”. (eg. “press icon 2”).

So you could make an alias that sends to “execute” that command. (eg. make a heal alias, on F2, send “press icon 3” and in the “send to” field set it to “Execute”). Sending to execute lets you make an alias send to another alias.

#2
Sorry about that! The version I found didn't have those instructions that made it very clear what to do! Thanks for the help