I need help for my slave bot..

Discussion about everything RO and OpenKore related. This place is NOT for ANY kind of support questions.

Moderator: Moderators

Message
Author
villekohl9
Noob
Noob
Posts: 2
Joined: 23 Apr 2017, 09:17
Noob?: No

I need help for my slave bot..

#1 Post 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!

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: I need help for my slave bot..

#2 Post 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
}
Please use pin function for uploading your file contents!

Post Reply