Page 6 of 10

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

Posted: 25 Feb 2009, 05:34
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
}

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

Posted: 25 Feb 2009, 23:55
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
}

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

Posted: 03 Mar 2009, 13:40
by somakun
im a newbie and im just wondering how come my bot support priest doesn't lex at all?

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

Posted: 03 Mar 2009, 16:55
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.

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

Posted: 11 Mar 2009, 01:13
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

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

Posted: 11 Mar 2009, 09:25
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?

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

Posted: 11 Mar 2009, 12:01
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?

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

Posted: 12 Mar 2009, 04:13
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..

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

Posted: 13 Mar 2009, 00:54
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

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

Posted: 15 Mar 2009, 05:55
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..
}