1 - Quantity report is not always accurate
What steps will reproduce the problem?
1. Enable XLoot Monitor
2. Buy Pungent Seal Whey from the innkeeper
What is the expected output? What do you see instead?
XLoot Monitor shows a quantity + 5. Instead you a quantity as it you'd only bought one.
What version of the product are you using?
0.7-3000-1
Please provide any additional information below.
| User | When | Change |
|---|---|---|
| Xuerian | Sat, 01 Nov 2008 23:10:56 | Changed name from Buying 5 at a time shows wrong quantity in monitor to Quantity report is not always accurate Changed assigned to from None to Xuerian Changed status from Verified to Accepted Changed description: |
| Xuerian | Sat, 01 Nov 2008 23:07:38 | Changed status from New to Verified |
| taral | Thu, 30 Oct 2008 02:23:43 | Create |
- 2 comments
- 2 comments
Facts
- Last updated on
- 05 Jul 2009
- Reported on
- 30 Oct 2008
- Status
- Accepted - Problem reproduced / Need acknowledged.
- Type
- Defect - A shortcoming, fault, or imperfection
- Priority
- Medium - Normal priority.
- #2
ChaosInc Sun, 05 Jul 2009 14:59:57Same issue happens with other items as well, not just when buying 5+.
1) Accept a quest that gives you an item 2) Monitor shows up as you have 2 of them
Quest items are the easiest to reproduce.
- #1
Xuerian Sat, 01 Nov 2008 23:07:32This is a known bug, but unfortunately it's not a easy fix. The blizzard supplied function does not always return the count before or after the item is received when queried as you receive a item. It is USUALLY after.
This may be fixed later supposing there's a re-write of monitor, as the only sensible fix is to delay the check (And thus displaying anything) for a second, and the current code doesn't really support that.