Project

General

Profile

Bug #2126

Location for Inventory item is returning as "Unknown--99"

Added by user01 over 4 years ago. Updated over 4 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
vbulletin_issue_id:

Description

Please see screenshot below.  It seems to only affect certain characters for some reason.  If I check the location for an item in Bank or Shared Bank, it returns correctly.

echo ${Me.Inventory["a medium humanoid skull"].Location}

http://bit.ly/2SN7DNb

#1

Updated by user01 over 4 years ago

Update: bizarrely, it seems to be tied to specific bags, or base inventory slots.  It honestly makes no sense, at first it only occurred to items in my first two bags, on the character I noticed it on.  Then I replaced those bags, in the same base inventory slots (1 and 2), and saw still the same behavior.  Then i moved those bags to slots 3 and 4, and then the behavior applied to bags in slots 3 and 4, not in slots 1 and 2.  Then i replaced the bags in slots 3 and 4 with new bags, and still same behavior persists.

So it doesn't seem tied to a particular bag, but rather to the slots.  But seems like you can change that slots are affected, by moving bags around.

#2

Updated by user01 over 4 years ago

Ran these following coommands with an item in bag #1 of my inventory

${Me.Inventory["a medium humanoid skull"].Location}

Unknown--99

 

${Me.Inventory["a medium humanoid skull"].LocationID}
1578004089

 

${Me.Inventory[query,ContainerID="1578004089"].LocationID}
0

 

Also confirmed the above with other items in the bag as well. I think 3 bags are currently affected.  Note that: ${Me.Inventory[query,ContainerID="<containerID>"].LocationID} returns 0 for all bags on the character.

#3

Updated by Amadeus over 4 years ago

  • Status changed from New to Resolved

Fixed in 20191219.0021

Also available in: Atom PDF