AardCrowley / Search-and-Destroy

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

Quick scan will scan for all targets when you have any #43

Closed AardNaricain closed 3 years ago

AardNaricain commented 3 years ago

Modification to quick scan to overcomplicate things.

When you're on an activity (any combination of cp, gq, and quest) then qs will filter to show any target in your activities, not just your current target. This also means that quick scans won't be sensitive to having the wrong keyword; previously doing qs on "a yummy beef pie" might do scan yummy pie and show nothing. Now it'll do a normal scan and filter the results so you should see the pie. It will also add all the mobs seen in scan to the mobs database

The one exception to this is if you use ht or qw with an argument, like qw bat. In that case it will work the old way, doing scan bat. When you have no activity it will do a qw <keyword> if you did a ht <keyword> or qw <keyword>, otherwise it will do a regular scan.

AardNaricain commented 3 years ago

Did #48 instead