Pls Help Add Asteria/Lamassu Mitt Function To Lua

言語: JP EN DE FR
2010-06-21
New Items
users online
フォーラム » FFXI » Jobs » Summoner » Pls help add asteria/Lamassu mitt function to Lua
Pls help add asteria/Lamassu mitt function to Lua
 Asura.Mckellar
Offline
サーバ: Asura
Game: FFXI
user: Mckellar
Posts: 14
By Asura.Mckellar 2017-05-20 03:20:27  
https://pastebin.com/vyNKnW60

Thank you in advance. I know almost nothing about making luas and I cannot figure out how to add a function that switches in Asteria or Lamassu mitts when I have either Carbuncle or Cait Sith out.
 Sylph.Mozhat
Offline
サーバ: Sylph
Game: FFXI
user: Mozhat
Posts: 58
By Sylph.Mozhat 2017-05-20 09:18:14  
Under Line 92
-- The following sets base off of perpetuation, so you can consider them idle sets.
-- Set the relevant gear, bearing in mind it will overwrite the perpetuation item for that slot!
ADD
sets.avatar["Carbuncle"] = {hands="Asteria Mitts"}
sets.avatar["Cait Sith"] = {hands="Lamassu Mitts"}
[+]
 Asura.Mckellar
Offline
サーバ: Asura
Game: FFXI
user: Mckellar
Posts: 14
By Asura.Mckellar 2017-05-21 08:01:02  
Thank you very much!
 Asura.Mckellar
Offline
サーバ: Asura
Game: FFXI
user: Mckellar
Posts: 14
By Asura.Mckellar 2017-05-21 11:54:54  
Actually, it didnt work ; ;
Offline
Posts: 2442
By eliroo 2017-05-21 12:03:59  
Do you have the +1 Asteria and Lamassu? Make sure you are putting that in the lua with those lines
 Asura.Mckellar
Offline
サーバ: Asura
Game: FFXI
user: Mckellar
Posts: 14
By Asura.Mckellar 2017-05-21 21:52:03  
I dont have the +1s but I didn't put +1 in the lua. I put exactly what he wrote.
 Sylph.Mozhat
Offline
サーバ: Sylph
Game: FFXI
user: Mozhat
Posts: 58
By Sylph.Mozhat 2017-05-22 09:25:14  
I'm not in game at the moment, but I'm thinking if your using F10 other then the perp toggle they going to switch out.
Example: Toggle tank puts me into the Artsieq Cuffs. Pretty sure that will over ride Asteria Mitts +1 with Carby out.

And another thing, Looks like that Lua doesn't use Mote libs , so there will be a NAME_SMN lua to run with your SMN_Gearsets .lua.
 Asura.Mckellar
Offline
サーバ: Asura
Game: FFXI
user: Mckellar
Posts: 14
By Asura.Mckellar 2017-05-26 02:44:08  
Do you mind sharing your Lua?
 Sylph.Mozhat
Offline
サーバ: Sylph
Game: FFXI
user: Mozhat
Posts: 58
By Sylph.Mozhat 2017-05-26 08:53:38  
https://pastebin.com/DSvPYv06
Log in to post.