Ivaar / Skillchains

Active Battle Skillchain Display FFXI Windower Lua addon.
42 stars 18 forks source link

Bug with aeonic property #14

Open Nifim opened 3 years ago

Nifim commented 3 years ago

A bug was introduced with commit e3bbc7a6476405ea2f303941c3f6b74497f9396c

prop is set to

     prop = aeonic and lv == 4 and sc_info[prop].aeonic or prop

but aeonic is now a table so this causes an error when it is used in the formatting

 tt[lv][#tt[lv]+1] = settings.color and
      '%-16s → Lv.%d %s%-14s\\cr':format(res[resource][ability_id].name, lv, colors[prop], prop) or
      '%-16s → Lv.%d %-14s':format(res[resource][ability_id].name, lv, prop)
Ivaar commented 3 years ago

Thank you, this should now be fixed. However, there is still an issue where level 3 properties are always applied to aeonic weaponskills, regardless if aftermath is active.