Buster99 wrote:I have read this forums through and believe the problem may be:
Dwarf AOE skills not recognized and returning aoefound=false even though I have attempted to add them to the aoeskilllist.
It looks like you added them correctly so they should work. The only reason I can think of that they wouldn't work is if you didn't add them to your profile. I just tested it with Weakening Weave Curse and it worked. It didn't attack the closest 3 but it did attack 3 then used one-on-one skills during the AOE cooldown.
Buster99 wrote:1. Should the warlock aoe skills return "true" if the skills are added to the aoeskill list?
Do you mean, should it find the skill if added to the aoe list? Yes it should if it's in your profile.
Buster99 wrote:2. Even if aoeskills returns "false" the script should try to use the firstskillpriority of char, I believe.
If it doesn't find an aoe skill it will use the skills as they are in your profile, with the exception that it will ignore skills that have a longer casting time than "AllowSkillCastTime" which is typically 2s.
Buster99 wrote: Does this mean the first skill in skills table (2,1)? Does this mean the first skill listed in skills list in profile or the skill with top priority given to it in profile?
The skills are cast in order of priority but are skipped if they are not available, eg. on cooldown.
Buster99 wrote:Can I somehow make one of my AOE skills the firstskillpriority to fix this?
That's what the script does. After it finds an aoe skill it makes it the first priority so that it gets used first.