Project

General

Profile

Bug #1682

Me.Inventory now fails to find containers

Added by Kannkor almost 8 years ago. Updated almost 8 years ago.

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

Description

Previously, you could use Me.Inventory to find containers. Here is a very easy/basic example that previously worked.

 

I think BJ had first encountered this, but he also had an iterator issue, so I missed that there was an actual problem. Anyways! Here's the code that worked previously (I think 2 weeks ago now?)

 

Make sure to have something in your ammo slot (a quiver or pouch or satchal).

 

echo ${Me.Equipment[ammo].Name}

-> Dimensional Quiver

echo ${Me.Equipment[ammo].ID}

-> 123456

(Previously worked):

echo ${Me.Inventory[id,12345]} (anything would work, such as .ID, .Name etc).

It doesn't work for the 6 inventory bag slots either (just more lengthy code to test it).

 

However, these DO show up when you do a GetInventory.

Also available in: Atom PDF