ekrividus / autoMB

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

Bug in Japanese environment #7

Closed 2018pom closed 2 years ago

2018pom commented 2 years ago

It's a game from 20 years ago, but it's been less than a year since I started, so I'm enjoying it. Thanks for the great application to use with subaccounts. There was a problem with spell judgment in the Japanese environment, and I tried to fix it. I think many Japanese will be pleased.

res.spells:with('name', spell)


row:255 function low_mp(spell) local sp = res.spells:with('en', spell)

row:271 function check_recast(spell_name) local recasts = windower.ffxi.get_spell_recasts() local spell = res.spells:with('en', spell_name)

*** row:522 and row:530 are still res.spells:with('name', spell).

ekrividus commented 2 years ago

Welcome to FFXI, I hope you're finding as much fun as I have over the years.

Odd, I expected that using name rather than en would have made it work better in other environments. I've updated it to use en everywhere.