Can Gearswap Detect Locked /unlocked Target?

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » 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  
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
サーバ: Lakshmi
Game: FFXI
user: Byrthnoth
Posts: 6137
By Lakshmi.Byrth 2018-10-19 02:02:35  
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  
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.