Sorry to come back to old and horrible macro code
but I think this is more of a TLO thing than anything else. But I am trying to /echo back the specific number of an item in a specific slot in a specific bag.
By way of example, I want to determine how many Orb of Shadows are in the first slot (ItemSlot2 0) of my first bag (pack1 or ItemSlot 23). I can tinker enough with ${FindItem} and ${FindItemCount} but so far I have generally only been able to determine what slot an item is in, what item is in a slot, or how many total items I currently have. But not any kind of way to combine the TLOs and data types to determine how many of a specific item exist in a specific slot in my bag. Anyone got any insight?
I promise one day I'll actually get around to learning Lua.
but I think this is more of a TLO thing than anything else. But I am trying to /echo back the specific number of an item in a specific slot in a specific bag. By way of example, I want to determine how many Orb of Shadows are in the first slot (ItemSlot2 0) of my first bag (pack1 or ItemSlot 23). I can tinker enough with ${FindItem} and ${FindItemCount} but so far I have generally only been able to determine what slot an item is in, what item is in a slot, or how many total items I currently have. But not any kind of way to combine the TLOs and data types to determine how many of a specific item exist in a specific slot in my bag. Anyone got any insight?
I promise one day I'll actually get around to learning Lua.


