please new self condition "priority" in attackSkill...

This section is created for developers and non-developers who think that he/she has a good (and realistic) idea that might contribute to the OpenKore community.

Moderator: Moderators

Message
Author
isaiascloud
Noob
Noob
Posts: 5
Joined: 27 Jun 2009, 22:34
Noob?: No
Location: Brasil

please new self condition "priority" in attackSkill...

#1 Post by isaiascloud »

Priority is very important in blocks of skills (attackSkillSlot, useSelf_skill, partySkill ...), mainly to prevent bots die.
Example:
useSelf_skill Heal {
lvl 10
...
priority 1
}

partySkill Heal {
lvl 10
target Bla Bla Bla
...
priority 1
}

useSelf_skill Blessing {
lvl 10
...
...
priority 2
}

...
Sorry for my english ^^... (google translate)
Image

User avatar
kLabMouse
Administrator
Administrator
Posts: 1301
Joined: 24 Apr 2008, 12:02

Re: please new self condition "priority" in attackSkill...

#2 Post by kLabMouse »

First Attack Skill has a High priority, last has the lowest one.
So there is no need for it.

isaiascloud
Noob
Noob
Posts: 5
Joined: 27 Jun 2009, 22:34
Noob?: No
Location: Brasil

Re: please new self condition "priority" in attackSkill...

#3 Post by isaiascloud »

kLabMouse wrote:First Attack Skill has a High priority, last has the lowest one.
So there is no need for it.
That I did not know :oops:. Thanks for the information.





...
Sorry for my english ^^... (google translate)
Image

Post Reply