AardCrowley / Search-and-Destroy

Safe, Legal Search and Destroy
10 stars 14 forks source link

Fix target not correctly getting changed when you kill your target but are still fighting #65

Closed AardNaricain closed 3 years ago

AardNaricain commented 3 years ago

Situation:

After the cp/gq check runs you would look like you're targeting mob 2 instead of 1. This fixes it to properly target mob 1.

It also tweaked where character ready state checks happen. Instead of checking if you're ready when you do xcp <num>, it will instead let you change targets no matter what state you're in, but prevent running if you're not ready (fighting, already running, writing a note, etc).