Yush.

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
Yush.
Offline
Posts: 10
By Mijin1 2017-02-07 08:46:27  
I've recently returned to the game after a long hiatus. I'm trying to understand the addon Yush, and if it's going to be worth my time to use it.

Will it enable me to bind keys to keyboard keys specific to each job I will play?

Example bind "'" to stun for blm, and "'" to Repose for whm?

I'm looking for a way to do something like that.
 Leviathan.Vow
Offline
サーバ: Leviathan
Game: FFXI
user: woVow
Posts: 125
By Leviathan.Vow 2017-02-07 17:54:36  
The readme file is pretty thorough: Read Me

<windower path>/addons/yush/data/<name>_BLM.lua
Code
return {
    ["'"] = 'input /ma stun <t>'
}


<windower path>/addons/yush/data/<name>_WHM.lua
Code
return {
    ["'"] = 'input /ma repose <t>'
}
Offline
Posts: 10
By Mijin1 2017-02-08 07:30:33  
Well that's pretty cool.