Hi, well my problem is with the skill Spear Quicken ...
when the bot login, activates Spear quicken and use a berserk potion (all right at this moment). when the skill spearquicken missing15sec to shut down the bot cast again the skill. but sometimes the bot doesn't cast the skill for a long time sometimes hours.
-I have my openkore 2.0.7 updated with Tortoise Svn
-Sorry for my english but i try xD hope to u understand me! my useself_skill is:
useSelf_skill 258 {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp > 80
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive SPEARQUICKEN
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit 0
inLockOnly 1
notWhileSitting 1
notInTown 1
timeout 275
disabled 0
inInventory
manualAI 0
}
Spear Quicken Skill
Moderator: Moderators
-
- Noob
- Posts: 15
- Joined: 13 Jul 2012, 06:26
- Noob?: No
Re: Spear Quicken Skill
Just deactivate the timeout. You won't need it when you have whenStatusInactive activated.
Otherwise, you could add this to your Config.
doCommand ai clear {
timeout 60/120 or whatever you want
}
to refresh the AI every few minutes.
Otherwise, you could add this to your Config.
doCommand ai clear {
timeout 60/120 or whatever you want
}
to refresh the AI every few minutes.