FS priest to heal/buff non party member?
Moderators: waferbaron, Moderators
Forum rules
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
This server is currently not maintained and tables folder (including connection info) is outdated. Read the wiki for instructions on how to update those information. Please contribute your updated info. Contact Cozzie to join the team as a regular server supporter.
FS priest to heal/buff non party member?
hi, I would like to ask for help on how to make a fs priest to support non party member, i already have a working config but for party members only. I tried to change the target name in skills and follow,but the bot just sit down, any ideas? thanks
Re: FS priest to heal/buff non party member?
i would like that question be answered also. as i do have the same problem as yours, its just that my "aco" does the Blessing and Healing support skills on the party member he's following, the down side of my config is that it only supports the targeted character not the whole party members.
Re: FS priest to heal/buff non party member?
Openkore config does not really support Party skills that target non-party members.
You can try using macro for that. Just config the follow target part.
Use the macro for the skills and also for the part where they should meet up just in case the support gets lost.
You can try using macro for that. Just config the follow target part.
Use the macro for the skills and also for the part where they should meet up just in case the support gets lost.
A storm is coming.
Re: FS priest to heal/buff non party member?
Aw, I think I should learn how to use macro. I' ll keep researching in macro section and post solution here if I found some..
-
- Developers
- Posts: 1798
- Joined: 05 Dec 2008, 05:42
- Noob?: Yes
Re: FS priest to heal/buff non party member?
How about notPartyOnly?noobotter wrote:Openkore config does not really support Party skills that target non-party members.
Re: FS priest to heal/buff non party member?
My bad. Haven't used that part of the Block yet.EternalHarvest wrote:How about notPartyOnly?noobotter wrote:Openkore config does not really support Party skills that target non-party members.

A storm is coming.
Re: FS priest to heal/buff non party member?
try this..
partySkill Blessing {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit
inLockOnly
notWhileSitting
notInTown
timeout
disabled
manualAI
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Blessing
target_aggressives
target_monster
target_timeout 65
target_deltaH
target_isGuild ###YOUR GUILD NAME####
notPartyOnly 1
}
partySkill Blessing {
lvl 10
maxCastTime 0
minCastTime 0
hp
sp
homunculus_hp
homunculus_sp
homunculus_dead
onAction
whenStatusActive
whenStatusInactive
whenFollowing
spirit
aggressives
monsters
notMonsters
stopWhenHit
inLockOnly
notWhileSitting
notInTown
timeout
disabled
manualAI
target
target_hp
target_isJob
target_isNotJob
target_whenStatusActive
target_whenStatusInactive Blessing
target_aggressives
target_monster
target_timeout 65
target_deltaH
target_isGuild ###YOUR GUILD NAME####
notPartyOnly 1
}
Re: FS priest to heal/buff non party member?
how can I solve the problem in notPartyOnly 1 where my FS bot keeps on spamming Heal?