Can Gearswap Detect Locked /unlocked Target?

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Can Gearswap detect Locked /unlocked target?
Can Gearswap detect Locked /unlocked target?
Offline
Posts: 1109
By DaneBlood 2018-10-19 01:11:22
Link | Quote | Reply
 
Is there a way to detect the lock status change and run a command in game via either Gear swap or lua scripting?
 Lakshmi.Byrth
VIP
Offline
Server: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2018-10-19 02:02:35
Link | Quote | Reply
 
See if
Code
windower.ffxi.get_player().target_locked
works for you, maybe?

I have a file that is inside gearswap and uses player.target_locked, which I cannot find myself setting anywhere and maybe comes from get_player().
Offline
Posts: 1109
By DaneBlood 2018-10-19 02:53:25
Link | Quote | Reply
 
Lakshmi.Byrth said: »
See if
Code
windower.ffxi.get_player().target_locked
works for you, maybe?

I have a file that is inside gearswap and uses player.target_locked, which I cannot find myself setting anywhere and maybe comes from get_player().

If i understands this will just query the current status mode?
I need a way to detect when a change happens so I way to get information when it changes like when a Buff or status weer/change
Log in to post.