Download
(3Kb)
Download
Updated: 12-20-14 12:01 PM
Pictures
File Info
Compatibility:
Warlords of Draenor (6.0.3)
Updated:12-20-14 12:01 PM
Created:11-23-14 01:10 AM
Downloads:3,271
Favorites:12
MD5:

PostmasterGeneral

Version: r5
by: semlar [More]

Adds a button to the top of the mail frame to automatically loot and delete postmaster mail.

r5 - Added chinese translation and switched to a button instead of auto-looting the mail every time you opened the mailbox.
r4 - Fixed the russian translations to not just be question marks.
r3 - Added "Thaumaturge Vashreen" translations, now marks messages as read before deleting them to clear the minimap icon, and should correctly stop trying to loot unique items.
r2 - Added translations for various languages, sped up the function and unhooked it from the mail frame to support addons that hide it.
Optional Files (0)


Post A Reply Comment Options
Unread 02-07-15, 03:42 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Ashran items

Comes out Ashran items are even worse then the normal Postmaster items now.
you can carry max 5 or only 1 and the rest will come to you by mail and you have to remove items in you bags to get the mails by the Postmaster...




This mob has a good list of items that shoud be removed when you have to many of them in your bags already:
http://www.wowhead.com/npc=84110/korthall-soulgorger
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 02-07-15 at 03:43 PM.
Report comment to moderator  
Reply With Quote
Unread 01-15-15, 05:02 PM  
EKE
An Aku'mai Servant
 
EKE's Avatar
AddOn Author - Click to view AddOns

Forum posts: 37
File comments: 548
Uploads: 13
zhTW

the Lost item guy called 奇術師瓦須林, The Postmaster called 郵務大師
Report comment to moderator  
Reply With Quote
Unread 01-08-15, 08:22 PM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
Originally Posted by Phanx
Support for Mei Francis (Blizz shop pets and mounts) and The WoW Dev Team (anniversary login promo pets) would be nice, since you still get duplicates of items to every single character even though mounts and pets have been account-wide for years now. Technically the items themselves are not unique, but the mounts and pets they teach are, and the items have no sell price, so they just need to be deleted.
I'm thinking about redesigning this to have a dropdown menu with the names of people that you have mail with attachments from and allowing you to select them to tell the addon that you want to auto-loot any mail from that sender when you visit a mailbox.

That way I won't have to worry about translations and people can choose what they want to autoloot.
Report comment to moderator  
Reply With Quote
Unread 01-08-15, 06:31 AM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Support for Mei Francis (Blizz shop pets and mounts) and The WoW Dev Team (anniversary login promo pets) would be nice, since you still get duplicates of items to every single character even though mounts and pets have been account-wide for years now. Technically the items themselves are not unique, but the mounts and pets they teach are, and the items have no sell price, so they just need to be deleted.

Edit: Here are all the names from Wowhead, but you'll still need to adjust the tooltip scanner to look for ITEM_SPELL_KNOWN ("Already known" on mounts) or COLLECTED ("Collected" on pets) and deal with deleting them once looted.
Code:
	-- Store bought mounts and pets (32216)
	['Mei Francis'] = true, -- all Latin-alphabet languages
	['Мей Франкис'] = true, -- Russian
	-- Login promo mounts and pets (32842)
	['The WoW Dev Team'] = true, -- English
	['Das Entwicklerteam von WoW'] = true, -- German
	['El equipo de desarrollo de WoW'] = true, -- Spanish
	["L'équipe de développement de WoW"] = true, -- French
	['Team di Sviluppo di WoW'] = true, -- Italian
	['A Equipe de Desenvolvimento do WoW'] = true, -- Portuguese
	['Разработчики WoW'] = true, -- Russian
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Last edited by Phanx : 01-08-15 at 11:35 AM.
Report comment to moderator  
Reply With Quote
Unread 12-29-14, 10:47 PM  
Tonyleila
A Molten Giant
 
Tonyleila's Avatar
AddOn Author - Click to view AddOns

Forum posts: 758
File comments: 2021
Uploads: 37
Button too big

New Button is nice but its not a good idea to use any text from every language.
In German the "Inbox" text is "Posteingang" and the default text on the Button is "Schnell-Plündern"
So it dosen't fit and will overlap each other.

I have fixed it for myself replacing Auto loot text with "Postmaster" because thats the problem that I have the addon for (easymail dosen't work for it)
Also Button better fits top left.
Code:
button:SetPoint('TOPLEFT', 58, -1)
button:SetText('Postmaster')
__________________
Author of: LeilaUI and Aurora: Missing Textures
__________________
Last edited by Tonyleila : 12-29-14 at 10:48 PM.
Report comment to moderator  
Reply With Quote
Unread 12-09-14, 05:49 AM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
Originally Posted by Phanx
Something appears to have gone wrong with your copy/paste of Russian translations, as their encoding was lost and they appear as ???? in PostmasterGeneral.lua (and no, it's not just my font ).
Odd. Well, they should be fixed now.

My old editor doesn't seem to handle russian very well even though it supports utf-8.
Report comment to moderator  
Reply With Quote
Unread 12-08-14, 12:53 PM  
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view AddOns

Forum posts: 5617
File comments: 2321
Uploads: 54
Something appears to have gone wrong with your copy/paste of Russian translations, as their encoding was lost and they appear as ???? in PostmasterGeneral.lua (and no, it's not just my font ).
__________________
Retired author of too many addons.
Message me if you're interested in taking over one of my addons.
Don’t message me about addon bugs or programming questions.
Report comment to moderator  
Reply With Quote
Unread 11-24-14, 05:30 PM  
semlar
A Pyroguard Emberseer
 
semlar's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1060
File comments: 187
Uploads: 25
I added translations for most languages but I'm still missing chinese and korean, so if anyone has those I'll add them.
Report comment to moderator  
Reply With Quote
Unread 11-24-14, 05:07 PM  
Avante
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Thank you!

['Почтальон'] = true, -- Russian
Report comment to moderator  
Reply With Quote
Unread 11-24-14, 01:39 AM  
Berna
A Kobold Labourer

Forum posts: 0
File comments: 7
Uploads: 0
Smile Thank you!

Thank you so much for making this, it's just what I needed.
Report comment to moderator  
Reply With Quote
Unread 11-23-14, 08:37 AM  
bsmorgan
A Cobalt Mageweaver
AddOn Author - Click to view AddOns

Forum posts: 219
File comments: 158
Uploads: 3
You might want to take a look at the Ace3 library, LibBabble-Boss-3.0.lua. There is a boss named "Postmaster Malown" translated in 10 locales.
Report comment to moderator  
Reply With Quote
Unread 11-23-14, 06:14 AM  
LiNK2088
A Deviate Faerie Dragon
AddOn Compiler - Click to view compilations

Forum posts: 10
File comments: 246
Uploads: 1
Just what I needed, thanks a lot
Report comment to moderator  
Reply With Quote
Unread 11-23-14, 05:19 AM  
kawe
A Cyclonian
 
kawe's Avatar

Forum posts: 40
File comments: 95
Uploads: 1
thx

thank you so much for this
Report comment to moderator  
Reply With Quote
Unread 11-23-14, 01:37 AM  
Rilgamon
Premium Member
 
Rilgamon's Avatar
Premium Member
AddOn Author - Click to view AddOns

Forum posts: 822
File comments: 303
Uploads: 43
['Der Postmeister'] = true, -- german
__________________
The cataclysm broke the world ... and the pandas could not fix it!
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: