Regarding Placement of Skills on AI Skilbar

gogoblender

gogoblender

Academy Page

Join Date: Jun 2005

Montreal, Canada

Does anyone know if putting stuff closer to the left REALLY works?
Is there a better chance of A.I using a skill that is situated closer to the left than the right?
Does anyone here REALLY know how AI prioritizes use of skills?
For instance, i had read a post somewhere else saying that AI prioritizes based upon recharge time.
And I have come to see through HOURS of watching AI skill uses that it's quite likely a COMBINATION of recharge time AND Energy left...
Hence why Sigs don't fire off when you want them to (like at a beginnig of the battle for monks) but seemingly ONLY when you run out of energy at the end of a battle.
argh
Has Anet EVER given OFFICIAL confirmation on how AI prioritizes choice in skills?
Does anyone know the absolute truth?
I know it's out there
halp


gogo

Servant of Kali

Servant of Kali

Jungle Guide

Join Date: Jan 2006

Me/

I have not seen any pattern. My necro heroes in PvE will be at max energy all the time, and yet they just wont cast some skills... or that is, they will but rarely.

strcpy

strcpy

Desert Nomad

Join Date: Jul 2005

One of Many [ONE]

Each skill has a "trigger" that has to be met first. If that is not done then it will not cast the skill. The AI will then tend cast the leftmost skill that is OK to cast. For instance, Echo tends to trigger after the skill with the longest recharge on your bar is cast - thus it tends to echo "reckless haste" in most spiteful spirit skill bars regardless of it's position. There is *some* intelligence there - in general your longest recharge skill is the one you want compied so that gets the highest priority (higher than leftmost skill). Somethings - like Death Nova or Jagged Bones tends to have such a high priority that they overrule everything else.

You can tell that position has quite a bit to do with it, just re-order your skills and they will cast in an entirely different manner. Especially true if you have a group of skills that are all about the same (effect, cost, recharge), then "leftmost" tends to be the major factor. For example, if you have several self heals that are about equal in power (Dervish is a good case for this) then it will go pretty much left to right in those skills as its health drops - health dropping being the trigger.

In computer science terms you have a priority queue. It examines quite a few factors, assigns skills priority, and the executes the highest one. Going left to right adds a smaller value to the priority but isn't enough to override everything else.

ubermancer

ubermancer

Jungle Guide

Join Date: Jul 2005

******************* Refuge From Exile [RFE]

Quote:
Originally Posted by strcpy
Each skill has a "trigger" that has to be met first. If that is not done then it will not cast the skill. The AI will then tend cast the leftmost skill that is OK to cast. For instance, Echo tends to trigger after the skill with the longest recharge on your bar is cast - thus it tends to echo "reckless haste" in most spiteful spirit skill bars regardless of it's position. There is *some* intelligence there - in general your longest recharge skill is the one you want compied so that gets the highest priority (higher than leftmost skill). Somethings - like Death Nova or Jagged Bones tends to have such a high priority that they overrule everything else.

You can tell that position has quite a bit to do with it, just re-order your skills and they will cast in an entirely different manner. Especially true if you have a group of skills that are all about the same (effect, cost, recharge), then "leftmost" tends to be the major factor. For example, if you have several self heals that are about equal in power (Dervish is a good case for this) then it will go pretty much left to right in those skills as its health drops - health dropping being the trigger.

In computer science terms you have a priority queue. It examines quite a few factors, assigns skills priority, and the executes the highest one. Going left to right adds a smaller value to the priority but isn't enough to override everything else. Truthed for quote.