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
Gaara
Noob
Noob
Posts: 14
Joined: 04 Apr 2008, 09:46

Configuring Acolyte/Priest/Monk/High Priest/Champion

#1 Post by Gaara »

This is not a question and answer thread... please dont ask anything here... ask them in the support section... you can only post suggestions or useful tips here...


Acolyte Skills:

Heal

Code: Select all

useSelf_skill Heal {
	lvl 10
	hp < 50%
	sp > 10%
}

Increase AGI

Code: Select all

useSelf_skill Increase AGI {
	lvl 10
	whenStatusInactive Increase AGI
	sp > 10%
	timeout 5
}

Blessing

Code: Select all

useSelf_skill Blessing {
	lvl 10
	whenStatusInactive Blessing
	sp > 10%
	timeout 5
}

Ruwach

Code: Select all

useSelf_skill Ruwach {
	lvl 1
	whenStatusInactive Ruwach
	sp > 10%
	timeout 10
}

Angelus

Code: Select all

useSelf_skill Angelus {
	lvl 10
	whenStatusInactive Angelus
	sp > 10%
	timeout 5
}

Cure

Code: Select all

useSelf_skill Cure {
	lvl 1
	whenStatusActive Cursed, Blinded, Chaos, Silenced
	sp > 10%
	timeout 5
}

Holy Light

Code: Select all

attackSkillSlot Holy Light {
	lvl 1
	sp > 10%
        monsters 
}

Decrease AGI

Code: Select all

attackSkillSlot Decrease AGI {
	lvl 10
	sp > 10%
        monsters 
        maxAttempts 5
        maxUses 1
}
CORRESPONDING PARTY SKILLS:

Code: Select all

partySkill Heal {
	lvl 5
	target_hp < 70%
	sp > 10 %
}

partySkill Blessing {
	lvl 10
	sp > 64
	notInTown 1
	timeout 3
	target_whenStatusInactive Blessing
	target_timeout 240
}

partySkill Increase AGI {
	lvl 10
	sp > 45
	notInTown 0
	timeout 3
	target_whenStatusInactive Increase AGI
	target_timeout 240
}

partySkill Angelus {
	lvl 10
	sp > 45
	notInTown 1
	timeout 3
	target_whenStatusInactive Angelus
	target_timeout 240
        isSelfSkill 1
}

partySkill Cure {
   lvl 1
   target_whenStatusActive Cursed, Blinded, Chaos, Silenced
   sp > 10%
   timeout 5
}



Priest/High Priest Skills


Kyrie Eleison

Code: Select all

useSelf_skill Kyrie Eleison {
	lvl 10
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	whenStatusInactive Kyrie Eleison
}

Assumptio

Code: Select all

useSelf_skill Assumptio {
	lvl 10
	sp > 20%
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	disabled 1
	whenStatusInactive Assumtio
}
Magnificat

Code: Select all

useSelf_skill Magnificat {
	lvl 5
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	whenStatusInactive Magnificat
}

Party Skills:

Code: Select all

partySkill Kyrie Eleison {
	lvl 10
	sp > 45
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	disabled 1
	target_whenStatusInactive Kyrie Eleison
	target_timeout 240
}

partySkill Magnificat {
	lvl 3
	sp
	stopWhenHit 1
	timeout 10
	whenStatusInactive Magnificat
	partyAggressives < 1
	isSelfSkill 1
}


partySkill Resurrection {
	lvl 4
	target_dead 1
}


partySkill Impositio Manus {
	lvl 10
	sp > 25
	notInTown 1
	timeout 3
	disabled 0
	target_whenStatusInactive Impositio Manus
	target_timeout 60
}


partySkill Status Recovery {
	lvl 10
	sp > 25
	timeout 2
	target_whenStatusActive Frozen, Stone Curse, Stun
}


partySkill Aspersio {
	lvl 5
	sp > 25
	timeout 2
	target_whenStatusInactive Aspersio
        inInventory Holy Water
}


partySkill Suffragium {
	lvl 3
	sp > 25
	timeout 8
	target_whenStatusInactive Suffragium
        notInTown 1
}

