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.
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 doingqs
on "a yummy beef pie" might doscan 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 databaseThe one exception to this is if you use
ht
orqw
with an argument, likeqw bat
. In that case it will work the old way, doingscan bat
. When you have no activity it will do aqw <keyword>
if you did aht <keyword>
orqw <keyword>
, otherwise it will do a regular scan.