BrenoHenrike / Skua

77 stars 31 forks source link

autoattack #53

Closed idkdar closed 4 months ago

idkdar commented 6 months ago

The Alive property sometimes do not update based on the monster’s HP. As a result, the autoattack feature continues targeting dead monsters or there was a delay switching between monsters after kill.

The Alive property now directly checks if the monster’s HP is greater than zero to determine if the monster is dead or alive.

I was unable to build the program to try this code out.