one Issue I have is I can't seem to toggle Magic burst mode on i see the line here
Code
send_command('bind @` gs c activate MagicBurst')
doesn't matter which key I press it just doesn't seem to want to work.
Another issue I have is I would like to be able to equip specific gear for a specific spell. In my case I have TH2 Merlinic hands and would like to equip those hands when I cast "Dia" or "Diaga".
I have a lot to figure out with Gearswap but these are probably my two biggest issues at the moment. I even tried looking around and trying my own for the TH2 issue by putting in
Code
function THspell(spell) if spell.name == 'dia' then hands={ name="Merlinic Dastanas", augments={'Pet: "Mag.Atk.Bns."+14','Magic dmg. taken -1%','"Treasure Hunter"+2',}} end end
It came up with alot of issues while trying to do this but eventually it ran my BLM.lua fine with the above lines so I had hoped it had finally worked but sadly it had not. Any help on this would be much appreciated.