Ok, i know that it's passed some time but i haven't archivied yet how to change eikons in rotate set. For now i rewrite the script because the previously post by me have some bugs.
Now with this you can see the name of abilities, go in menu of eikons set and change them without any crash (however, if you are on one of the custom set, you must return on the first set. The table work only on when the first set is selected.)
In the first set try to use eikons like this (phoenix, garuda and ramuh) if you have crash or others bugs.
Before use it, change the keys on the various script and remember that it's experimental the secrion with change eikons.
From default, when enable the table the experimental part is deactive. If you want to test it, you must set "Active". If not, it work normally as i say the past.
I can't upload some video because they are too big but i can post link to my onedrive so you can see what this script can do.
Some guys have experience crash... I think that the script can be in conflict with other mods.
For what i see, to make it work correctly, you must install Logos Unleashed (reperible on nexus site)
This mod add other abilities too and i modified the script with this only mod (other mods that modified the visual not conflict with the script, maybe other mods that modify the game files can conflict...)
I hated spamming attack, it made my mouse clicking hand start to hurt bad, so I made an autohotkey script to remap attack to 1-9 for autohotkey version 2. Was a pain in the ass to make because I know nothing about autohotkey so I had to spend a few hours learning....I remapped my attack button to 1 in game and now just hold it down to attack.
; Simple key spam script converted to AHK v2
; Toggle on and off with numlock.
#SuspendExempt
NumLock::Suspend -1 ; Toggle suspend state
#SuspendExempt False