I have a auto-trade buying bot, but then when its weight turns 90% it will not use storage event if i already set the auto-storage correctly,
here's my auto-trade buying bot macro.txt and config.txt
####MACRO.TXT####
automacro openchatroom {
map prontera
run-once 1
delay 2
call openchat
}
macro openchat {
do chat create "B>Ori56k,ROri11k,SDust1k,SCrumb16k" 2 0 0946
}
automacro clrng {
hook in_game
exclusive 1
call {
release all
}
}
###AUTO-STORAGE###
storageAuto 1
storageAuto_npc prontera 146 89
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password 1111
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
it will stay on chatroom but not doing storage
