Nesta postagem você encontra Action para verificar a quantidade de Normal Mana Potions para poder fazer o refiller
ManaPotion: Nessa Action
você precisará deixar a backpack fique aberta
Verifica se a quantidade de 'Mana Potion' é igual ou maior que
100, se for volta pro label 'Start'
*Code:--
if [ $itemcount.268 >= 100 ] gotolabel Start
ManaPotion: Nessa
Action não é preciso que a backpack fique aberta
Verifica se a quantidade de 'Mana Potion' é igual ou maior que
100, se for volta pro label 'Start'
*Code:--
if [$itemcount.'Mana Potion' >= 100] gotolabel 'Start'