How can I make my bot buy potions once he runs out?

International

Moderator: Moderators

PoringDancer
Noob
Noob
Posts: 1
Joined: 30 Sep 2009, 18:52
Noob?: No

How can I make my bot buy potions once he runs out?

#1 Post by PoringDancer »

buyAuto red potion {
npc prt_fild05 290 221
standpoint
distance 3
minAmount 30
maxAmount 150

That's my config.
voter_me
Human
Human
Posts: 22
Joined: 07 Jan 2009, 06:38
Noob?: Yes

Re: How can I make my bot buy potions once he runs out?

#2 Post by voter_me »

i think its case-sensitive? but i dont know, try this..

Code: Select all

buyAuto Red Potion {
	maxAmount 150
	minAmount 5
	npc prt_fild05 290 221
	distance 8
}