1. Mail Box problem

    Waddup guys.
    So this is what's happening,
    I've been farming some minerals and I'm selling them on AH, but everytime that someone buys my auction, the mail is on the mail box but it's saying sale pending, can anyone tell me what's going on, this is actually frustrating...
    got a screenshot tho: https://imgur.com/a/xCuqHyq
    Thanks!

  2. It just means that someone bought your items on the ah and that your gold will be delivered soon.

  3. It just means that someone bought your items on the ah and that your gold will be delivered soon.
    The gold will be in new mail. It won't appear to that one. So you can just delete those empty "sale pending" mails.

    I've used this macro to get rid of those empty mails, you might have to spam it a bit. 1 per mail.

    Code:
    /run if atbmi==nil then atbmi=1 end atbni=GetInboxNumItems() if atbmi>atbni then atbmi=1 end atbit=GetInboxInvoiceInfo(atbmi) if atbit=="seller_temp_invoice" then GetInboxText(atbmi); DeleteInboxItem(atbmi) else atbmi=atbmi+1 end

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •