All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before
I presume you can vend, you have set up your storage password in config.txt already and your main problem is the autostorage command so as to refill your shop.
First, delete your last automacro simply because the condition to start the autostorage is wrong; and, replace it with this:
automacro Get 600 White Herbs {
timeout 20
soldout >= 1
cart "White Herb" < 600
exclusive 1
call {
$a = 600
$aa = @cartamount (White Herb)
$aaa = @eval ($a-$aa)
do closeshop
do talknpc 203 123 c r1 #Make sure you edit this part depending on the NPC's coordinates and conversation sequence.
pause 3
do storage gettocart White Herb $aaa
do storage close
}
}
It automatically perform autostorage to get 600 White Herbs when the amount of sold out item slots in your shop >= 1.
And also, regarding "automacro benta" instead of "White Herb" > 500 make it "White Herb" >= 1 so that whenever you get disconnected with less than 500 White Herbs in your cart, you can still continue vending rather than idling.
Next time try to be specific with your problem so that we'll know where to start.
Cozzie wrote:openkore should be able to work without the use of macros in this case isnt it?
I think jayfongs wanna loop
Vending > Get herb from storage > vending
but jayfongs don't understand basic of automacro condition
I suggest...
1. learn about using automacro condition aka inventory
2. set macro to get herb from storage
3. set macro to vending
4. set automacro for call them with your condition
"...Every coin have two sides, think more widely and Not everything is black and white, there are shades of grey..."