Gearswap Support Thread

Eorzea Time
 
 
 
Language: JP EN FR DE
Version 3.1
New Items
users online
Forum » Windower » Support » Gearswap Support Thread
Gearswap Support Thread
First Page 2 3 ... 186 187
Offline
Posts: 53
By Shukudai 2025-05-22 14:27:34
Link | Quote | Reply
 
Asura.Yottaxa said: »
Shukudai said: »
The lua I'm using for BRD has a section for Instrument for each song type. Is it possible to make a toggle that takes that into account and allows me to toggle between Gjallarhorn for each song type and Miracle Cheer? i.e: If it's a short fight, I hit the toggle, and get Ghorn buffs, if it's longer (like Ody C), I hit the toggle and get Miracle instead of Ghorn?

Anything is possible, but without seeing your lua and its specifics, hard to advise: if you post it here maybe we can help. Do you know who's lua you are using? Basically you will want to find the logic, add a keybind, and implement an override of the default logic.

I'm using the Arislan BRD one (Original: Motenten / Modified: Arislan). I think I can just share via PasteBin? https://pastebin.com/JJTDEtbz

I figured it would be adding a keybind (I just look at how the others are implemented, copy that but change what I need) but I'm not sure if that would do it.
 Asura.Yottaxa
Offline
Server: Asura
Game: FFXI
user: Yottaxa
Posts: 200
By Asura.Yottaxa 2025-05-22 17:14:19
Link | Quote | Reply
 
Shukudai said: »
Asura.Yottaxa said: »
Shukudai said: »
The lua I'm using for BRD has a section for Instrument for each song type. Is it possible to make a toggle that takes that into account and allows me to toggle between Gjallarhorn for each song type and Miracle Cheer? i.e: If it's a short fight, I hit the toggle, and get Ghorn buffs, if it's longer (like Ody C), I hit the toggle and get Miracle instead of Ghorn?

Anything is possible, but without seeing your lua and its specifics, hard to advise: if you post it here maybe we can help. Do you know who's lua you are using? Basically you will want to find the logic, add a keybind, and implement an override of the default logic.

I'm using the Arislan BRD one (Original: Motenten / Modified: Arislan). I think I can just share via PasteBin? https://pastebin.com/JJTDEtbz

I figured it would be adding a keybind (I just look at how the others are implemented, copy that but change what I need) but I'm not sure if that would do it.

I am not super familiar with Motes based gs, but it looks like you already have potential functionality:
Line 133: (send_command('bind ^` gs c cycle SongMode'))

I took the liberty of playing around here with this for 15mins for fun - let me know if it works: (Free to try) You can ping me on discord too same name, perhaps we can get it working.

https://pastebin.com/ki0xRhnA

Use ^` to toggle into miracle cheer mode (Same key as dummy songs). You need to update sets.midcast.SongMiracleCheer line 414 with any relevant gear. (I dont play bard cant really test any of this)

FYI details of what I think needed to be done:

I added miracle cheer to line 73:
state.SongMode = M{['description']='Song Mode', 'None', 'Placeholder', 'MiracleCheer'}

Then adding to near line 1008:

elseif state.SongMode.value == 'MiracleCheer' then
return 'SongMiracleCheer'

And then setting up the invoked set around line 413: (edit as needed)

sets.midcast.SongMiracleCheer = set_combine(sets.midcast.SongEnhancing, {range=info.MiracleCheer})

As well as putting at line 124:
info.MiracleCheer = 'Miracle Cheer'

Not sure if the precast set was needed, as I don't see logic but added that too.
[+]
Offline
Posts: 53
By Shukudai 2025-05-22 18:05:30
Link | Quote | Reply
 
Asura.Yottaxa said: »
I added miracle cheer to line 73:

Thank you for the effort! The toggle says it's toggling, but it's not actually using the Miracle Cheer when it does. I tested it out with five different songs, didn't use it.

I understand what you did with the line 73 change, the line 124 one, the line 413 one. It looks to me like you set it up to A) Have a new Toggle for Miracle Cheer, made a set for Miracle Cheer for midcast and made it refer to it as "info.MiracleCheer". I tried changing it to 'Miracle Cheer' for the range slot but that also didn't work XD
 Asura.Yottaxa
Offline
Server: Asura
Game: FFXI
user: Yottaxa
Posts: 200
By Asura.Yottaxa 2025-05-22 18:32:49
Link | Quote | Reply
 
Shukudai said: »
Asura.Yottaxa said: »
I added miracle cheer to line 73:

Thank you for the effort! The toggle says it's toggling, but it's not actually using the Miracle Cheer when it does. I tested it out with five different songs, didn't use it.

I understand what you did with the line 73 change, the line 124 one, the line 413 one. It looks to me like you set it up to A) Have a new Toggle for Miracle Cheer, made a set for Miracle Cheer for midcast and made it refer to it as "info.MiracleCheer". I tried changing it to 'Miracle Cheer' for the range slot but that also didn't work XD

Hmm. Does the Daurdable mode work? Just not this? I am thinking about what else could be going on. My limitation here is experience with Motes and no way to test this myself.
Offline
Posts: 53
By Shukudai 2025-05-22 18:39:59
Link | Quote | Reply
 
Asura.Yottaxa said: »
Hmm. Does the Daurdable mode work? Just not this? I am thinking about what else could be going on. My limitation here is experience with Motes and no way to test this myself.

It sort of works?

I had already defined Paeons to use Daurdabla. But when I switch to PH mode (Daurdabla mode) and sang Goblin Gavotte, Daurdabla was used. But if I tried Minuet (with PH mode on) it went to my Minuet instrument and not Daurdabla.

I'd also be willing to swap LUAs as well if there's a cool BRD one :D
 Asura.Yottaxa
Offline
Server: Asura
Game: FFXI
user: Yottaxa
Posts: 200
By Asura.Yottaxa 2025-05-22 18:43:29
Link | Quote | Reply
 
Shukudai said: »
Asura.Yottaxa said: »
Hmm. Does the Daurdable mode work? Just not this? I am thinking about what else could be going on. My limitation here is experience with Motes and no way to test this myself.

It sort of works?

I had already defined Paeons to use Daurdabla. But when I switch to PH mode (Daurdabla mode) and sang Goblin Gavotte, Daurdabla was used. But if I tried Minuet (with PH mode on) it went to my Minuet instrument and not Daurdabla.

I'd also be willing to swap LUAs as well if there's a cool BRD one :D

Sadly there might be some other overrides present I just cant see. If something pops out at me I can let you know.
Offline
Posts: 53
By Shukudai 2025-05-22 18:56:31
Link | Quote | Reply
 
Asura.Yottaxa said: »
Shukudai said: »
Asura.Yottaxa said: »
Hmm. Does the Daurdable mode work? Just not this? I am thinking about what else could be going on. My limitation here is experience with Motes and no way to test this myself.

It sort of works?

I had already defined Paeons to use Daurdabla. But when I switch to PH mode (Daurdabla mode) and sang Goblin Gavotte, Daurdabla was used. But if I tried Minuet (with PH mode on) it went to my Minuet instrument and not Daurdabla.

I'd also be willing to swap LUAs as well if there's a cool BRD one :D

Sadly there might be some other overrides present I just cant see. If something pops out at me I can let you know.

It's appreciated, thank you :)
First Page 2 3 ... 186 187