Slave priest problems

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

Moderators: Moderators, Developers

Message
Author
Shadee
Noob
Noob
Posts: 4
Joined: 25 Feb 2009, 17:50
Noob?: No

Slave priest problems

#1 Post by Shadee »

I got problem with basic skills: Bless and Agi. Whenever priest is separated from master it rebuffs him when they meet again. Problem is, they often separate and it cause big loss of sp for priest. I think my config should prevent it, but it isn't. Is this iRO specific problem or I'm making some kind of mistake?

Code: Select all

partySkill Blessing {
	lvl 10
	sp > 60
	target_whenStatusInactive Blessing
	timeout 200
}

partySkill Increase AGI {
	lvl 10
	sp > 60
	target_whenStatusInactive Increase AGI
	timeout 200
}

juanlohika
Noob
Noob
Posts: 7
Joined: 22 Mar 2010, 10:30
Noob?: No

Re: Slave priest problems

#2 Post by juanlohika »

try to use the updated SVN at openkore.collectskin.com

and observe if still have problem with regards to buffs of your FS.

Alright, Splendid!

andy12345
Moderators
Moderators
Posts: 174
Joined: 04 Apr 2008, 10:21
Noob?: No
Location: In your dreams...

Re: Slave priest problems

#3 Post by andy12345 »

Maybe you can try target timeout, http://www.openkore.com/index.php/Target_timeout

hunter101
Noob
Noob
Posts: 7
Joined: 29 Oct 2010, 12:06
Noob?: No

Re: Slave priest problems

#4 Post by hunter101 »

andy12345 wrote:Maybe you can try target timeout, http://www.openkore.com/index.php/Target_timeout
As of Nov. 7 svn this is still a problem. "Target_timeout" do not remember the timeout for each character. Even if I specifically add target's name it still do not remember. even if i set the "Timeout". or both. Anyone has a solution yet?

Locked