Athavar / Athavar.FFXIV.Plugin

GNU Affero General Public License v3.0
11 stars 3 forks source link

[CraftQueue] Detected Job and levels are not in sync #1

Closed ToxicMushroom closed 1 year ago

ToxicMushroom commented 1 year ago

I don't have a lvl 90 LTW and CUL, I do have a LVL 90 WVR so some seem to be swapped. image

I think that as a result of this issue the queue thinks I can't craft this item with the macro I inserted image

Athavar commented 1 year ago

It looks like only the level is wrong detected, because the CP of WVR is correct. I will have a look.

Athavar commented 1 year ago

I have fixed the problem with v2.0.13. Thanks for reporting this issue. I have not encountered this problem, because all my Jobs are already on max level.

ToxicMushroom commented 1 year ago

The levels are in sync now yes but the gearset stats are still swapped. image Here is the gearset list with my ALC stats on the right. You can prob see that it's swapped with the blacksmith. Others might be too.

Athavar commented 1 year ago

You have two gearsets for Alchemist. The stats are for gearset 12, but you have also a gearset for alchemist with id 6. Note: Only the first gearset(with lower id) is used by [CraftQueue].

ToxicMushroom commented 1 year ago

You have two gearsets for Alchemist. The stats are for gearset 12, but you have also a gearset for alchemist with id 6. Note: Only the first gearset(with lower id) is used by [CraftQueue].

I don't see duplicates here tho image

ToxicMushroom commented 1 year ago

I do now see the duplicates in /ath yes, refreshing doens't help

Athavar commented 1 year ago

I found a solution: Each gearset has a "exists" flag. With #3 non-existent gearsets will be filtered out.

ToxicMushroom commented 1 year ago

seems fixed