Code: Select all
$pack(@CombInt,slots)
$pack(@CombInt,empty)
$pack(@l3,name)
Moderator: MacroQuest Developers

Code: Select all
$pack(@CombInt,slots)
$pack(@CombInt,empty)
$pack(@l3,name)
${InvSlot[packname].Item.Container} returns the number of slots packname has, even if the container is full.Digitalxero wrote:I have not been able to figure out how to do the following with MQ2Data
I am prob just missing something in ${InvSlot.Pack} that will do that aboveCode: Select all
$pack(@CombInt,slots) $pack(@CombInt,empty) $pack(@l3,name)
Code: Select all
/if (!${InvSlot[[color=cyan]packname[/color]].Item.Items}) {
/echo I am empty
}

Code: Select all
/itemnotify ${InvSlot[enviro].Pack.Slot[1]} leftmouseup

