PDA

View Full Version : help sir ruben tan or dray!!


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

arwenslyde
21st May 2005, 23:43
equipAuto Healing clip{
def clip of counter
monsters
skills
weight
whileSitting 0
onTeleport 0
hp < 60
sp
onAction attack
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}

try this one just change the name 4 it to work in openkore u know clip [vitata] XD

almario
22nd May 2005, 05:06
and if you want to equip ur COC once again try this

equipAuto COS{
def clip of counter
monsters
skills
weight
whileSitting 0
onTeleport 0
hp < 100
sp
onAction attack
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}

use self skill Heal lvl 1 full when hp below 60

strip07
22nd May 2005, 07:41
try this

equipAuto Clip [Kobold] [1] {
def
monsters Argiope
skills
weight
whileSitting 0
onTeleport 0
hp > 60
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 [Vitata] [1] {
def
monsters
skills
weight
whileSitting 0
onTeleport 0
hp < 60
sp
onAction attack
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 1
timeout 0
disabled 0
inInventory_name
inInventory_qty
}