I just started playing RO again, and I just noticed that my bot always got this mid delay
and everytime my priest buff or use skills me there is
You are now efst_postdelay duration 3s
and if it still got that status/buff i will get the mid delay
so can I actually put
partyskill increase agi
{
whenstatusinactive efst_postdelay
}
so i didnt get the mid delay?
skill failed mid delay
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 23 Feb 2011, 11:34
- Noob?: Yes
Re: skill failed mid delay
I did
partyskill increase agi
{
whenstatusinactive efst_postdelay, EFST_INC_AGI
}
So it would trigger when both status are inactive, so that would be when you are not buffed, and not in the middle of a post-delay.
It worked for me for a while, but now i'm having problems =/
partyskill increase agi
{
whenstatusinactive efst_postdelay, EFST_INC_AGI
}
So it would trigger when both status are inactive, so that would be when you are not buffed, and not in the middle of a post-delay.
It worked for me for a while, but now i'm having problems =/
-
- Human
- Posts: 46
- Joined: 07 Apr 2010, 12:11
- Noob?: Yes
Re: skill failed mid delay
The EFST_POSTDELAY is only unbearable when you're spamming skills such as increase agi, blessing, resurrection, etc. Openkore doesn't need to be told to avoid it, since it will spam attempt till it succeeds from what I've seen.
IMO, Find out if the skills is truly necessary to your parties survival and remove it if not.
code example that avoids postdelay:
useSelf_skill Increase AGI {
lvl 10
whenStatusInactive Increase AGI, EFST_POSTDELAY
sp > 80%
timeout 5
}
IMO, Find out if the skills is truly necessary to your parties survival and remove it if not.
code example that avoids postdelay:
useSelf_skill Increase AGI {
lvl 10
whenStatusInactive Increase AGI, EFST_POSTDELAY
sp > 80%
timeout 5
}