electr0sheep / ItemVendorLocation

Dalamud plugin to look up vendor locations for items
19 stars 12 forks source link

I think scrip color got messed up #88

Closed electr0sheep closed 3 months ago

electr0sheep commented 4 months ago

Rroneek Horn Token is showing is purchasable with purple gatherers' scrips. They are purchasable with orange gatherers' scrips.

Nukoooo commented 3 months ago

Fixed by PR https://github.com/electr0sheep/ItemVendorLocation/pull/89. I should find a way to do it without manually updating it at some point, not sure if this is possible.

Orphis commented 3 months ago

I don't think we have anything in the data that would point to it. The 2/4/6/7 reward ids are a bit opaque.

Nukoooo commented 3 months ago

CurrencyManager in CS should help: https://github.com/aers/FFXIVClientStructs/blob/47dc5beefe9b5fb44bfb35edc768d866d322cb09/FFXIVClientStructs/FFXIV/Client/Game/CurrencyManager.cs#L10-L26C44