I have a suggestion, It would be nice if you could make it so that the player's names in Contacts List could be colored based on their class. Reason being that in my guild and between my friends, A lot of them have like two or three names that they alter with the "special characters". Like in example, Bob, Bôb, Bøb and one is a warrior, one is a pally, and one a paladin.
sct-6.2\sct.lua:581: bad argument #3 to 'string_format' (string expected, got nil)
sct-6.2\sct.lua:581: in function `?'
CallbackHandler-1.0-6:147: in function <...ack\Libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147>
<string>:"safecall Dispatcher[14]":4: in function <[string "safecall Dispatcher[14]"]:4>
<in C code>: ?
<string>:"safecall Dispatcher[14]":13: in function `?'
CallbackHandler-1.0-6:92: in function `Fire'
AceEvent-3.0-3 (Postal):120: in function <...ace\AddOns\Postal\Libs\AceEvent-3.0\AceEvent-3.0.lua:119>
Don't know why but it mentions POSTAL at the end, so I posted it here, despite I'm guessing this is a SCT related issue...
Don't know why it mentions sct-6.2, I'm using latest 6.51 package.
Thanks for your addon (and sorry for my bad english).
I have just a little bug when I want to chose an addressee : the friend list appear even if my character has no friend (my second bank for example).
Postal-3.4.4\Modules\BlackBook.lua:471: attempt to compare number with nil
Interface\FrameXML\UIDropDownMenu.lua:69: in function `UIDropDownMenu_Initialize':
Interface\FrameXML\UIDropDownMenu.lua:790: in function `ToggleDropDownMenu':
<string>:"*:OnEnter":5: in function <[string "*:OnEnter"]:1>
Regarding the limitation to 10 textures in tooltips; rewrite your "function Postal_Express:InboxFrameItem_OnEnter(this, motion)" in Express.lua to the following and everything will work.
function Postal_Express:InboxFrameItem_OnEnter(this, motion)
self.hooks["InboxFrameItem_OnEnter"](this, motion)
local tooltip = GameTooltip
local money, COD, _, hasItem, _, wasReturned, _, canReply = select(5, GetInboxHeaderInfo(this.index))
if Postal.db.profile.Express.MultiItemTooltip and hasItem and hasItem > 1 then
for i = 1, ATTACHMENTS_MAX_RECEIVE do
local name, itemTexture, count, quality, canUse = GetInboxItem(this.index, i);
if name then
local itemLink = GetInboxItemLink(this.index, i);
if count > 1 then
-- tooltip:AddDoubleLine("|T"..itemTexture..":0|t " .. ("%sx%d"):format(itemLink, count), count)
tooltip:AddLine("|T"..itemTexture..":0|t " .. ("%sx%d"):format(itemLink, count))
else
tooltip:AddLine("|T"..itemTexture..":0|t " .. ("%sx%d"):format(itemLink, count))
end
end
end
end
if (money > 0 or hasItem) and (not COD or COD == 0) then
tooltip:AddLine(L["|cffeda55fShift-Click|r to take the contents."])
end
if not wasReturned and canReply then
tooltip:AddLine(L["|cffeda55fCtrl-Click|r to return it to sender."])
end
tooltip:Show()
end
You probably want to check AddDoubleLine out; because this creates better readable numbers, because there are TABs between the item and the count.
See post #412 of this thread and its next few replies (yes its about 3 years old) regarding the implementation of embedding icon textures into the tooltip. There are word wrap and display issues with people using different UIScale settings.
Hi, I don't know if anyone else has suggested this (70 pages is a bit much to read through just to assure deduplication).
It would be nice if there were a context option when clicking an item in the mailbox to also take all other instances of the same itemID.
Echoing part of the sentiment above (regarding 70 pages), but I'm wondering if there's a way to remove specific alts from Postal's Blackbook. I recently race-changed two characters and deleted a third, but their names still show up in Postal.
Echoing part of the sentiment above (regarding 70 pages), but I'm wondering if there's a way to remove specific alts from Postal's Blackbook. I recently race-changed two characters and deleted a third, but their names still show up in Postal.
There is a "Delete" submenu 0.5cm away from the list of names of all the alts.
I would like to be able to link a recipe/pattern/etc. for a profession (alchemy, JC, etc.) into an email.
Scenarios:
* I need to make a <thing>, so I link (paste contents of) a recipe/etc. into an email that I send to my bankertoon.
* Guildy asks me to make a potion and will provide whatever mats - I send an email containing the mats which were linked from the recipe, Guildy replies with the mats attached.
I don't know that this is a task for "Postal" or for the UI itself, but it would sure be handy. Also be handy to link into chat, but that is out of scope here.
I tried the search feature but did not see how to limit the search to this thread, so sorry if I am repeating another suggestion.
There are suggestions of bulk delivery - is there one for sending an email to all of the members of your guild? Lots of people don't bother with the GMOTD or the calendar.
Additionally, you might want to restrict the distribution by criteria:
* Only Level X - Y: Daily raid, PvP events, etc.
* By class ("need help gearing up a pally")
* By race ("naked gnome race this weekend")
* By prof ("need stuff DE'd")
* By guild rank ("'raiders', 'officer', etc.)
Naturally, this could get to be quite annoying, particularly in a large "enthusiastic" guild
1. You don't need to link mats into a mail. You can ask your guildie to look at the Guild panel, change the dropdown to "Professions" and he can view the professions tab of any person in your guild, what they can craft, and the mats of every recipe. You can also see a "guild crafting" version of every guild member combined into one, and check who can craft a certain recipe.
2. Bulk mailing features will not be supported because I do not believe in encouraging spam, or for bots/hackers to utilize in spamming mail. You can try out the MassMailer addon
for this purpose. From what I know though, Mass-mailing features are actively prevented by Blizzard, and most mass mailing addons are more or less dead or require 1 click per mail at the least.
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Don't know why but it mentions POSTAL at the end, so I posted it here, despite I'm guessing this is a SCT related issue...
Don't know why it mentions sct-6.2, I'm using latest 6.51 package.
I have just a little bug when I want to chose an addressee : the friend list appear even if my character has no friend (my second bank for example).
You probably want to check AddDoubleLine out; because this creates better readable numbers, because there are TABs between the item and the count.
greetings
Ultimately, the change was reverted.
It would be nice if there were a context option when clicking an item in the mailbox to also take all other instances of the same itemID.
There is a "Delete" submenu 0.5cm away from the list of names of all the alts.
Scenarios:
* I need to make a <thing>, so I link (paste contents of) a recipe/etc. into an email that I send to my bankertoon.
* Guildy asks me to make a potion and will provide whatever mats - I send an email containing the mats which were linked from the recipe, Guildy replies with the mats attached.
I don't know that this is a task for "Postal" or for the UI itself, but it would sure be handy. Also be handy to link into chat, but that is out of scope here.
There are suggestions of bulk delivery - is there one for sending an email to all of the members of your guild? Lots of people don't bother with the GMOTD or the calendar.
Additionally, you might want to restrict the distribution by criteria:
* Only Level X - Y: Daily raid, PvP events, etc.
* By class ("need help gearing up a pally")
* By race ("naked gnome race this weekend")
* By prof ("need stuff DE'd")
* By guild rank ("'raiders', 'officer', etc.)
Naturally, this could get to be quite annoying, particularly in a large "enthusiastic" guild
2. Bulk mailing features will not be supported because I do not believe in encouraging spam, or for bots/hackers to utilize in spamming mail. You can try out the MassMailer addon
http://www.wowace.com/addons/massmailer/
http://wow.curse.com/downloads/wow-addons/details/massmailer.aspx
http://www.wowinterface.com/downloads/info16547-MassMailer.html
for this purpose. From what I know though, Mass-mailing features are actively prevented by Blizzard, and most mass mailing addons are more or less dead or require 1 click per mail at the least.