@bulokako
i don't know if this will work but it's worth to try. you may try it with XKore set to 1 to monitor your bot.
##########################
# Openkore Macros
##########################
##########################
# Requirements
##########################
# 1. Macro Plugins 1.2.0
# -
http://openkore.sourceforge.net/macro/# 2. Openkore
# - Advisable 1.9.0
################################
# in your items_controls.txt
# This will allow to put all Honey in Cart
# just remove the "#" before it.
# Honey 0 0 0 1 0
# Steel 0 0 0 1 0
################################
# in your shop.txt
# just remove the "#" before it.
#S> Honey and Steel Rush
<blank line>
# Honey<tab><amount><tab><price>
# Steel<tab><amount><tab><price>
################################
# in your config.txt
# just remove the "#" before it.
# disable all useSelf_skill and itemsGatherAuto
# shopAuto_open 1
# to go back to original position
# lockmap prontera 149 33
# route_randomWalk 0
# attackAuto 0
################################
#in your control\macros.txt
automacro checkStock {
run-once 1
cart "Honey" < 10
cart "Steel" < 10
delay 30
call {
do closeshop
do move 280 198 prontera
do talk @npc (282 200)
do talk cont
do talk resp 1
do storage add @inventory "Honey" 800
do storage add @inventory "Steel" 800
pause 1
release checkStock
}
}
automacro SellHoney {
location not prontera 149 33
cart "Honey" > 100
cart "Steel" > 100
call {
do move prontera 149 33
openshop
}
}