maxUses 1 not working with Hiding.

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

Moderators: Moderators, Developers

Message
Author
Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

maxUses 1 not working with Hiding.

#1 Post by Mortimal »

I have this config to use raid on mobs:

Code: Select all

attackSkillSlot Hiding {
	lvl 10
	sp > 50
	maxUses 1
	inLockOnly 1
	monsters Thara Frog
	isSelfSkill 1
}

attackSkillSlot RG_RAID {
	lvl 5
	whenStatusActive Hiding
	maxUses 1
	inLockOnly 1
	monsters Thara Frog
	isSelfSkill 1
}

useSelf_skill Hiding{
	lvl 10
	onAction follow, mapRoute, move, route
	whenStatusActive Hiding
	disabled 0
	inLockOnly 1
}
Problem is that even if it already used Hiding 1 time it uses it again and again!
Please use pin function for uploading your file contents!

ever_boy_
Developers
Developers
Posts: 308
Joined: 06 Jul 2012, 13:44
Noob?: No

Re: maxUses 1 not working with Hiding.

#2 Post by ever_boy_ »

the thing is, hide has 0 delay. so, it is able to cast hide again right before being actually under the hiding status, so it keeps spamming it.
a timeout will solve your problem.

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: maxUses 1 not working with Hiding.

#3 Post by Mortimal »

It realy helped... didn't know about this thing thx for info )

P.S.: Topic can be closed...
Please use pin function for uploading your file contents!

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: maxUses 1 not working with Hiding.

#4 Post by kLabMouse »

Well. It's not practically "Fixed" just a hack to make it working.

Locked