April 16, 20179 yr I can see there are a lot of quest items that don't get removed, after you turnin the quest. Anyone have a code to remove these items from the bags?
April 16, 20179 yr /run for b=0,4 do for s=1,36 do n=GetContainerItemLink(b,s);if n and string.find(n,"item name") then PickupContainerItem(b,s);DeleteCursorItem();end;end;end; Maybe this macro can be :)
April 16, 20179 yr Author 4 minutes ago, Bronson said: /run for b=0,4 do for s=1,36 do n=GetContainerItemLink(b,s);if n and string.find(n,"item name") then PickupContainerItem(b,s);DeleteCursorItem();end;end;end; Maybe this macro can be :) Will try it out thanks :)
Create an account or sign in to comment