I did make a quick search on the function, but couldn't find anything of value. My issue is this:
I'm currently running a priest/crusader combo, both bots, and getting my sader to use Grand Cross when mobs are on him is no issue, due to the aggressives function, but I want him to go to the rescue of the priest if it gets mobbed, so I looked to the target_aggressives function. The documentation, followed by the single thread I could find of it did puzzle me though.
This is the current block I use:
Code: Select all
attackSkillSlot Grand Cross {
lvl 10
dist 1.5
hp > 40%
sp
onAction attack
target_aggressives > 2
inLockOnly 0
notInTown 1
timeout 1
}
Regards,
Kodain