[Help] Bot can't use consumable items
Moderator: Moderators
-
- Noob
- Posts: 14
- Joined: 06 Jul 2012, 11:22
- Noob?: Yes
[Help] Bot can't use consumable items
my bot can't use any consumable items (Yggdrasilberry,White potion, flywing, etc.) how can i fix it?
-
- Moderators
- Posts: 1197
- Joined: 16 Dec 2011, 02:53
- Noob?: No
- Location: Brazil
Re: [Help] Bot can't use consumable items
Learn rules
-
- Noob
- Posts: 14
- Joined: 06 Jul 2012, 11:22
- Noob?: Yes
Re: [Help] Bot can't use consumable items
Here is my config
Code: Select all
useSelf_item Yggdrasilberry {
hp < 50
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
useSelf_item Fly wing {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives 3
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
-
- Human
- Posts: 24
- Joined: 18 Jul 2012, 11:48
- Noob?: No
Re: [Help] Bot can't use consumable items
Code: Select all
useSelf_item Yggdrasilberry {
hp < [color=#FF4000]50%[/color] <<< This should fix it
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
Code: Select all
useSelf_item Fly wing {
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives [color=#FF4000]> 3[/color]
monsters
notMonsters
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory
manualAI 0
Code: Select all
teleportAuto_minAggressives 3