skill failed mid delay

International

Moderator: Moderators

wixz
Noob
Noob
Posts: 2
Joined: 08 May 2009, 04:18
Noob?: Yes

skill failed mid delay

#1 Post by wixz »

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?
Lowercase
Noob
Noob
Posts: 3
Joined: 23 Feb 2011, 11:34
Noob?: Yes

Re: skill failed mid delay

#2 Post by Lowercase »

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 =/
silentblue1987
Human
Human
Posts: 46
Joined: 07 Apr 2010, 12:11
Noob?: Yes

Re: skill failed mid delay

#3 Post by silentblue1987 »

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
}