Gearswap Lockstyle

Eorzea Time
 
 
 
言語: JP EN FR DE
日本語版のFFXIVPRO利用したい場合は、上記の"JP"を設定して、又はjp.ffxivpro.comを直接に利用してもいいです
users online
フォーラム » Windower » Support » Gearswap lockstyle
Gearswap lockstyle
 Asura.Massacres
Offline
サーバ: Asura
Game: FFXI
user: hamany9
Posts: 28
By Asura.Massacres 2017-03-11 07:12:45  
How do i add lockstyle in my gearswap lua?
 Phoenix.Sevrina
Offline
サーバ: Phoenix
Game: FFXI
user: Sevrina
Posts: 30
By Phoenix.Sevrina 2017-03-11 08:31:51  
Add a line like this near the top:

send_command('wait 6;input /lockstyleset 30')

the wait is for the moments you may still be in the change job menu, adjust as you want.
[+]
necroskull Necro Bump Detected! [781 days between previous and next post]
Offline
Posts: 39
By Sieve 2019-05-01 12:55:18  
For handling subjob changes I use something like this.

function sub_job_change(new,old)
send_command('wait 2;input /lockstyleset 12')
end

send_command('wait 2;input /lockstyleset 12')
[+]
necroskull Necro Bump Detected! [1229 days between previous and next post]
 Bahamut.Immortalknightx
Offline
サーバ: Bahamut
Game: FFXI
Posts: 25
By Bahamut.Immortalknightx 2022-09-11 01:54:59  
Thank you, this helped me!
[+]