- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
4,842 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Rift Addons
- Top Skyrim Mods
- Top Minecraft Server Mods
- Top Terraria Maps
- Top Starcraft II Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
MailTo Next
- 0 Likes
- World of Warcraft
- 36,170 Downloads
- Supports: 4.3
- 2 Average Daily Downloads
- Comments
- Created 12/24/2006 2:58:08 PM
- Updated 12/1/2011 11:53:33 AM
- 552 Favorites
- Project Site
- License: All Rights Reserved
- Release Type: Release
- Newest File: 1.6.9
About MailTo Next
My wife loved MailTo's ability to right click on items... Now that is more-or-less gone, she whined me into coming up with alternatives.
This version adds a new window when you open mailbox, trade, auction house, that function as a condensed version of your inventory.
- IMPORTANT
Mailto has no way of determining the recipient of a mail is your alt or not, unless you have checked mail with that character (thus Mailto has their inbox record) at the time of sending mail.
---
MailTo Next can filter items in inventory to display. for filter types, refer to item types (NOT sub-types) here
http://www.wowwiki.com/ItemType
---
when mailbox is open, left click in the mailable item to attach it to mail. right click in the mailable item to mail it to current recipient when trade is open, left click in the tradable item to add it to trade. right click in the tradable item to accept trade. when auction house is open, left click in the auctionable item to enter the name into auction search right click in the auctionable item to create auction. shift-left-click on item while chat is open will link the item shift-left-click on the item when chat is not open will split stack shift-right-click on the item will pick up the item. You can drop picked up item in the empty slot.
for complete command list:
/mailto help
/mailto ?
/mailto ??
1.6.9 Added back in the ability to loot all items from mail (alt key)
Thank you Immoliate for pointing out the API.
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| 1.6.9 | Release | 4.3 | 174 | 12/1/2011 11:53:33 AM |
| 1.6.8 | Release | 4.3 | 86 | 11/29/2011 7:28:10 PM |
| 1.6.7 | Release | 4.0.3a | 2,660 | 1/21/2011 11:41:19 AM |
| 1.6.6 | Release | 4.0.3a | 1,102 | 1/10/2011 3:57:47 PM |
| 1.6.5 | Release | 4.0.1 | 2,115 | 10/17/2010 1:17:08 PM |
| 1.6.4 | Release | 4.0.1 | 999 | 10/15/2010 7:59:23 PM |
| 1.6.3 | Release | 4.0.1 | 671 | 10/15/2010 1:48:37 AM |
| 1.6.2 | Release | 4.0.1 | 578 | 10/14/2010 11:51:55 AM |
| 1.6.1 | Release | 3.3.5 | 1 | 7/7/2010 7:11:09 PM |
| 1.6.0 Take 2 | Release | 3.3.0 | - | 1/10/2010 12:46:19 PM |
| 1.5.9 Take 2 | Release | 3.3.0 | - | 12/29/2009 8:23:31 PM |
| 1.5.8 | Release | 3.1.0 | - | 6/21/2009 2:44:57 PM |
| 1.5.7 | Release | 3.1.0 | - | 6/18/2009 1:37:55 PM |
| 1.5.6 | Release | 3.1.0 | - | 4/16/2009 1:28:00 PM |
| 1.5.5 | Release | 3.0.3 | 3 | 11/7/2008 9:59:08 PM |
| 1.5.4 | Release | 3.0.3 | 1 | 11/5/2008 5:55:24 PM |
| 1.5.3 | Release | 3.0.2 | - | 10/31/2008 8:05:26 PM |
| 1.5.2 | Release | 3.0.2 | - | 10/30/2008 12:42:34 PM |
| 1.5.1 | Release | 3.0.2 | - | 10/17/2008 7:27:33 PM |
| 1.5.0 (repackaged) | Release | 3.0.2 | - | 10/17/2008 2:57:13 AM |
Comments
Basically, add-on can no longer batch request things from server.
Blizzard's API provides a function specifically for the purpose of looting all of the attached items from a mail in the form of AutoLootMailItem(n), where n is a mail number between 1 and GetInboxNumItems(). E.g. /script AutoLootMailItem((GetInboxNumItems())) loots all of the items in the oldest mail.
Surely, if Blizzard wanted to prevent autolooting of mails they'd remove/protect the function that allows it. That said, it might be worth quizzing the official UI/macro forums just to be certain.
It'd be great if the feature could be put back in. As a stopgap measure I'm using Postal (configured specifically for looting mail items) with MailTo Next.
Is there an option to disable this feature, because postal also offers this and showing this two times is a bit confusing. If not, could you add one please?
Or one thing that would be nice - the name of the item could be in the color of its rarity (green/blue/purple).
greetings
I would like to add the support for item quality color, but I can't.
The API used to inspect the mail item (GetInboxItem) suppose to return quality, but it is bugged and never get anything but "-1". Once Bliz fix this, I can do what you want. I wouldn't hold your breath tho, it's been broken since 2.33.
Quality works fine with postal; you may want to read express.lua from this addon...
local itemLink = GetInboxItemLink(this.index, i);
tooltip:AddLine(("%sx%d"):format(itemLink, count))
greetings
That might work, you will have to live with extra "[]" around the names however.
Message: Interface\AddOns\MailTo\MailTo.lua:1329: attempt to index global 'self' (a nil value)
Time: 01/04/11 13:19:22
Count: 1
Stack: Interface\AddOns\MailTo\MailTo.lua:1329: in function `initFunction'
Interface\FrameXML\UIDropDownMenu.lua:69: in function `UIDropDownMenu_Initialize'
Interface\FrameXML\UIDropDownMenu.lua:790: in function `ToggleDropDownMenu'
Locals: frame = MailTo_InFrame_DropDown {
0 =
displayMode = "MENU"
initialize = defined @Interface\AddOns\MailTo\MailTo.lua:1327
noResize = 1
}
level = 2
(*temporary) = defined @Interface\AddOns\MailTo\MailTo.lua:1304
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index global 'self' (a nil value)"
add_names = defined @Interface\AddOns\MailTo\MailTo.lua:1304
Server = "Kilrogg"
Mail_server = "Kilrogg"
Player = "Removed"
Mail_name = "Removed"
sorted_index = defined @Interface\AddOns\MailTo\MailTo.lua:228
Can you try it with all other add-on disabled?
I was able to duplicate it with all other addons disabled.
I wondered if perhaps I had corrupt saved variables, but I was able to duplicate it with new saved variables as well.
I do notice that I did a poor job above of describing how to duplicate this error.
Type /inbox.
If you have mailbox data saved for characters on more than one server, there will be a check box labeled "Server." Check this box.
There is also a pulldown menu with your character's name in it, normally you use this pulldown menu to change which character's mailbox you wish to view. With the "Server" box checked this will present a list of servers that you have mailbox data saved for with an arrow next to each server name. In times past I was able to mouse over the arrow to get a list of characters on that server to select a character to view their mailbox data. Now, when I attempt to mouse over the server name, instead of getting the list of characters, I get the error I posted above.
I think I have fix, please try 1.6.6 when it's uploaded.
Many thanks
Turn of the Mail window:
/mt click
Turn off the Auction window:
/mt auction
Turn off Trade window:
/mt trade
In the description devilcat tells you how to get a complete command list.