what's wrong?

International

Moderator: Moderators

Message
Author
staticx88
Noob
Noob
Posts: 9
Joined: 25 Jan 2019, 22:36
Noob?: Yes

what's wrong?

#1 Post 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
}

User avatar
fadreus
The Kore Devil
The Kore Devil
Posts: 708
Joined: 17 Nov 2017, 23:32
Noob?: No
Location: Genting Highland, Malaysia
Contact:

Re: what's wrong?

#2 Post 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

iRO Supporter.
Read before you ask is the wisest thing human can do.
Unless you're a cat.
Image

Post Reply