Page 1 of 1

EFST_POSTDELAY

Posted: 21 Dec 2013, 14:22
by xconwing
hi,

i'm keep having this "EFST_POSTDELAY" then i'm force to sit instantly. what is that mean? this happen right after i cast Gloria.

this is my code for Gloria:

Code: Select all

useSelf_skill Gloria {
	lvl 5
	sp > 10%
	whenStatusInactive Gloria
	timeout 30
}

Re: EFST_POSTDELAY

Posted: 01 Jan 2014, 20:39
by xlr82xs
Global skill delay.
Don't try and cast skills while it is active.

Re: EFST_POSTDELAY

Posted: 31 Jan 2014, 02:39
by allanon256
xlr82xs wrote:Global skill delay.
Don't try and cast skills while it is active.
Translation:

Code: Select all

whenStatusInactive Gloria, EFST_POSTDELAY
You should avoid casting any skill during EFST_POSTDELAY, so add it to all skill blocks.