I haven't checked to see if I can get item quality based off the tooltip either to deny people from looking up junk items or to not scan junk items.
Was hoping to update Auctioner AskPrice as:
- Code: Select all
--AucAskPrice.lua
if(!IsBindOnPickup(link[0]){
if(usedStack > 0){
SendChatMessage(...)
}
}