partySkill Assumptio {
	lvl 10
	sp > 20%
	stopWhenHit 1
	notWhileSitting 1
	notInTown 1
	timeout 5
	disabled 1
	target_whenStatusInactive Assumtio
	target_timeout 98
}

Gloria

Code: Select all

useSelf_skill Gloria {
	lvl 10
	sp > 25
	whenStatusInactive Gloria
	timeout 28
}
Last edited by Gaara on 16 Apr 2008, 10:05, edited 6 times in total.

Gaara
Noob
Noob
Posts: 14
Joined: 04 Apr 2008, 09:46

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

#2 Post by Gaara »

Monk/Champion Skills

Vigor Condensation/ Summon Spirit Sphere

Code: Select all

useSelf_skill Vigor Condensation {
	lvl 5
	sp > 20
	spirit <5
	notWhileSitting 0
	notInTown 0
	disabled 0
}

Infiltration/Occult Impaction

Code: Select all

attackSkillSlot Infiltration {
	lvl 5
	spirit > 2
	dist 1
	monsters 
	sp > 20%
}

Finger Offensive/Throw Spirit Sphere

Code: Select all

attackSkillSlot Finger Offensive {
	lvl 3
	spirit >4
	dist 1
	monsters 
	sp >20%
}

THE BIG COMBO

Code: Select all

useSelf_skill Vigor Explosion {
	sp > 95%
	whenStatusInactive Vigor Explosion
}

attackComboSlot Chain Combo{
	afterSkill Triple Attack
	isSelfSkill 1
	maxUses 1
}

attackComboSlot Combo Finish{
	afterSkill Chain Combo
	isSelfSkill 1
	maxUses 1
}

attackComboSlot Glacier Fist{
	afterSkill Combo Finish
	isSelfSkill 1
	maxUses 1
}

attackComboSlot Chain Crush Combo{
	afterSkill Glacier Fist
	isSelfSkill 1
	maxUses 1
}



PS: i dunno properly if the combo skills are required to "isSelfSkill" since i've not played a combo monk... anyone who has, please enlighten and i shall correct it...
and also the kore names for champion combos... thank you...
Last edited by Gaara on 11 Apr 2008, 17:21, edited 5 times in total.

adlp1ph
Noob
Noob
Posts: 6
Joined: 06 Apr 2008, 15:26

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

#3 Post by adlp1ph »

Champion/Monk:

Vigor Condensation/Dangerous Soul Collect/Vigor Absorption

Code: Select all

useSelf_skill Dangerous Soul Collect {
	lvl 1
	maxCastTime 0
	minCastTime 0
	dist 6
	spirit < 4
	stopWhenHit 0
	notWhileSitting 0
	notInTown 1
	timeout 0
	disabled 0
}

useSelf_skill Vigor Absorption {
	lvl 1
	maxCastTime 0
	minCastTime 0
	hp
	sp <= 60%
	spirit > 4
	stopWhenHit 1
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	timeout 0
	disabled 0

}

useSelf_skill Vigor Condensation {
	lvl 5
	maxCastTime 0
	minCastTime 0
	hp
	sp >= 10%
	spirit < 5
	aggressives < 1# remove aggressives if you want to cast it when it's attacking
	stopWhenHit 1
	inLockOnly 0
	notWhileSitting 0
	notInTown 0
	disabled 1
}
Finger Offensive/Infiltration:

Code: Select all

attackSkillSlot Finger Offensive {
	lvl 5
	dist 10
	maxCastTime 0
	minCastTime 0
	sp > 10%
	whenStatusActive
	spirit > 3
	aggressives
	stopWhenHit 0
	inLockOnly 0
	notInTown 1
	timeout 2.5
	monsters 
}

attackSkillSlot Infiltration {
	lvl 5
	dist 1.5
	hp
	sp
	spirit > 0
	aggressives
	inLockOnly 0
	notInTown 0
	disabled 0
	monsters #put name of monster here
	maxAttempts 0
	maxUses 0
	isSelfSkill 0
	manualAI 0
}

biscuitboy98
Noob
Noob
Posts: 1
Joined: 26 Apr 2008, 17:32

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

