Configuring Acolyte/Priest/Monk/High Priest/Champion

Do you have a question or problem? Read this forum first! Someone has probably already asked the same thing in the past. Do not ASK questions here!

Moderators: Moderators, Documentation Writers

Message
Author
openkore129
Human
Human
Posts: 44
Joined: 28 Apr 2008, 10:41
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#21 Post by openkore129 »

Somebody wrote:Is there any way to use priest skills on guild and not party??
Just keep yourself and all your guildmates in the same party? I remember bugless writing a macro for this on the old OK forums.

openkore129
Human
Human
Posts: 44
Joined: 28 Apr 2008, 10:41
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#22 Post by openkore129 »

Somebody wrote:Ok thanks if there any way to make the config file thing on party skills to make it not buff some player names or classes?
Look here-> http://www.openkore.com/wiki/index.php/ ... Conditions under the Target player conditions. DIY!! =p

sli
Perl Monk
Perl Monk
Posts: 810
Joined: 04 Apr 2008, 17:26
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#23 Post by sli »

By the way, turns out Combo Finish doesn't work in Kore. I haven't tried a macro, yet, but I will sometime today.
(02:00:13pm) (%sli) chain combo works, but combo finish doesn't
(02:02:27pm) (~Bibian) it doesnt work 100% sli
(02:02:36pm) (~Bibian) hell it really hard to make it work
(02:02:40pm) (~Bibian) since kore only sends 1 packet
Also here's a simple (and kinda broken because of the above bug) config that I'm using.

Code: Select all

useSelf_skill Vigor Condensation {
	lvl 5
	spirit < 5
	sp > 10%
	isSelfSkill 1
	inLockOnly 1
}

useSelf_skill Vigor Explosion {
	lvl 3
	spirit 5
	sp > 50%
	whenStatusInactive Vigor Explosion
	onAction attack
	notWhileSitting 1
	isSelfSkill 1
}

attackComboSlot Chain Combo {
	lvl 3
	afterSkill Triple Attack
}

# Doesn't work in Kore at the moment
attackComboSlot Combo Finish {
	lvl 1
	afterSkill Chain Combo
}

# Doesn't work because of above.
# Also untested because my monk
# doesn't have Asura, yet.
attackComboSlot Extremity Fist {
	lvl 5
	afterSkill Combo Finish
}
cs : ee : realist

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#24 Post by Technology »

More info about the Combo Finish "bug":
http://www.openkore.com/wiki/index.php/OpenKore_Todo
(look on the bottom of the page)
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

xpierre
Noob
Noob
Posts: 12
Joined: 24 Sep 2008, 15:18
Noob?: Yes

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#25 Post by xpierre »

Ok, I was reading the manual and I ended up finding a working code for absorb spirits on monsters.

I'm testing it with Geopraphers ATM because they dont move and it works.

Code: Select all

attackSkillSlot Vigor Absorption {
	lvl 1
	maxCastTime 0
	minCastTime 0
	hp
	sp <= 50%
	spirit > 4
	stopWhenHit 1
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0
	monsters Geographer
	maxUses 50
}

It coud be better, but ATM is the only configuration I found by myself

NooBotter123
Noob
Noob
Posts: 1
Joined: 07 Oct 2008, 04:43
Noob?: Yes

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#26 Post by NooBotter123 »

Hey guys. I have a question about my setup on this config:

Code: Select all


useSelf_slot Impositio Manus {
	lvl 5
	whenStatusInactive Impositio Manus
	sp>5%
	timeout 5
}

My priest doesn't seem to be using impo on itself oh and also can party skills be targeted on myself?

I also need help. My priest won't pick up auto store even though I already have this setup:

Code: Select all

storageAuto 1
storageAuto_npc izlude 134 88
storageAuto_distance 5
storageAuto_npc_type 1
storageAuto_npc_steps c r1 n
storageAuto_password 1234
storageAuto_keepOpen 0
storageAuto_useChatCommand
relogAfterStorage 1
minStorageZeny 50

I have 2 bots and the other one worked quite fine in auto storing in aldebaran. Need help here. :(

Also this is from my item controls textpad:

Code: Select all


# All items not mentioned in this file will be automatically stored in storage.

all 0 1 0

What is wrong with my bot priest? It doesn't kafra at all even though the config should work because it is the almost the same as my other bot.

Also I when I made it pick up a shield[1] it went overweight and went to store the shield[1] only and still remain at 49% weight.

Rallycart
Noob
Noob
Posts: 2
Joined: 13 Oct 2008, 11:58
Noob?: Yes

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#27 Post by Rallycart »

Ok, well I have a monk, and have been trying to use these blocks to get my combos to work. As has been mentioned, it does not seem to work out well. Even when using autocombo, I am lucky to have 20% of the Chain Combo's fire, since it always seems to be poorly timed. I have even tried changing up the delays on it, and it has not worked out at all. So, I have been playing around, and have gotten it to work 9% of the time with an automacro. These are pretty much common sense, but since most people can't/dont want to make macros, (myself included) I will include it here for you.

Code: Select all

automacro chaincombo {
	console /You use Triple Attack/i
	sp > 20% #You can change this to whatever you like. I like to save at least 20% sp for healing
		call {
			pause .3 #This may or may not need to be changed for your character. I have 175 aspd, and it works perfectly.
			do ss 272 3 #The 3 at the end is the skill level. My Raging Quad is only at 3, so I use 3. Change to your needs.
			release chaincombo
		}
}

automacro combofinish {
	console /You use Chain Combo/i
	sp > 20% #You can change this to whatever you like. I like to save at least 20% sp for healing
		call {
			pause .3 #This may or may not need to be changed for your character. I have 175 aspd, and it works perfectly.
			do ss 273 2 #The 2 at the end is the skill level. My Raging Thrust is only at 2, so I use 2. Change to your needs.
			release combofinish
		}
}
Anyway, they fire off in order, and VERY rarely completely fail to work. So, if you are having trouble, try the above, and tinker with the delay if needs be. Your monk will love you for it! :P

Liveler
Noob
Noob
Posts: 3
Joined: 21 Oct 2008, 03:34
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#28 Post by Liveler »

Hi,

Here is my problem with Vigor Absorption skill :

To use this skill, you must use an attackskillslot block.
It means that it won't work if you don't attack this monster in moncontrol.txt right ?
But I don't wanna attack geographers.I just wanna use Vigor Absorption on them.

The problem is that my bot will attack geographers.

How can I fix that.

Everything was ok on the Goat map, since I wanted to attack them too. So the bot was attempting to use Vigor Absorption on the Goat and then killed the Goat with infiltration (occult impaction).

This is this last step I don't want it happens.

How can I fix this ?

Thanks

openkore129
Human
Human
Posts: 44
Joined: 28 Apr 2008, 10:41
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#29 Post by openkore129 »

Ikkarus wrote:Hi, i've set my slave priest to make me heal with this code
partySkill Heal {
lvl 5
target_hp < 70%
sp > 10 %
}


but he use heal infinitely.....

How to fix that?

Thanks
A space between the number and % might help like....
target_hp < 70 % and not
target_hp < 70%

Ikkarus
Noob
Noob
Posts: 8
Joined: 14 Jul 2008, 07:54
Noob?: No

Re: Configuring Acolyte/Priest/Monk/High Priest/Champion

#30 Post by Ikkarus »

Sorry but.... doesn't work

Looking at the party status with console command "party" some players HP are disabled (like this)
Image

If the bot doesn't have the hp value of a player, it try to heal him infinitely....

How to fix?

Thanks

Locked