I sold 1000+ items on the auction house and I can get only 50 mail with money on every 10-15 minutes. Still have 1400 messages not shown
'); document.write(''); var yuipath = 'clientscript/yui'; var yuicombopath = ''; var remoteyui = false; } else // Load Rest of YUI remotely (where possible) { var yuipath = 'https://ajax.googleapis.com/ajax/libs/yui/2.9.0/build'; var yuicombopath = ''; var remoteyui = true; if (!yuicombopath) { document.write(''); } } var SESSIONURL = ""; var SECURITYTOKEN = "guest"; var IMGDIR_MISC = "warmane/misc"; var IMGDIR_BUTTON = "warmane/buttons"; var vb_disable_ajax = parseInt("0", 10); var SIMPLEVERSION = "422"; var BBURL = "https://forum.warmane.com"; var LOGGEDIN = 0 > 0 ? true : false; var THIS_SCRIPT = "showthread"; var RELPATH = "showthread.php?t=412825"; var PATHS = { forum : "", cms : "", blog : "" }; var AJAXBASEURL = "https://forum.warmane.com/"; var CoTTooltips = { rename: true, icons: false, iconsize: 15, qualitycolor: true, overridecolor: { spells: '#839309', items: '', npcs: '#fff', objects: '#fff', quests: '#ffb100', achievements: '#fff' } }; // -->
I sold 1000+ items on the auction house and I can get only 50 mail with money on every 10-15 minutes. Still have 1400 messages not shown
Mailbox shows 50 mails at a time. It can be refreshed once a minute. There are addons like Postal that can collect your gold and keep refreshing mailbox automatically. But it won't work well if you still have the initial mails about item sold in your mailbox too - the ones that come without gold and tell you that gold will arrive later. Those usually disappear after server restart but you can also delete them yourself so you can load next mails.
Pending mails will always be empty. You get the money in new mail.
Quick way to delete empty mails is via this macro:
You can test the macro on alt with cheap item in mail and 1 empty mail, if you're suspicious.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