Spear Quicken Skill

International

Moderator: Moderators

Nroo
Noob
Noob
Posts: 3
Joined: 09 Aug 2012, 00:16
Noob?: Yes

Spear Quicken Skill

#1 Post by Nroo »

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
}
Donny923
Noob
Noob
Posts: 15
Joined: 13 Jul 2012, 06:26
Noob?: No

Re: Spear Quicken Skill

#2 Post by Donny923 »

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.