edge-blade / Dota-2-AI-Bot-Experiment

My Dota 2 Bot Script
GNU General Public License v3.0
11 stars 0 forks source link

QoP blinking #18

Open RickyJuno opened 2 years ago

RickyJuno commented 2 years ago

Queen of Pain will use blink at the right times (to escape or initiate) but the issue is that she always does a 0-range blink. She will blink on top of herself and not move at all

edge-blade commented 2 years ago

There's lots of references to GetXUnitsTowardsLocation, but I don't know how effective this is, we gotta test the output of this function and see if this is giving an invalid target location. to trigger her blink incorrectly.

edge-blade commented 2 years ago

QoP has WAY more design issues than originally thought, seems like they used really poor abilities as comparisons to scaffold her logic trees. Probably needs a full reassessment. Quick example being they used Chronosphere as the baseline for Sonic Wave when a very obvious comparison would be Lina's Dragon Slave. Super poorly conceived just to "get it working"

RickyJuno commented 2 years ago

This issue also seems to affect Anti-Mage's blink ability

Further testing needed to see if this bug also extends to the blink dagger item on bots