Hashbrowns
Legend
I seem to have bypassed the Started Edition mail restriction...
Could use [MENTION=7838]Yasueh[/MENTION]'s help to script a "message send" as the button does not work. Will update if anything becomes of it.
So just a little back story on how this happened. I was trying to clear out my mailbox with a macro as I can no longer delete a character since every single one has the "WoW 11th Anniversary" email which I can't pick up. Pretty ridiculous that we can't delete someone that has mail... but anyways.
With the mailbox open I ran the following:
It loaded a weird message that had gold, silver and copper coin icons on there (like when you would receive a message from the auction house) but no amounts and the message was marked from Unknown.
The buttons I had were reply, return and close. Reply loaded the image you see above.
I isolated it to just this also and could still bring up that message:
This worked like 5 times, I would tweak the macro to try and send the message but nothing.
Now unfortunately it does something different; opening an "Open Mail" dialog box, with the reply button grayed out. Return and close are available.
You can change the MaiIItem to like 1-6. I have a feeling it's forcing a mail message click, and 1-6 are the messages that would be in the first page of your mailbox.. What they are probably doing is just not displaying the mail message buttons but the mail is actually still there. So you can force the action with a script. Mess around, lets see if we can get something further. I imagine it opens different message window's based on what message you have in that slot number.
Could use [MENTION=7838]Yasueh[/MENTION]'s help to script a "message send" as the button does not work. Will update if anything becomes of it.
So just a little back story on how this happened. I was trying to clear out my mailbox with a macro as I can no longer delete a character since every single one has the "WoW 11th Anniversary" email which I can't pick up. Pretty ridiculous that we can't delete someone that has mail... but anyways.
With the mailbox open I ran the following:
(which doesn't delete anything btw)/click MailItem1Button
/click OpenMailAttachmentButton1
/click OpenMailDeleteButton
It loaded a weird message that had gold, silver and copper coin icons on there (like when you would receive a message from the auction house) but no amounts and the message was marked from Unknown.
The buttons I had were reply, return and close. Reply loaded the image you see above.
I isolated it to just this also and could still bring up that message:
/click MailItem1Button
This worked like 5 times, I would tweak the macro to try and send the message but nothing.
Now unfortunately it does something different; opening an "Open Mail" dialog box, with the reply button grayed out. Return and close are available.
You can change the MaiIItem to like 1-6. I have a feeling it's forcing a mail message click, and 1-6 are the messages that would be in the first page of your mailbox.. What they are probably doing is just not displaying the mail message buttons but the mail is actually still there. So you can force the action with a script. Mess around, lets see if we can get something further. I imagine it opens different message window's based on what message you have in that slot number.
Last edited by a moderator: