Page 1 of 1

I need help for my slave bot..

Posted: 04 May 2017, 06:56
by villekohl9
partySkill Heal {
lvl 10
dist 4
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target
target_hp < 80%
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive
target_aggressives
target_monsters
target_timeout
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}

partySkill Blessing {
lvl 10
dist 4
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Blessing
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}

partySkill Increase Agility {
lvl 10
dist 4
maxCastTime 0
minCastTime 0
hp
sp > 10%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 0
notInTown 0
timeout 0
disabled 0
manualAI 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Increase Agility
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}

partySkill Kyrie Eleison {
lvl 10
dist 4
maxCastTime 0
minCastTime 0
hp
sp > 5%
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
amuletType
aggressives
monsters
notMonsters
monstersCount
stopWhenHit 0
inLockOnly 0
notWhileSitting 1
notInTown 1
timeout 0
disabled 0
manualAI 0
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Kyrie Eleison
target_aggressives
target_monsters
target_timeout 0
target_deltaHp
target_dead 0
inInventory
isSelfSkill 0
}

This is my slave bot config (priest). But the problem is,the bot didn't uses any skill on my other char (master). Any mistakes in my config? I really appreciate for the help. Thanks guys!

Re: I need help for my slave bot..

Posted: 04 May 2017, 11:36
by Mortimal
You don't need that junk lines:

Code: Select all

partySkill Heal {
lvl 10
dist 4
sp > 10%
target_hp < 80%
inLockOnly 0
notWhileSitting 0
notInTown 0
}

partySkill Blessing {
lvl 10
dist 4
sp > 10%
inLockOnly 0
notWhileSitting 0
notInTown 0
target_whenStatusInactive Blessing
}

partySkill Increase Agility {
lvl 10
dist 4
sp > 10%
inLockOnly 0
notWhileSitting 0
notInTown 0
target_whenStatusInactive Increase Agility
}

partySkill Kyrie Eleison {
lvl 10
dist 4
sp > 5%
inLockOnly 0
notWhileSitting 1
notInTown 1
target_whenStatusInactive Kyrie Eleison
}