ekrividus / autoMB

An ffxi windower addon to help with magic bursts
7 stars 7 forks source link

Jutsu mb getting a attempt to index field '?' #2

Closed Wyrmnax closed 2 years ago

Wyrmnax commented 2 years ago

So, every time I try to use autoMB with Ninjutsu, I get a error on line 358

automb/automb.lua:358: attempt to index field '?' (a nil value)

Looks like it is not being able to resolve jutsu_tiers[tier].suffix for any spells

Wyrmnax commented 2 years ago

Issue is happening here:

if (settings.cast_tier > 0 and settings.cast_tier < 4) then

Line 681,, when trying to set up the tier

ekrividus commented 2 years ago

Huh, I haven't played since back in Oct. was there an update that changed something in the naming of Ninjutsus? I'll look into that when I get back in game.

ekrividus commented 2 years ago

The Ninjutsu tiers being janky "should" be fixed. I haven't made it into the game yet to test though.