Gearswap Lockstyle

Language: JP EN DE FR
New Items
2023-11-19
users online
Forum » Windower » Support » Gearswap lockstyle
Gearswap lockstyle
 Asura.Massacres
Offline
Server: Asura
Game: FFXI
user: hamany9
Posts: 28
By Asura.Massacres 2017-03-11 07:12:45
Link | Quote | Reply
 
How do i add lockstyle in my gearswap lua?
 Phoenix.Sevrina
Offline
Server: Phoenix
Game: FFXI
user: Sevrina
Posts: 30
By Phoenix.Sevrina 2017-03-11 08:31:51
Link | Quote | Reply
 
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
Link | Quote | Reply
 
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
Server: Bahamut
Game: FFXI
Posts: 25
By Bahamut.Immortalknightx 2022-09-11 01:54:59
Link | Quote | Reply
 
Thank you, this helped me!
[+]
Log in to post.