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
Darki
Been there done that!
Been there done that!
Posts: 143
Joined: 25 Oct 2008, 08:14
Noob?: No
Location: Spain, Madrid
Contact:

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

#51 Post by Darki »

fco2783 wrote:i hope this could help yah...

Code: Select all

attackSkillSlot Turn Undead {
	lvl 4
	dist 7
	sp > 10
	monsters Anubis
	maxUses 0
	inInventory Blue Gemstone
}
Turn Undead doesn't require Blue gemstones. But it gets improved the 1 hit KO with LUK, so I'd use this:

Code: Select all

attackSkillSlot Turn Undead {
	lvl 4
	dist 7
	sp > 10
	monsters Anubis
	maxUses 0
	whenStatusActive Gloria
}
ImageImageImage
ImageImageImage
ImageImageImage

surekill09
Noob
Noob
Posts: 2
Joined: 25 Feb 2009, 23:43
Noob?: Yes

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

#52 Post by surekill09 »

What if I want my priest to just use Magnus Exorcismus even there is no monster? What should I put in here?

attackSkillSlot Magnus Exorcismus {
lvl 10
dist 1.5
maxCastTime 0
minCastTime 0
hp
sp > 10
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
previousDamage
stopWhenHit 0
inLockOnly 1
notInTown 0
timeout 0
disabled 0
monsters
notMonsters
maxAttempts 0
maxUses 0
target_whenStatusActive
target_whenStatusInactive
target_deltaHp
inInventory
isSelfSkill 0
equip_topHead
equip_midHead
equip_lowHead
equip_leftHand
equip_rightHand
equip_leftAccessory
equip_rightAccessory
equip_robe
equip_armor
equip_shoes
equip_arrow
manualAI 0
}

somakun
Noob
Noob
Posts: 1
Joined: 03 Mar 2009, 07:58
Noob?: No

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

#53 Post by somakun »

im a newbie and im just wondering how come my bot support priest doesn't lex at all?

Krai
Been there done that!
Been there done that!
Posts: 106
Joined: 04 Apr 2008, 16:23
Noob?: Yes
Location: The Bay

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

#54 Post by Krai »

surekill09 wrote:What if I want my priest to just use Magnus Exorcismus even there is no monster? What should I put in here?
make a macro that just continually casts it on a single spot.
Don't Get Owned! Do Your Research First.
The Manual | Packet Extractor | Use Macros | Server Info Guide | Old Forum
You got banned? Krai me a fuckin river..

marshanlou
Noob
Noob
Posts: 4
Joined: 05 Dec 2008, 12:42
Noob?: Yes

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

#55 Post by marshanlou »

Hi All,

I have wizard that was placed in orcsdun02. I configure it to stay in one place and spam Storm Gust. I got problem when in comes to Priest who support my wizard. It seems that it didn't use buffs and heal to my wizard. I set my config for party skill as shown below:

partySkill Heal {
lvl 10
target_hp < 95%
sp > 10%
inLockOnly 0
}
partySkill Blessing {
lvl 10
sp > 10%
target_whenStatusInactive Blessing
inLockOnly 0
}

partySkill Increase AGI {
lvl 10
sp > 10%
notInTown 0
target_whenStatusInactive Increase AGI
}

The config stated above didn't work. I also tried putting a target to make my priest to use skill on specific character(Please look config below):

partySkill Heal {
lvl 10
target_hp < 95%
sp > 10%
target Vrind
inLockOnly 0
}

partySkill Blessing {
lvl 10
sp > 10%
target Vrind
target_whenStatusInactive Blessing
inLockOnly 0
}

partySkill Increase AGI {
lvl 10
sp > 10%
target Vrind
notInTown 0
target_whenStatusInactive Increase AGI

}

Niether putting a target didn't work.

I just want to know if there's someone who knows how to fix this problem? Any suggestion will very much appreciated.

Thanks and god bless,
marshanlou

bornfromnothing
Noob
Noob
Posts: 12
Joined: 11 Jun 2008, 07:34
Noob?: Yes

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

