I want to check how many slot my inventory is left,but never make the right result.
I use
Me:CreateCustomInventoryArray[nonbankonly]
Is there a better way to check it ? I love isxwow 's slot checker. It's great.
Now I use Triggers to check if my inventory is full,
AddTrigger InventoryFull "@*@You cannot loot while your inventory is full"
AddTrigger InventoryFull "You do not have enough space to loot@*@"
But it always to pull this trigger twice!!!
Is there a clear/reset triggers command ?? Reset all the triggers . I remember in EQ1 (MQ2) there is something like that.
I use
Me:CreateCustomInventoryArray[nonbankonly]
Is there a better way to check it ? I love isxwow 's slot checker. It's great.
Now I use Triggers to check if my inventory is full,
AddTrigger InventoryFull "@*@You cannot loot while your inventory is full"
AddTrigger InventoryFull "You do not have enough space to loot@*@"
But it always to pull this trigger twice!!!
Is there a clear/reset triggers command ?? Reset all the triggers . I remember in EQ1 (MQ2) there is something like that.
Last edited: