Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

fast sell

Featured Replies

  • 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.

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.

  • 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

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.