EFST_POSTDELAY not working after balance patch

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderators: Moderators, Developers

Message
Author
locke
Noob
Noob
Posts: 8
Joined: 22 Jan 2011, 07:53
Noob?: No

EFST_POSTDELAY not working after balance patch

#1 Post by locke »

After balance patch, EFST_POSTDELAY is not working.
The console states the correct time for cast delays but status effect of cast delay go faster than then actual delay.

jackyan
Developers
Developers
Posts: 29
Joined: 30 Oct 2011, 21:43
Noob?: No

Re: EFST_POSTDELAY not working after balance patch

#2 Post by jackyan »

Could it be the skill has a separate delay itself

locke
Noob
Noob
Posts: 8
Joined: 22 Jan 2011, 07:53
Noob?: No

Re: EFST_POSTDELAY not working after balance patch

#3 Post by locke »

For example AL_HEAL has 1 second cast delay.
Below config will allow bot to cast heal after status EFST_POSTDELAY wear off.
The console shows the delay wear off but when the bot cast heal again the console shows the skill in still in mid delay.

Code: Select all

partySkill AL_HEAL {
	lvl 10
	sp > 5%
	whenStatusInactive EFST_POSTDELAY
	target_hp < 92%
}

Locked