FindItem for closed packs

Renji

Developer
Joined
Jan 11, 2014
Messages
23
Reaction score
4
Points
3
Sometimes using ${FindItem[...].InvSlot} on items that are in closed packs/bags returns a value, other times I get NULL. I've verified the item exists and is spelled correctly; it is only a matter of opening the bag to receive the expected result. Does anyone know what causes this behavior? I thought one of the plugins removed the need to have inventory open (MQ2Exchange?).

Thanks!
 
.invslot doesn't work right because we removed bag window. Use .ItemSlot and .ItemSlot2
 
interesting

How do you use that command? In a hot button or in a macro?
 
Never mind. I thought the finditem was some sort of command or function.