TotalAP - Artifact Power Tracker

TotalAP - Artifact Power Tracker

104k Downloads

Artifact Knowledge is wrongly applied to snapshotted items - see CF#4

rdw-software opened this issue ยท 0 comments

commented

Artifact Research notes being used while still snapshotted AP items are in inventory will mess up calculations.

Possible "solution" (which doesn't solve the problem): Show warning popup, which is reset when all items have been used. Actually solving this problem is tricky due to spellids being used and the API only returning the current values (with the latest Artifact Knowledge levels).

Better, but also tricky solution: Scan tooltips (different locales), using the Scanner algorithm, possibly both methods to find mismatches and use the scanned value when it's lower to detect snapshotted items?

Actual solution: Could cache all items as they are obtained and assign the current AK level to them. This will break if the user disables the addon (or it throws an error and is disabled as a result). It's also more difficult to implement and probably too elaborate for this rather obscure problem?

See CF#4 for more details.