Hi all, just a question.
I'm a white potion vender and I used a macro that runs every 10 seconds to open the shop. I also run another automacro that checks the white potion numbers and if it's below 100, it then autorefills the cart with the potion on my inventory. The macro is working fine except, it still runs the refiller automacro even if the conditions are not met.
This is my autorefill macro:
automacro refillwhite {
exclusive 1
shop "White Potion" < 200
inventory "White Potion" > 1
cart "White Potion" < 1
call startrefill
}
My idea here is that since cart is < 1 because all the whites are vended, it then runs this, is there a shop status that I can use instead as conditions? Like when you are blessed, you se Blessing on the status of your character.
Many thanks