Gearswap With Macro Input

Langues: JP EN DE FR
users online
Forum » FFXI » Jobs » Corsair » Gearswap with macro input
Gearswap with macro input
 Cerberus.Nexxus
Offline
Serveur: Cerberus
Game: FFXI
user: Orions
Posts: 171
By Cerberus.Nexxus 2020-02-20 15:53:36
Link | Citer | R
 
Hello, i'm not really good at making Gearswap .Lua and i'd like some help to make some new rules based on Macro input.

Let's say i have a macro:
/ja "Corsair Roll 1" <me>

And another macro:
/Ja "Corsair Roll 2" <me>


I would like to input an //gs Cor1 set Atk //gs Cor2 set Acc
And whenever i hit the first macro and the second, it'll cast Att and Acc Roll.


I know the .lua must have each roll attached to a shortcut.

If someone can help, it would be much appreciated.
I'd like to make it also for Geomancer buffs, and it could also work for Bard.
 Asura.Superiority
Offline
Serveur: Asura
Game: FFXI
Posts: 28
By Asura.Superiority 2020-02-20 15:59:44
Link | Citer | R
 
Bro drop that idea and just use Seilindrile's Roller.

Its an addon that you can specify your rolls, and it will autoroll them too when they drop. The problem with rolls is that you'd basically have to put the logic in to account for the current state of the roll, and tell it to roll again if you could/should. Roller gets rid of that.

You could also just make a script in your Windower > Scripts folder. It would look like this:
Code
ja "Corsair's roll" me
wait 45
ja "Samurai Roll" me
 Cerberus.Nexxus
Offline
Serveur: Cerberus
Game: FFXI
user: Orions
Posts: 171
By Cerberus.Nexxus 2020-02-20 17:44:53
Link | Citer | R
 
Thanks, wasn't aware of that Addon !

Is there a Database of addon that doesn't show on Windower ?
 Bismarck.Xurion
Offline
Serveur: Bismarck
Game: FFXI
user: Xurion
Posts: 693
By Bismarck.Xurion 2020-02-21 02:44:35
Link | Citer | R
 
Github ;)
Log in to post.