Gearswap Lockstyle

言語: JP EN DE FR
2010-06-21
New Items
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!
[+]
Log in to post.