Bug #1281
item.IsCollectible always returns false
Description
The item member IsCollectible appears to be currently broken, and always returning FALSE regardless of whether the item is collectible or not. I swear last night it was only 'sometimes' broken, but I could easily be mistaken. However, at the moment, it is behaiving 100% broken for me.
Any ole collectible off the broker should do...
echo ${Me.Inventory[exactname,plain violet butterfly]}
plain violet butterfly
echo ${Me.Inventory[exactname,plain violet butterfly].IsCollectible}
FALSE
echo ${ISXEQ2.Version}
20141111.0015
Updated by Amadeus over 10 years ago
- Status changed from New to In Progress
- Priority changed from High to Normal
Updated by Amadeus over 10 years ago
- Status changed from In Progress to Feedback Required
I believe that version 20141111.0016 (just released) will fix IsCollectible. Can you check also item.AlreadyCollected and make sure it's working too and report back here?
Updated by uiyice over 10 years ago
20141111.0016 appears to fix IsCollected. And AlreadyCollected appears to be working right on all the collectables spot tested.