#4 Post by biscuitboy98 »

wouldnt heal be more effective against undead monsters than holy light?
i cant get my bot though to use heal on orc zombies though. but then i suppose you'd need to set it up so it doesnt heal non undead monsters too

Gaara
Noob
Noob
Posts: 14
Joined: 04 Apr 2008, 09:46

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

#5 Post by Gaara »

attackSkillSlot Heal {
lvl 10
sp>40%
monsters Orc Zombie, Orc Skeleton
}

willc86
Noob
Noob
Posts: 9
Joined: 05 May 2008, 15:49
Noob?: Yes

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

#6 Post by willc86 »

do we do attackSkillSlot

then monsters <name of undead monsters> ? if we want to heal bomb?

example like

attackSkillSlot Heal {
lvl 10
sp > 50%
monsters ghoul, zombie, skeleton
inLockOnly 1
}

sky320rey
Human
Human
Posts: 27
Joined: 13 May 2008, 04:23
Noob?: No
Location: Here, There, Everywhere!

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

#7 Post by sky320rey »

}
useSelf_skil Assumptiol {
lvl 10
whenStatusInactive Assumptio
sp > 20%
timeout
}

partySkill Assumptio {
lvl 10
sp > 20%
target_whenStatusInactive Assumptio
timeout
}

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

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

#8 Post by sli »

willc86 wrote:do we do attackSkillSlot

then monsters <name of undead monsters> ? if we want to heal bomb?

example like

attackSkillSlot Heal {
lvl 10
sp > 50%
monsters ghoul, zombie, skeleton
inLockOnly 1
}
I actually use this for that area since my priest gets most pay_dun00 mobs down to under 10% from one heal (read: more than one would be wasting SP). But this also prevents the bot from using Heal on mobs that have already been attacked nearby and killed the character attacking them, but you could use maxUses 1 in place of target_deltaHp -10/-50 if you want. But this should give you a good idea of what to think about when configuring Heal bombs.

Code: Select all

attackSkillSlot Heal {
	lvl 5
	sp > 10%
	monsters Skeleton
	target_deltaHp > -10
}

attackSkillSlot Heal {
	lvl 10
	sp > 10%
	monsters Zombie
	target_deltaHp > -50
}
cs : ee : realist

frotek
Noob
Noob
Posts: 13
Joined: 29 May 2008, 23:29
Noob?: Yes

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

#9 Post by frotek »

The G-Fist wrote:I was looking to see if soemone could help me out to program my priest to Lex Aeterna only the monster that my other bot attacks directly , it seem to lex just fine when it comes to 1-1 monster but in a mob , it tends to run off and Lex Aeterna something else that is attacking the other bot from long range and kinda misses things up. i looked though the Manuel and experimented with some lines but they havent really help as much as i wanted them too.

Any help is grealt apperiacated , ask me for info or w/e

try this for lex aeterna:


attackAuto 2 <------set to two
attackAuto_party 0
attackAuto_onlyWhenSafe 0
attackAuto_followTarget 0
attackAuto_inLockOnly 1
attackDistance 1.5
attackDistanceAuto 0
attackMaxDistance 2.5
attackMaxRouteDistance 100
attackMaxRouteTime 4
attackMinPlayerDistance 2
attackMinPortalDistance 4
attackUseWeapon 0 <-----set to zero
attackNoGiveup 0
attackCanSnipe 0
attackCheckLOS 0
attackLooters 0
attackChangeTarget 0
aggressiveAntiKS 0

attackSkillSlot Lex Aeterna {
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 0
notInTown 0
timeout 0
disabled 0
monsters Sky Petite <----monster you want
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
}

crazymonkey
Noob
Noob
Posts: 2
Joined: 03 Jun 2008, 23:15
Noob?: No

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

#10 Post by crazymonkey »

# It is not advised to set secureAdminPassword if you're using Xkore 2
secureAdminPassword 0
adminPassword dasdasdadasda <admin password
callSign
commandPrefix ;
then pm ur bot dasdasdadasda and now your an admin go nuts XD

Locked