PDA

View Full Version : Using uself skill


openkore_23
24th August 2005, 16:18
Hello fellows, I have a problem my bot doesn't use INCREASE AGI but i program it in uself skill but my heal works. What should I do? Kindly check if it's correct

useSelf_skill Heal {
lvl 3
maxCasTime 0
minCastTime 0
hp <= 80
sp
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggeressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
inInventory_name
inInventory_qty
}
useSelf_skill Increase Agi {
lvl 7
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive Inc Agi
whenFollowing
spirit
aggressives
monsters
notMonsters
stopwhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 1
}

drey
24th August 2005, 17:26
Hello fellows, I have a problem my bot doesn't use INCREASE AGI but i program it in uself skill but my heal works. What should I do? Kindly check if it's correct
.
.
.
}

useSelf_skill Increase AGI {
lvl 7
maxCastTime 0
minCastTime 0
hp
sp
onAction
whenStatusActive
whenStatusInactive Inc Agi
whenFollowing
spirit
aggressives
monsters
notMonsters
stopwhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
}

take note of the text in bold




. . .

openkore_23
24th August 2005, 23:17
Sir drey tnx, I have a question the bold letters always in zero? Thanks!!

greatskull26
25th August 2005, 13:21
do this k.....

useSelf_skill Increase Agi {
lvl 7
maxCastTime 0
minCastTime 0
hp
sp > 10
onAction
whenStatusActive
whenStatusInactive Inc Agi
whenFollowing
spirit
aggressives
monsters
notMonsters
stopwhenHit 0
inLockOnly 1
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
}