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

  • Your Rating

  • Share
  • Report Abuse

Titan Arena

  Download the Curse Client

Project Updated:
Files Updated: Wed, Sep 26 2007
Category: Unit Frames
Tags:

, , and [Edit Tags]

Project Manager: Aquator
Current Version: v1.2.2 compact
Downloads Today: 4
Downloads Total: 38,903
Favorites: 215
Comments: 40
  • About Titan Arena
  •  

This AddOn is a Titan Panel Plugin.

- Colorized display: Red labels for conditions not met (Participated in less then 30% of games, Not enough matches played (10 is a minimum for reward)
- Auto-update of displayed data, when You or Your team without You completes a match.
- Calculates the Arena Points You will get for current week
  • 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 Arena v1.2.2 compact Release 2.2.0 165 9/26/2007
  Titan Arena TitanArena 1.2.1 Compact Release 2.1.2 0 6/20/2007
  • 1 page(s)
Advertisement
  • 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.
  • Ok, I like this addon so I did a few fix. Replacing this method is not needed but I like to see how much Arena points I have.

    in file TitanArena.lua

    right at the bottom, replace the TitanPanelArena_Refresh() method with this code

    -- This method refreshes the arena data
    function TitanPanelArena_Refresh()
    TITAN_ARENA_BUTTON_TEXT = "";
    local currentArenaPoints = GetArenaCurrency();
    local data = TitanPanelArena_GetTeams();
    for i = 2, 5 do
    if((i==2) or (i==3) or (i==5)) then
    if(i~=2) then TITAN_ARENA_BUTTON_TEXT = TITAN_ARENA_BUTTON_TEXT.."/"; end;
    if(data[i]) then
    TITAN_ARENA_BUTTON_TEXT = TITAN_ARENA_BUTTON_TEXT.." "..TitanUtils_GetColoredText(data[i].arenaPoints.." ", data[i].color);
    else
    TITAN_ARENA_BUTTON_TEXT = TITAN_ARENA_BUTTON_TEXT.." - ";
    end
    end
    end
    TITAN_ARENA_BUTTON_TEXT = TITAN_ARENA_BUTTON_TEXT.." ["..currentArenaPoints.."]";
    end

    and in file TitanArena.xml replace with this line

    TitanPanelButton_OnLoad(self);

    in file TitanArena.toc replace with this

    ## Interface: 30000

  • Grektar said 

    Looking for an update for WoW 3.0.2. :-)

  • Aquator said 

    I updated my addon to be more simple. No more fancy and long (and unnecessary :P ) informations will be on your Titan Panel, only the 123/456/789 style display is available.

    The coloring seems good now, however, I am still testing it.

    Martit, there is a feature to display your current+estimated arena points, not just estimated. I hope you will like it.

    The new version is marked as Beta, but it should work like charm.

  • Aquator said 

    Hey, thanks for the info! Can you post me a link to some "official" notes? I found nothing about this issue.

    When this is made clear, (and no problems found) I will make the 1.1 Compact Beta to a Relase.

  • Aquator said 

    Yes, I noticed that, but it not happens in my machine, I am investigating it.

  • Aquator said 

    The new version is released to support new calculation. Have fun!

  • This mod rocks! Thanks much to the guy who wrote it.

    FYI- If you want to use the new formula for version 2.2.0 its posted below.

    -- this function calculates the your arena points function TitanPanelArena_GetEstimatedArenaPoints(rating, team) local points; if rating