• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

Titan Panel [Mail]

 

Project Updated:
Files Updated: Wed, Sep 30 2009
Supports Game Version: 3.2.0
Category: Mail, and Action Bars
Tags:

, , , , , and [Edit Tags]

Project Manager: mikhailo
Additional Authors: No additional authors
Current Version: 3.03
License: GNU General Public License version 2 (GPLv2)
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 151
Downloads Total: 63,605
Favorites: 227
Comments: 9
  • About Titan Panel [Mail]
  •  

Simple mod, adds 'New Mail' to your bar if you have mail. It will also show outbid, auction sold, and auction won alerts in the tooltip.

  • Downloads (2)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  Titan Panel [Mail] 3.03 Beta 3.2.0 5,672 9/30/2009
  Titan Panel [Mail] 3.02 Beta 3.0.2 43,808 10/25/2008
  • 1 page(s)
  • Screenshots (1)
  •  
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • yunohu said 

    Why not just get the total number of items from the mailbox?
    http://www.wowwiki.com/API_GetInboxNumItems

    Reply Report Permalink
  • mikhailo said 

    good link, but after corrections from link the game freez and notning make.
    for quit out of game only ALT+F4 help.

    thx for link

    Reply Report Permalink
  • Xaximus said 

    I've been trying to fix the incorrect reporting of the number of new mail items for the past 1-2 hours without any luck; I'm not much of a programmer. Has anyone figured out a fix?

    Reply Report Permalink
  • i realy want a addon for gold one that would have a upload for blizz to read where it all came from so thay could not tell the diffrntce if where it came from and i would not get kick off..

    Reply Report Permalink
  • mrboring said 

    Is there any idea when a new version will be released? Love this addon.

    Reply Report Permalink
  • I posted this on another site before I thought about looking here, so I'll repost it here just in case this helps anyone:

    I'm a lil new to this lua scripting, so there may be a quicker/better fix. But...here's what I did to fix that error on line 284.

    In the TitanMail.lua file, near line 284, you'll see two lines:
    local new = TitanGetVar(TITAN_MAIL_ID, "new") + 1;
    local total = TitanGetVar(TITAN_MAIL_ID, "total") + 1;

    I replaced those two lines with:
    local new = 0;
    if( TitanGetVar(TITAN_MAIL_ID, "new") ~= nil ) then
    new = TitanGetVar(TITAN_MAIL_ID, "new") + 1;
    end

    local total = 0;
    if( TitanGetVar(TITAN_MAIL_ID, "total") ~= nil ) then
    total = TitanGetVar(TITAN_MAIL_ID, "total") + 1;
    end

    Reply Report Permalink
  • mikhailo said 

    thanks for help.
    i'm enter this correction in next version and upload tomorrow.

    Reply Report Permalink
  • sp1d3y said 

    Date: 2009-06-11 16:37:28
    ID: 1
    Error occured in: Global
    Count: 4
    Message: ..\AddOns\TitanMail\TitanMail.lua line 284:
    attempt to perform arithmetic on a nil value
    Debug:
    [C]: ?
    TitanMail\TitanMail.lua:284: TitanMail_IncNew()
    TitanMail\TitanMail.lua:253: TitanPanelMailButton_OnEvent()
    [string "*:OnEvent"]:1:
    [string "*:OnEvent"]:1
    AddOns:

    Reply Report Permalink
  • mikhailo said 

    im freezed project, because i dont enought time for code rewriting
    a lot work at last time.
    who like help for me? always welcome :))

    Reply Report Permalink
  • KanadiaN said 

    I will help I have gotten it working with the current version of the wow client. I am currently looking at what the issue is with the mail count. I don't mind helping but I also have my own Panel addon

    Reply Report Permalink
  • efee said 

    I tried this as i thought it looked good all it says is you have so many mails no discription or anything else.

    Reply Report Permalink
  • Jalona said 

    Is the double-mail bug ever going to be fixed?

    Think this has been an ongoing problem for over a year now. And more recently, it not only tells me in the bar i have 2 messages when its only 1 AH message, when I open my mailbox, it seems to multiply in my chat. I had 26 mail messages in my mailbox yesterday, and when I opened the mailbox, it spammed my chat with approx 360 messages. Each saying 1/2, 3/4, 4/5 etc.

    Reply Report Permalink
  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 4,867 Auctioneer Auction & Economy, Mail, and...
  2. 3,427 Bartender4 Action Bars
  3. 3,254 Postal Mail
  4. 3,161 Dominos Action Bars
  5. 1,788 ButtonFacade Action Bars