JebusMail
Easily mail friends, guild members, alts and others.
Features:
- Remembers last recipient and fills it in each time
- Adds a drop-down menu to the recipient box. This drops down 4 categories: Alts, Friends, Guild, Other
- Log in as each alt to get it listed in the Alts list
- Delivery notification (sound optional) for items sent to non-alts
- Right-click on a message in the summary window to collect items and money (one at a time)
- Displays total money received once the mailbox window is closed
- Options are found in the new 2.4 Interface Options - AddOns window
So is it being looked into to resolve the issue about not being able to send cross realm?
I too have had to disable Jebus to send items cross realm. Otherwise, you press teh send button, it goes grey, and the item just sits there.
ohh also I get no errors it just dost not send cross server it will send to your current server though.
any one haveing issues with legion prepatch? i cant get my addon to work,
@dreamtgm
Alts are detected automatically once you log in as them. Both Horde and Alliance are detected and put in their respective lists. Pandaren alts who haven't chosen a side aren't recorded until they have chosen a side (then they must log out and log back in to be recorded).
Alts on different accounts aren't listed, the database is account based, I would suggest friending alts on different accounts.
Which language is your client running? I'll review the code and make sure alts are getting picked out properly.
How does JebusMail detect alts? Do you just have to log into each character within a single account? Does it support more than one account, treating all characters as alts? Does it treat both Alliance and Horde characters as alts, or only those of the same faction?
I'm using version v5.4b, and logged into each of my characters on two separate accounts, but none of them are showing up as alts. Alts is remaining greyed out in the drop down menu. I even accessed the mailbox on each character in case that was a trigger, and I've logged out and back into each account with no luck.
Is there an option or command I have to use to let JebusMail know a character is an alt?
Message: ...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:20: Cannot find a library instance of "AceGUI-3.0".
Time: 07/02/13 18:51:52
Count: 1
Stack: [C]: in function `error'
Interface\AddOns\JebusMail\Libs\LibStub\LibStub.lua:38: in function `LibStub'
...nfig-3.0\AceConfigDialog-3.0\AceConfigDialog-3.0.lua:20: in main chunk
Locals: (*temporary) = "Cannot find a library instance of "AceGUI-3.0"."
sent 1 item it printed it 3 times
i think its showing in the chat window if i send a mail it prints it twice
Could we see class color and level of guild member in mail list?
I fixed it by deleting from the savedvariables file.
Appears this will happen once per server per faction that I have characters on.
Message: Interface\AddOns\JebusMail\localization.lua:55: attempt to index local 'L' (a nil value)
Time: 10/31/10 20:49:55
Count: 1
Stack: Interface\AddOns\JebusMail\localization.lua:55: in main chunk
Locals: L =
}
L = nil
(*temporary) =
apps =
}
GetLocale = <function> defined @Interface\AddOns\Ace3\AceLocale-3.0\AceLocale-3.0.lua:131
NewLocale = <function> defined @Interface\AddOns\Ace3\AceLocale-3.0\AceLocale-3.0.lua:93
appnames =
}
}
(*temporary) = "JebusMail"
(*temporary) = "frFR"
(*temporary) = nil
(*temporary) = nil
(*temporary) = "enUS"
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = nil
(*temporary) = "attempt to index local 'L' (a nil value)"
1.The file encoding "localization.lua" is now correct. But the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU")" is not loaded. If to arrange the data in such order "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "enUS", true), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "frFR"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "deDE") ... " the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU")" is loaded.
If the data is located in such order that "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "enUS", true), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "frFR"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "deDE"), local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU") ... " the data "local L = LibStub("AceLocale-3.0"):NewLocale("JebusMail", "ruRU")" not loaded.
2. Parameter is "true" only for "enUS", for other languages do not need it.