Wooops

Hashbrowns

Legend
I seem to have bypassed the Started Edition mail restriction...

bmZxmZL.png


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:
/click MailItem1Button
/click OpenMailAttachmentButton1
/click OpenMailDeleteButton
(which doesn't delete anything btw)

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:
Tbh this is why blizzard hates our bracket because niggas get so smart and outsmart fucking blizzard workers and we get rlly fucked in the ass for it but fuck it gg
 
Oh look! there goes down the starter spirit...
 
Last edited by a moderator:
Okay so here's my tests:

First I got into what [MENTION=18568]Hashbrowns[/MENTION] got :

VH4TvPd.png


By using "/click MailItem1Button" macro. Weird thing is it works even when you're so far away from Mailbox.

Clicking "reply" brings up the screen from the OP;

Tln0eXb.png


"Report Player' or "delete" buttons do nothing. Close obviously closes.

Tried various macros:

/run PickupItem(18258) ClickSendMailItemButton(1) SendMail("RecipientName", "BYIM(a.k.a. mail subject text)", "")

/run AutoLootMailItem(1)

but no good.

will try later with mailbox addons.
 
[MENTION=17546]Crystalpall[/MENTION] I ran Postal this morning, just to see what else it might do. I spam clicked the "open all" button. It did make the mailbox mini icon go away... Which got me excited but there still seems to be mail in the box. Couldn't delete character/icon came back on reload.

I scripted a whole send email message (I'll post code when I get home) but it just promoted the "trial accounts can't do that" message. I'm going to look into looting tonight.
 
Last edited by a moderator:
Okay so here's my tests:

First I got into what [MENTION=18568]Hashbrowns[/MENTION] got :

VH4TvPd.png


By using "/click MailItem1Button" macro. Weird thing is it works even when you're so far away from Mailbox.

Clicking "reply" brings up the screen from the OP;

Tln0eXb.png


"Report Player' or "delete" buttons do nothing. Close obviously closes.

Tried various macros:

/run PickupItem(18258) ClickSendMailItemButton(1) SendMail("RecipientName", "BYIM(a.k.a. mail subject text)", "")

/run AutoLootMailItem(1)

but no good.

will try later with mailbox addons.

I can't check atm but try " /run for i = 1, GetInboxNumItems() do AutoLootMailItem(i) end " with the addon BetterInbox
 

Users who are viewing this thread

Top