Arcangelo 105 Posted April 16, 2017 Share Posted April 16, 2017 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? Link to comment https://wrobot.eu/forums/topic/5678-remove-item-from-bag/ Share on other sites More sharing options...
Bronson 3 Posted April 16, 2017 Share Posted April 16, 2017 /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 :) Hzqvkr8aTLw4rv 1 Link to comment https://wrobot.eu/forums/topic/5678-remove-item-from-bag/#findComment-25887 Share on other sites More sharing options...
Arcangelo 105 Posted April 16, 2017 Author Share Posted April 16, 2017 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 :) Link to comment https://wrobot.eu/forums/topic/5678-remove-item-from-bag/#findComment-25888 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now