Page 1 of 1

what's wrong?

Posted: 19 Oct 2019, 05:31
by staticx88
i need some help..i already put skills in my config but seems the bot not use that skills. its showed " Skill Gentle Touch-Opposite failed:Mid-Delay (error number 4) and also other skills showed same error. this is my config for my skills:

useSelf_skill Rising Dragon {
lvl 10
whenStatusInactive Rising Dragon
sp > 10%
spirit < 4
stopWhenHit 0
timeout 155
}

useSelf_skill Gentle Touch-Opposite {
lvl 10
whenStatusInactive Gentle Touch-Opposite, EFST_POSTDELAY
sp > 10%
stopWhenHit 0
timeout 155
}

useSelf_skill Power Absorb {
lvl 1
hp
sp < 98%
whenStatusActive
whenStatusInactive Power Absorb, EFST_POSTDELAY
whenFollowing
spirit > 0
}

Re: what's wrong?

Posted: 19 Oct 2019, 07:48
by fadreus
staticx88 wrote:Skill Gentle Touch-Opposite failed:Mid-Delay (error number 4)
This appear when bot try to use skill during delay.
Not like error "error", more like notification why can't use.
staticx88 wrote:i already put skills in my config but seems the bot not use that skills.
You set your timeout

Code: Select all

timeout 155
When it failed to use, it will use again 155 sec later.
Reduce your timeout and remove

Code: Select all

whenStatusInactive EFST_POSTDELAY