Nosferatuepic 2 Posted October 11, 2018 Share Posted October 11, 2018 Hello, how i can delete item with runcode/runluacode? Link to comment https://wrobot.eu/forums/topic/10250-delete-item/ Share on other sites More sharing options...
Nosferatuepic 2 Posted October 11, 2018 Author Share Posted October 11, 2018 Just now, Mike Mail said: Make a delete code. how? Link to comment https://wrobot.eu/forums/topic/10250-delete-item/#findComment-48534 Share on other sites More sharing options...
Nosferatuepic 2 Posted October 13, 2018 Author Share Posted October 13, 2018 On 10/11/2018 at 12:08 PM, Mike Mail said: /run for bag=0,4,1 do for slot=1,36,1 do local name=GetContainerItemLink(bag,slot);if (name and string.find(name,"Item1")) or (name and string.find(name,"Item2")) then PickupContainerItem(bag,slot);DeleteCursorItem();end;end;end thanks, it is work for classic wow? Link to comment https://wrobot.eu/forums/topic/10250-delete-item/#findComment-48584 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