ekrividus / autoMB

An ffxi windower addon to help with magic bursts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gearswaps does not work if autoMB cast automatically

Poison505602 opened this issue · comments

autoMB senses the skill chain and starts chanting automatically, but gearswap does not respond.
When manually chanting magic, it does respond.
To be precise, Precast is not responding.

Does this mean that casting is sending a special packet?
Also, what is the best way to fix this?

autoMB doesn't use any packets for casting it sends the same text that you would like
/ma "fire III"
For the sake of seeing what's happening though you can do a
//gearswap showswaps
so you can see if gearswap is triggering at all

You can also turn on debug info in autoMB to see if it's sending a strange string or doubling up somehow
//amb debug

If you can give me a bit more information from either/both of those things and it is a doubled up command causing gearswap to get stuck or a messed up input string I'm happy to fix it.

It could also be that the option to notify gearswap of autoMB casts is on and your gearswap doesn't know how to do that. This should just be ignored by gearswap as an unknown command, but if it is causing gearswap some confusion somehow that can be turned off (//amb gearswap), it's off by default.