1. get the bow quest from the npc you aren't targeting normally, as mentioned earlier in the thread
2. if your shard doesn't have trash bags, and you move too far away from the barrel when the you automatically move towards the npc, and then the trashcan is too far away:
say "Hail X" where x is the name of the vendor (so they don't move) as a looped razor macro so they don't move
3. it didn't recognize the rewards I wanted to keep and kept throwing them away!! I think its a problem with the #PROPERTY variable not getting updated (it was stuck on the #PROPERTy of a talisman for reasons that escape me)
here is my extremely noob fix :
replace:
[spoiler][code]
Finditem PIP_UFG_DWR C_ , %Currentbag
if #findkind <> -1
{
set %Findid #findid
Gosub Read_Property
goto Sort_Rewards[/code]