Yush.

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Yush.
Yush.
Offline
Posts: 10
By Mijin1 2017-02-07 08:46:27
Link | Quote | Reply
 
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
Server: Leviathan
Game: FFXI
user: woVow
Posts: 125
By Leviathan.Vow 2017-02-07 17:54:36
Link | Quote | Reply
 
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
Link | Quote | Reply
 
Well that's pretty cool.
Log in to post.