EFST_POSTDELAY

International

Moderator: Moderators

Message
Author
xconwing
Noob
Noob
Posts: 2
Joined: 17 Dec 2013, 22:52
Noob?: Yes

EFST_POSTDELAY

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

xlr82xs
Developers
Developers
Posts: 51
Joined: 04 Sep 2013, 19:54
Noob?: No

Re: EFST_POSTDELAY

#2 Post by xlr82xs »

Global skill delay.
Don't try and cast skills while it is active.

allanon256
Developers
Developers
Posts: 19
Joined: 06 Mar 2010, 19:33
Noob?: No

Re: EFST_POSTDELAY

#3 Post 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.

Post Reply