Rev 8820: Blocks not "timing out".

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

Moderators: Moderators, Developers

Message
Author
Fyske
Noob
Noob
Posts: 8
Joined: 24 Apr 2008, 15:08

Rev 8820: Blocks not "timing out".

#1 Post by Fyske »

Hello,

I've noticed that some timeouts are simply ignored. I'm talking about spells such as Clementia (AOE Blessing) or Cantocandidus (AOE Agi UP). When you use a block such as this:

Code: Select all

partySkill AB_CLEMENTIA {
	notInTown 1
	notWhileSitting 1
	whenStatusInactive EFST_POSTDELAY
	timeout 50
}
The timeout is COMPLETELY ignored. It will constantly spam the spell over and over. I have no idea why. It doesn't matter if name of the spell is its ID, Handle or just regular name. It just doesn't give a damn and won't register. I have no idea what's the problem.

*IRO Renewal

Locked