PDA

View Full Version : Vending bot


hemaka
16th March 2004, 11:28
im using mod-hybrid.. how to set vending bot.. can share with me the config.

can someone help me on the instruction no 3.. i dont understand..

3. next step is to edit your shop.txt, get a list of your cart items by typing "cart" in the bot console, you will need to add them to your shop.txt
__________________________________________________ __________________________

1. first get a cart ^_^ and load all the stuff you want to vend in it
2. edit your config.txt and change this variable:

attackAuto 0

lockMap prontera
lockMap_x 137
lockMap_y 120

route_randomWalk 0

sitAuto_idle 1
shopAuto_open 1


NOTE: all of this variable already been explained in "Config.txt" section
3. next step is to edit your shop.txt, get a list of your cart items by typing "cart" in the bot console, you will need to add them to your shop.txt
here is the default example of shop.txt that come with skore:

#control\shop.txt

# shop_title
shop_title

name_0
quantity_0 0
price_0 0

name_1
quantity_1 0
price_1 0

now we will want to open a shop name "My First Shop" that are selling Iron 100ea, Iron ore 50ea and Red Potion 500ea, so you shop.txt files will be like this:

shop_title "My First Shop"

name_0 Iron
quantity_0 100
price_0 1250

name_1 Iron Ore
quantity_1 50
price_1 250

name_2 Red Potion
quantity_2 50
price_2 49

hemaka
17th March 2004, 05:09
finally my bot can vend.. anyway how can i get the item details (item name, quantity) in my cart b4 i set it for vending.. or i have to login manually to check the item in my cart b4 i set my bot to vend it.. pls help me

falcodash
26th March 2004, 01:09
hmm...

im using the same bot and i searched the config.txt for the shopauto line. i dont see it. will i be the one to put it here or should it be there already? or is there a new/better modkore that has this function?

hemaka
26th March 2004, 10:57
u have to type in the config.txt "shopAuto_open 1".

falcodash
26th March 2004, 13:09
should I type this anywhere in teh config.txt or somewhere specific?