PDA

View Full Version : How can i provoke more than 1 monster at a time?


poison_spore
31st July 2005, 16:53
Ive read the open kore manual & it says that u can cast provoke and lure more than 1 monster at a time.
openkore manual insert:

monsterSkill (full skill name) {
...
target (list of monsters)
maxUses (number)
}
Kore will use the specified skill on any monster that attackAuto would eventually attack, if the conditions are met. Unlike attackSkillSlot, this enables you to use skills on monsters that you are not currently attacking (e.g. for offensive-Blessing monsters that are attacking you, or for Provoking every monster on screen).

This configuration block also supports shared conditions, skill conditions and target conditions.

target (list of monsters)
Only use this skill on the specified monsters when these monsters are seen.
maxUses (number)
Specifies the maximum number of successful usage allowed for this skill.

This attribute only counts successful usage. If a skill fails, Kore will continue to use the skill until it finally succeeds even if this is set to 1.

Example:
monsterSkill Blessing {
lvl 1
maxUses 1
target Deviruchi,Khalitzburg
}Use Blessing level 1 on all Deviruchi and Khalitzburg attacking you, no matter what monster you are currently fighting.

Question is i didnt fin this (monsterSkill) in my config i tried inserting it but it didnt worked pls help tnx!

Terra_Fuego
31st July 2005, 19:23
Use the ol' attackskill slot.

More efficient if u provoke and attack 1 monster at a time.