PDA

View Full Version : Why My Bot Doesn't Use Cart


jedibear1204
12th June 2006, 05:56
Help..I searched the forum and tried the cart bug fix but nothing happen..

CrashOverride23
12th June 2006, 10:01
doesn't use cart? can you clarify it further...

rubentan
12th June 2006, 13:20
maybe you didnt rent a cart before u started the bot...??

CrashOverride23
12th June 2006, 20:25
clarify as follows:

1. doesn't put items in cart.
2. cannot use cart boost or cart revolution
3. or any other problem regarding the use of cart... please state...

kulafo
13th June 2006, 17:57
@crash

help me in my bot champ sir...my champ always use Dangerous Soul Collect even though i have 5 spirits...how can i fix it...to use finger offensive sir?

jedibear1204
13th June 2006, 18:49
Oh im sorry.. i'll make it clear..

my bot is not using cart add and cart get function:cry:

wapak2
15th June 2006, 16:41
@crash

help me in my bot champ sir...my champ always use Dangerous Soul Collect even though i have 5 spirits...how can i fix it...to use finger offensive sir?Please avoid posts like this. Post must be relevant to the topic. This is a different issue.

CrashOverride23
15th June 2006, 19:42
@crash

help me in my bot champ sir...my champ always use Dangerous Soul Collect even though i have 5 spirits...how can i fix it...to use finger offensive sir?

make a thread outside this thread, then i'll help you...

@jedibear

post your items_control.txt

jedibear1204
16th June 2006, 04:42
this is it crash

#This file allows specific items to be store or sell or leave
#Syntax: <item name> <minimum keep amount in inventory> <storage-auto flag> <sell-auto flag>
#
#Ex. The example below will sell all jellopies, and store all knifes
#
#Jellopy 0 0 1
#Knife 0 1 0
#
#The item name isn't case sensitive. Only items found in this file will be stored or sold.
#
#If storage and sell flags are 1, Kore will do storage first (unless storage is full) then sell
#
#Kore will not sell or store equipped items. For example, if you're using a knife and you
#have a line to auto-sell all knives, kore will sell any extras it picks up, not the knife it's
#using.
#


white potion 0 50 0

how about the cart control.txt?

ernest8
16th June 2006, 19:18
try this..

White Potion 50 0 0 0 1

This will get White Potions from cart if you have less than 50 of them in your inventory...

Buckler [1] 0 0 0 1

This will put all bucklers [1] in your cart... [just change the item name]

jedibear1204
18th June 2006, 12:20
ahmm.. it's still not working...

@ernest where should i put this?
White Potion 50 0 0 0 1

ernest8
19th June 2006, 13:15
put it on "items_control.txt"