automacro potionStatus {
inventory "White Potion" <= 10
call getPots
}
macro getPots {
do ai manual
pause 1
do c @go 0
pause 1
do c @storage
pause 1
do storage get White Potion 20
pause 2
do storage close
do c @warp pay_dun04
pause 1
do ai auto
release potionStatus
}
my macro always initiates itself every time I start openkore . it also exceeds the amount that I placed . please help me .