#56 Post by bornfromnothing »

just wondering why my monk can't use Vigor Absorption on monster eh?
there is a lot of people searching the answer for this problem..

the config is like this..

attackSkillSlot Vigor Absorption {
lvl 1
sp > 10
maxAttempts 1
maxUses 1
inLockOnly 1
notMonsters Pest, Dragon Tail
isSelfSkill 0
}

attackSkillSlot Infiltration {
lvl 10
sp > 30%
notMonsters Pest, Dragon Tail
isSelfSkill 0
}

can give us an answer pls?

wschew
Noob
Noob
Posts: 2
Joined: 06 Feb 2009, 08:03
Noob?: Yes

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

#57 Post by wschew »

idiotic wrote:
musyas wrote:@seiji
seiji wrote: and I have a Q for myself it is about the newest OK SVN version 2.0.7
it wont auto magnificat not matter what I set. the code works for the older version though. any help please?

Code: Select all

useSelf_skill Magnificat {
	lvl 5
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	whenStatusInactive Magnificat
}
Try to use Magnificant instead of Magnificat ............ with "N"
This still cant works for my bots. Of course, i'm using the latest version. Anyone here please assist us?
I'm having the same problem too.. Anyone able to help?

bornfromnothing
Noob
Noob
Posts: 12
Joined: 11 Jun 2008, 07:34
Noob?: Yes

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

#58 Post by bornfromnothing »

marshanlou wrote:Hi All,

I have wizard that was placed in orcsdun02. I configure it to stay in one place and spam Storm Gust. I got problem when in comes to Priest who support my wizard. It seems that it didn't use buffs and heal to my wizard. I set my config for party skill as shown below:

partySkill Heal {
lvl 10
target_hp < 95%
sp > 10%
inLockOnly 0
}
partySkill Blessing {
lvl 10
sp > 10%
target_whenStatusInactive Blessing
inLockOnly 0
}

partySkill Increase AGI {
lvl 10
sp > 10%
notInTown 0
target_whenStatusInactive Increase AGI
}

The config stated above didn't work. I also tried putting a target to make my priest to use skill on specific character(Please look config below):

partySkill Heal {
lvl 10
target_hp < 95%
sp > 10%
target Vrind
inLockOnly 0
}

partySkill Blessing {
lvl 10
sp > 10%
target Vrind
target_whenStatusInactive Blessing
inLockOnly 0
}

partySkill Increase AGI {
lvl 10
sp > 10%
target Vrind
notInTown 0
target_whenStatusInactive Increase AGI

}

Niether putting a target didn't work.

I just want to know if there's someone who knows how to fix this problem? Any suggestion will very much appreciated.

Thanks and god bless,
marshanlou
is your wizard and the priest are parties?
if not, the priest wouldn't give a damn about your wizard..

WhoAmI
Noob
Noob
Posts: 2
Joined: 11 Mar 2009, 03:29
Noob?: No

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

#59 Post by WhoAmI »

Have a question regarding vigor condensation skill cast by monk.

How do i set it to make sure only after the monk finishes using all 5 spirits starts to cast again 5 sprits sphere?

So far when i set it using vigor,it will either use 1 spirit then cast again or uses all 5 spirit and never cast anymore but instead normal hitting the monster itself.

My setting :

useSelf_skill Vigor Condensation {
lvl 5
sp > 10%
spirit <5
notWhileSitting 0
notInTown 0
stopWhenHit 0
disabled 0
aggressives < 2
}

Best work but sometime still dies due to spirit finishes uses and start normal hitting

bornfromnothing
Noob
Noob
Posts: 12
Joined: 11 Jun 2008, 07:34
Noob?: Yes

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

#60 Post by bornfromnothing »

hmm..

useSelf_skill Vigor Condensation {
lvl 5
sp > 10% <-- change to sp upper than 7, so whenever ur monk's spirit goes <5 it will automatically make another one
spirit <5
notWhileSitting 0
notInTown 0
stopWhenHit 0
disabled 0
aggressives < 2 <-- try to remove this condition..
}

Locked