partyskill heal error.! red all posts.. plz help!

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
soham2rescue
Noob
Noob
Posts: 2
Joined: 24 Sep 2011, 10:08
Noob?: Yes

partyskill heal error.! red all posts.. plz help!

#1 Post by soham2rescue »

i am slaving a acolyte to my character..

it isnt healing the character..

this is what i type

partySkill Heal {
lvl 10
target_hp <90%
target_isJob
target_dead 0
onAction
}


it uses all other buffs and increase agi on the master.. but no heal.

when i delete the line: target_hp... it goes on healing the master continuously with lvl1 heal.

i even replaced the recvpackets that i freshly extracted using JCV's Ro tools and replaced them in : openkore/tables

even i believe my openkore is latest as i jus downloaded it a week back from the main page.

i play Vintage-RO indian server

please help

EternalHarvest
Developers
Developers
Posts: 1798
Joined: 05 Dec 2008, 05:42
Noob?: Yes

Re: partyskill heal error.! red all posts.. plz help!

#2 Post by EternalHarvest »

Check if healer correctly displays master's hp and max hp.

asdasd
Noob
Noob
Posts: 3
Joined: 10 Jul 2011, 18:53
Noob?: Yes

Re: partyskill heal error.! red all posts.. plz help!

#3 Post by asdasd »

EternalHarvest wrote:Check if healer correctly displays master's hp and max hp.

how i'll check that? using a party command?

with party command he only show the slave's hp

p.s.: slave is a party administrator

madnoh
Plain Yogurt
Plain Yogurt
Posts: 55
Joined: 09 Sep 2011, 18:04
Noob?: Yes
Location: Malaysia

Re: partyskill heal error.! red all posts.. plz help!

#4 Post by madnoh »

soham2rescue wrote:i am slaving a acolyte to my character..

it isnt healing the character..

this is what i type

partySkill Heal {
lvl 10
target_hp <90%
target_isJob
target_dead 0
onAction
}


it uses all other buffs and increase agi on the master.. but no heal.

when i delete the line: target_hp... it goes on healing the master continuously with lvl1 heal.

i even replaced the recvpackets that i freshly extracted using JCV's Ro tools and replaced them in : openkore/tables

even i believe my openkore is latest as i jus downloaded it a week back from the main page.

i play Vintage-RO indian server

please help

Try This Bro

}

useSelf_skill Blessing {
lvl 10
sp > 5%
whenStatusInactive Blessing
stopWhenHit 1
notWhileSitting 1
notInTown 1
timeout 5

}

useSelf_skill Assumptio {
lvl 5
sp > 20
whenStatusInactive Assumptio
stopWhenHit 1
disabled 0
notInTown 1

}
useSelf_skill Increase AGI {
lvl 10
sp > 10%
whenStatusInactive Increase AGI
stopWhenHit 1
notWhileSitting 1
notInTown 1
timeout 5

}

useSelf_skill Kyrie Eleison{
lvl 10
sp > 10%
whenStatusInactive Kyrie Eleison
stopWhenHit 1
notWhileSitting 1
notInTown 1
}

useSelf_skill Angelus {
lvl 10
sp > 10%
whenStatusInactive Angelus
stopWhenHit 1
notWhileSitting 1
notInTown 1
}

useSelf_skill Magnificat {
lvl 5
sp > 10%
whenStatusInactive Magnificat
stopWhenHit 1
notWhileSitting 1
notInTown 1
}

useSelf_skill Gloria {
lvl 5
sp > 10%
whenStatusInactive Gloria
notWhileSitting 1
notInTown 1
}

useSelf_skill Heal {
lvl 10
hp < 90%
}

useSelf_skill_smartHeal 1

partySkill Heal {
lvl 10
sp > 20%
whenFollowing 1
target_hp < 100%
}

partySkill Blessing {
lvl 10
sp > 20%
inLockOnly 1
target_whenStatusInactive Blessing
}

partySkill Increase Agi {
lvl 10
sp > 20%
inLockOnly 1
target_whenStatusInactive Increase AGI
}

partySkill Impositio Manus {
lvl 5
sp > 20%
inLockOnly 1
target_whenStatusInactive Impositio Manus
}

partySkill Kyrie Eleison{
lvl 10
sp > 20%
inLockOnly 1
target_whenStatusInactive Kyrie Eleison
}

partySkill Assumptio {
lvl 5
sp > 20
target HolyDaArcher
target_whenStatusInactive Assumptio
target_timeout 100
disabled 0
stopWhenHit 1
notInTown 1
}

partySkill Aspersio {
lvl 5
sp > 20%
stopWhenHit 1
inLockOnly 1
notWhileSitting 1
notInTown 1
disabled 0
target_isJob Archer, Knight, Hunter, Sniper, Thief, Rouge, Assassin
target_whenStatusInactive Aspersio
target_timeout 200
inInventory Holy Water
}

Post Reply