All resolved question will be found here. It is recommended that you browse / search through this section first and see if your question has been answered before
Moderators: Moderators , Documentation Writers
Ahura
Noob
Posts: 1 Joined: 18 Jan 2013, 13:25
Noob?: Yes
#1
Post
by Ahura » 18 Jan 2013, 13:33
Hi guys!
Why my bot don't use any type potions.
My config:
useSelf_item white potion {
hp <= 15%
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
}
useSelf_item Awakening Potion {
hp
sp
onAction
whenStatusActive
whenStatusInactive Awakening Potion, Awakening_Potion
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 0
timeout 1800
disabled 0
inInventory_name
inInventory_qty
}
I checked the folder tables correct name item and nothing has changed.
Ty
hiphcool
Noob
Posts: 4 Joined: 18 Jan 2013, 12:38
Noob?: No
#2
Post
by hiphcool » 22 Jan 2013, 16:56
same here - can anyone just copy his conf ? only the use potion part...
imak
Noob
Posts: 1 Joined: 17 Jan 2013, 20:19
Noob?: Yes
#3
Post
by imak » 22 Jan 2013, 23:52
try to check your inventory "i" and if your bot says that your "inventory is empty".
you need to revert the version of src folder using tortoisesvn..
happy botting
Blood
Moderators
Posts: 12 Joined: 18 Feb 2013, 02:32
Noob?: No
Location: canisteo, NY
#4
Post
by Blood » 18 Feb 2013, 03:58
Here is my config for awakenings, and ill try to make you one for potions.
useSelf_item Awakening Potion {
whenStatusInactive Awakening Potion
inLockOnly 1
notWhileSitting 1
}
and for hp
useSelf_item Somekinda Potion {
hp > whatevery % you want like 40
whenStatusInactive Awakening Potion
inLockOnly 1
notWhileSitting 1
notInTown 0
}
and for sp
useSelf_item Somekinda Potion {
sp > whatevery % you want like 40
whenStatusInactive Awakening Potion
inLockOnly 1
notWhileSitting 1
notInTown 0
}