October 28, 201411 yr good night. Now we can sell gray items directly from bag. you're going to add some option to sell gray items fast? without using vendor or manut tundra? Thanks a lot.
October 29, 201411 yr Hello, Sorry but I don't found this option in game. How do you sell items directly from your bag? Thank you.
October 29, 201411 yr Author Sorry. I use ElvUI interface and my bag has a button for sell gray items without vendor or tundra mamut. I thought that option is also in normal UI, but i'm searching now in normal ui and i can't found :_( Maybe you can investigate this ui and add this option in bot :) I link you a screenshot of my UI and mark button I use for sell gray items http://imageshack.com/a/img674/3859/PDuS6I.jpg Thanks a lot.
October 29, 201411 yr This button works same if not vendors near your character? It is the code used in your addon: local c = 0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local l = GetContainerItemLink(b, s) if l and select(11, GetItemInfo(l)) then local p = select(11, GetItemInfo(l))*select(2, GetContainerItemInfo(b, s)) if select(3, GetItemInfo(l))==0 and p>0 then UseContainerItem(b, s) PickupMerchantItem() print(GetItemInfo(l)); c = c+p end end end end But this does not works for me if not vendor near.
October 29, 201411 yr Author Sorry i'm a chef and don't understand this code :S yes, i can sell gray items anywhere... world, dungerouns, raids.... In photo i'm in the middle of outlands without anybody near. thanks you and I hope to help better Wrobot :)
Create an account or sign in to comment