View Full Version : Autostorage after item sold out (openkore) help /hp
jm18
23rd August 2005, 04:25
hi guyz can some one can tell how to autostorage after the items was sold out in your bot vend.. like vending a redpotion thx for ur help....
the problem w/ my config is when the cart is all ready max the autostorage run like crazy its run like this
Item added to inventory: Red Potion (0) x 200 - Usable
Inventory Item Removed: Red Potion (0) x 200
You are again: Owg 50%
youghee
23rd August 2005, 20:55
storageAuto 1
storageAuto_npc <indicate which npc and location you want to auto store>
storageAuto_distance 5
storageAuto_npc_type <flag>
storageAuto_npc_steps <steps>
relogAfterStorage 0
this will allow you to autostorage when you are Owg 50%.
Terra_Fuego
23rd August 2005, 21:29
1. Try lowering ur autogetmax to something that wont cause overweight once u get ur cart filled
2. set ur item control to automatically transfer all but some amount to ur cart
3. set ur minautoget to a much lower value so that when it hits that, it will trigger ur autoget.
i.e. Vending orange pots (weighs 10 ea) all stored in the kafra
1. in ur config.txt
#restart every 30 + 1 minutes
autoRestart 1
autoRestartMin 10800
autoRestartSeed 60
getAuto Orange Potion {
minAmount 5
maxAmount 100
passive 0
}
2. in ur items control edit these lines
orange potion 3 1 0 1 0
3. set ur shop.txt to sell it
What it does:
1. If u currently have 0 (required is 5) orange potions in ur inventory, the bot will try to autoget from the kafra 100 orange pots. (make sure relogafterstorage is set to 1)
2. After that, it puts 97 pots to the inventory. thus u have 3 (3<5, duh?) pots left which triggers another autoget (this time, it gets 97 instead). Again it puts the pots to the cart... and so on until u cant fill the cart anymore. By the way you won't get overweight with 100 pots dont u?
3. Ur bot walks to ur lockmap with a near filled cart and about 100 pots in ur invetory and tries to sell all the cart stuff (make sure u set the autorestart to around every 30 mins or so to refresh the vending)
4. the remaining orange pots will get stored in the cart (every restart), thus triggering another autoget (once it gets below 5 again)... and the process continues...
Tell me if it still works... hehe
:tired:
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.