Ivaar / Skillchains

Active Battle Skillchain Display FFXI Windower Lua addon.
42 stars 18 forks source link

Feature request: Gearswap integration #6

Open MartelRagnarok opened 6 years ago

MartelRagnarok commented 6 years ago

It would be really helpful if Skillchains could send info to gearswap, telling it when SC/MB windows are open for given actions. Would be a great way to auto determine when to use MBD gear of SC damage gear.

It seems like this should be fairly simple for magic bursts as that's just noting the window open/close and the MB elements. Not sure how this would best be done for skillchains. Maybe send a list of SC closing WS for your current weapon to gearswap as a GS command and have the command create a table to be compared against the selected WS?

Ivaar commented 5 years ago

I was kinda waiting on windower 5. I envision the core of skillchains running as a service, where you could easily do a check from within gearswap. I really cannot think of a better way than what you described, however I would avoid the constant table initialization from ws spam. There's a unique number of skillchain combinations, maybe you could map them out and send a gearswap command with your made up id. (only map the ones you need to watch for said job). Sorry about late response, something like this was impossible for me while not actively subbed/playing.

https://gist.github.com/Ivaar/d5117dddf2e2d97c8af5f4b97e15a176

Tunaliz commented 4 years ago

I've done something of the sort on my sch lua, MB set is automatically toggled on while a SC window opens, right now though I haven't made it turn off once the window gets fucked by say.. a zealous trust npc, so there is that.