Bot won't buff properly.

International

Moderator: Moderators

gusu
Noob
Noob
Posts: 1
Joined: 28 Sep 2011, 07:50
Noob?: No

Bot won't buff properly.

#1 Post by gusu »

So I have a few simple questions. My bot continuously casts Blessing, of course I don't want it to do that, I should also note it only does when buffing a party member and not itself. The other thing is I was wondering what script I should add to have my bot cast Kyrie Eleison, but only when in combat. I already have my bot working casting Kyrie on herself but wasn't sure what I should do to have her buff my main. I'd also like her to cast Mag when it wears off. If you haven't figured it out by now this is a full support follow bot.

Thanks for reading.




useSelf_skill Heal {
lvl 10
hp < 60%
sp > 10%
}

useSelf_skill Blessing {
lvl 10
whenStatusInactive Blessing
sp > 10%
timeout 5
}


useSelf_skill Increase AGI {
lvl 10
whenStatusInactive Increase AGI
sp > 10%
timeout 5
}

useSelf_skill Angelus {
lvl 10
whenStatusInactive Angelus
sp > 10%
timeout 5
}

useSelf_skill Kyrie Eleison {
lvl 4
sp > 20%
stopWhenHit 1
notInTown 1
timeout 5
whenStatusInactive Kyrie Eleison
}

useSelf_skill {
lvl 5
sp > 20%
stopWhenHit 1
notInTown 1
timeout 5
whenStatusInactive Assumptio
}

useSelf_skill Bless {
lvl 1
whenStatusActive Cursed, Blinded, Chaos, Silenced
sp > 10%
timeout 5
}

partySkill Heal {
lvl 10
sp > 20%
target RR FEB 29 1988
target_hp < 90%
}

partySkill Blessing {
lvl 10
hp > 80%
sp > 50%
notWhileSitting 1
notInTown 1
timeout 1500
target_whenstatusinactive Blessing
}

partySkill Increase AGI {
lvl 10
sp > 20%
stopWhenHit 1
inLockOnly 1
notWhileSitting 1
notInTown 1
target RR FEB 29 1988
target_whenStatusInactive Increase AGI
target_timeout 240
}

partySkill {
lvl 5
sp > 20%
stopWhenHit 1
inLockOnly 1
notWhileSitting 1
notInTown 1
target RR FEB 29 1988
target_whenStatusInactive Assumptio
target_timeout 5
}

partySkill Impositio Manus {
lvl 5
sp > 20%
stopWhenHit 1
inLockOnly 1
notWhileSitting 1
notInTown 1
target RR FEB 29 1988
target_whenStatusInactive Impositio Manus
target_timeout 5
}

partySkill Resurrection {
lvl 4
hp < 1
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
target RR FEB 29 1988
target_timeout 5
}

useSelf_skill_smartHeal 1

partySkill Heal {
lvl 10
target_hp < 70%
sp > 10 %
}

partySkill Increase AGI {
lvl 10
sp > 45
notInTown 0
timeout 3
target_whenStatusInactive Increase AGI
target_timeout 240
LokizWisdom
Noob
Noob
Posts: 19
Joined: 20 Apr 2011, 15:40
Noob?: Yes

Re: Bot won't buff properly.

#2 Post by LokizWisdom »

check the timeout in useSelf_skills

or

refer to this thread

http://forums.openkore.com/viewtopic.php?f=6&t=30
madnoh
Plain Yogurt
Plain Yogurt
Posts: 55
Joined: 09 Sep 2011, 18:04
Noob?: Yes
Location: Malaysia

Re: Bot won't buff properly.

#3 Post by madnoh »

try this Bro .. my priest using this .. all save

}

useSelf_skill Blessing {
lvl 10
sp > 5%
whenStatusInactive Blessing
stopWhenHit 1
notWhileSitting 1
notInTown 1
timeout 5

}

useSelf_skill Assumptio {
lvl 5
sp > 20
whenStatusInactive Assumptio
stopWhenHit 1
disabled 0
notInTown 1

}
useSelf_skill Increase AGI {
lvl 10
sp > 10%
whenStatusInactive Increase AGI
stopWhenHit 1
notWhileSitting 1
notInTown 1
timeout 5

}

useSelf_skill { <<<< same here cant ADD Kyrie if u hav skill Assumptio
lvl 10
sp > 10%
whenStatusInactive Kyrie Eleison
stopWhenHit 1
notWhileSitting 1
notInTown 1
}

useSelf_skill Angelus {
lvl 10
sp > 10%
whenStatusInactive Angelus
stopWhenHit 1
notWhileSitting 1
notInTown 1
}

useSelf_skill Magnificat {
lvl 5
sp > 10%
whenStatusInactive Magnificat
stopWhenHit 1
notWhileSitting 1
notInTown 1
}

useSelf_skill Gloria {
lvl 5
sp > 10%
whenStatusInactive Gloria
notWhileSitting 1
notInTown 1
}

useSelf_skill Heal {
lvl 10
hp < 90%
}

useSelf_skill_smartHeal 1

partySkill Heal {
lvl 10
sp > 20%
whenFollowing 1
target_hp < 100%
}

partySkill Blessing {
lvl 10
sp > 20%
inLockOnly 1
target_whenStatusInactive Blessing
}

partySkill Increase Agi {
lvl 10
sp > 20%
inLockOnly 1
target_whenStatusInactive Increase AGI
}

partySkill Impositio Manus {
lvl 5
sp > 20%
inLockOnly 1
target_whenStatusInactive Impositio Manus
}

partySkill { <<< If u priest hav Skill Assumptio u cant ADD KYRIE
lvl 10
sp > 20%
inLockOnly 1
target_whenStatusInactive Kyrie Eleison
}

partySkill Assumptio {
lvl 5
sp > 20
target HolyDaArcher
target_whenStatusInactive Assumptio
target_timeout 100
disabled 0
stopWhenHit 1
notInTown 1
}

partySkill Aspersio {
lvl 5
sp > 20%
stopWhenHit 1
inLockOnly 1
notWhileSitting 1
notInTown 1
disabled 0
target_isJob Archer, Knight, Hunter, Sniper, Thief, Rouge, Assassin
target_whenStatusInactive Aspersio
target_timeout 200
inInventory Holy Water
}


hope this can help u Bro