oslogers
21st May 2005, 19:53
i want my bot to equip healing clip and use heal if his HP is below 60%...but it doesnt is there something wrong with my config??? BTW heres my config..
equipAuto clip of counter {
def
monsters argiope
skills
weight
whileSitting 0
onTeleport 0
hp
sp
onAction attack
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}
equipAuto Clip [Cvitata] [1] {
def
monsters
skills
weight
whileSitting 0
onTeleport 0
hp < 60
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}
nid help ASAP
equipAuto clip of counter {
def
monsters argiope
skills
weight
whileSitting 0
onTeleport 0
hp
sp
onAction attack
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}
equipAuto Clip [Cvitata] [1] {
def
monsters
skills
weight
whileSitting 0
onTeleport 0
hp < 60
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}
nid help ASAP