Why is it that sometimes its not working?
Code: Select all
getAuto Meat {
minAmount 0
maxAmount 100
passive
}
getAuto Meat {
minAmount < 4
maxAmount 100
passive
}
getAuto Awakening Potion {
minAmount 0
maxAmount 23
passive
}
getAuto Butterfly Wing {
minAmount 0
maxAmount 3
passive
}
I created 2 getAuto for Meat because sometimes it does not trigger autostorage when reached the minAmount of the item. On somedays its working and later or the next day, its not working again. Its making my bot stay on the lockmap even he have 1 hp left.