Saya's Vigil gives incorrect Scanner Item #942

Closed
opened 2025-02-10 16:39:08 -08:00 by VampireKitten · 5 comments
Contributor

Should have given me 25 Scanner Charges, instead it gave me... a dummy Scanner market item, I guess? Don't have a log to give, as I have no idea where it could be.

image.png

Should have given me 25 Scanner Charges, instead it gave me... a dummy Scanner market item, I guess? Don't have a log to give, as I have no idea where it could be. ![image.png](/attachments/4d87f3ae-448e-4846-934a-00309e65d4bb)
229 KiB
Author
Contributor

Having just bought a pack from the market, it seems that it's only giving the wrong quantity, not the wrong item. Should have given 25, rather than 1.

Having just bought a pack from the market, it seems that it's only giving the wrong quantity, not the wrong item. Should have given 25, rather than 1.
Sainan added the
bug
label 2025-02-10 16:42:48 -08:00
Owner

The purchaseQuantity of this StoreItem is 25. The quests code would just need to reuse the logic we already have for StoreItem acquisition.

The purchaseQuantity of this StoreItem is 25. The quests code would just need to reuse the logic we already have for StoreItem acquisition.
Owner

Is this from the quest message?
Then, according to the current data we use, the message rewards "/Lotus/Types/Restoratives/Consumable/Scanner"
So, 1) it's not a storeitem, 2) no quantity provided for attachments compared to countedAtt(achments).
So, I guess it is handled correctly.

Is this from the quest message? Then, according to the current data we use, the message rewards `"/Lotus/Types/Restoratives/Consumable/Scanner"` So, 1) it's not a storeitem, 2) no quantity provided for attachments compared to countedAtt(achments). So, I guess it is handled correctly.
Owner

Well, it's supposed to give 25 according to the wiki, and I can't detect a data error. But, yeah, weird that they provide a non-StoreItem type?

Well, it's supposed to give 25 according to the wiki, and I can't detect a data error. But, yeah, weird that they provide a non-StoreItem type?
Owner

Well, it's supposed to give 25 according to the wiki, and I can't detect a data error. But, yeah, weird that they provide a non-StoreItem type?

Indeed, but as you correctly said, the store item gives 25, so I'll adapt to logic to give the store items instead.
All kind of "give item" operations should probably use store items anyways.
Lesson learned.

I just assumed, since there is even a countedAtt... that ... well..
I'll adapt to store items later

> Well, it's supposed to give 25 according to the wiki, and I can't detect a data error. But, yeah, weird that they provide a non-StoreItem type? Indeed, but as you correctly said, the store item gives 25, so I'll adapt to logic to give the store items instead. All kind of "give item" operations should probably use store items anyways. Lesson learned. I just assumed, since there is even a countedAtt... that ... well.. I'll adapt to store items later
OrdisPrime self-assigned this 2025-02-12 09:53:42 -08:00
Sign in to join this conversation.
No description provided.