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

  • Your Rating

  • Share
  • Report Abuse

Arena Unit Frames

 
Project Updated:
Files Updated: Tue, Dec 15 2009
Supports Game Version: 3.3.0
Category: Arena, PvP, and Unit Frames
Tags:

, , , , and [Edit Tags]

Project Manager: Torrid
Additional Authors: No additional authors
Current Version: Arena Unit Frames 3.02
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 89
Downloads Total: 224,587
Favorites: 162
Comments: 54
  • About Arena Unit Frames
  •  

Unit frames for your arena opponents, plus more.

Frames can display the following, each of which can be toggled on or off:

  • Debuffs and buffs
  • Unit target
  • Party target indicators
  • Cast bars
  • Target distance indicator
  • Trinket cooldown status indicator
  • Diminishing returns indicator

Additional functionality include an elaborate alert system, completely customizable button click functionality, and buff/debuff filters.

Alerts can display a message on screen in large letters and/or play a sound when specific events occur. Custom sound files can be placed in the addon's Custom folder to play any sound of your choosing. Some alerts have a speech option which will play pre-recorded voices instead of a sound effect, which will state the unit class and CC spell cast rather than a blanket sound effect for every class/spell. Alerts can also be configured to ignore specified classes/spells so they trigger only when you wish them to.

  • Downloads (7)
  •  
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  
  Arena Unit Frames 3.02 Release 3.3.0 5,043 12/15/2009
  Arena Unit Frames 3.01 Release 3.3.0 2,161 12/9/2009
  Arena Unit Frames 3 Release 3.2.0 10,781 8/24/2009
  Arena Unit Frames 2.3 Beta 3.0.2 5,930 10/22/2008
  Arena Unit Frames 2.2 Release 2.4.0 22,502 5/15/2008
  • Screenshots (3)
  •  
  • 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.
  • I'm wondering... do the opponents show in a deterministic order? If I fight priest rogue (2s), will the priest always be at the top?

    This would help me greatly in writing focus swapping macros. Google isn't helpin'. :)

    Thanks.

    Reply Report Permalink
  • Torrid said

    Blizzard's code determines which units are which. (unit IDs "arena1", "arena2", etc)

    Reply Report Permalink
  • Partha1 said

    I have been getting this error in the FrameXML.log:

    12/31 04:44:08.951 Loading add-on ArenaUnitFrames
    12/31 04:44:08.951 ** Loading table of contents Interface\AddOns\ArenaUnitFrames\ArenaUnitFrames.toc
    12/31 04:44:08.951 ++ Loading file Interface\AddOns\ArenaUnitFrames\ArenaUnitFrames.xml
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)
    12/31 04:44:08.951 Invalid anchor point in frame: (null)

    I also would like to request some options to customize the frames more, like background colors, and also add the alpha option to the color pickers. I changed the colors manually to make the frames look less hideous, that purple tootip color is terrible. Other than that, great addon, please keep working on it.

    Reply Report Permalink
  • Torrid said

    The FrameXML error is harmless. Many working addons have similar errors. I've known about it for some time and looked for a cause but couldn't find one.

    The default tooltip color is actually black with a pinch of blue. (9% red, 9% green, 19% blue) If it looks purple to you, then another addon might be changing it. But yeah, I can certainly add an option to customize that without much trouble.

    Reply Report Permalink
  • Partha1 said

    I found the errors in the xml file.
    <Anchor setAllPoints="true"/> is invalid, you can use that for frames, but not anchors. You would have to set it as <Anchor point="LEFT"/> or CENTER or something like that. There are 3 of these at lines 462, 472, and 504. The one at 472 is commented out, so if you were having problems with it, that might be the reason.

    As for the color, I look forward to the options to customize it. Thanks.

    Reply Report Permalink
  • Torrid said

    Thanks. Admittedly I didn't look very hard for that error. That XML is 3 years old and probably copied from an even older project. Probably from a time I didn't know exactly what I was doing.

    I didn't have any problems with the anchors actually. For whatever reason all three worked without seemingly being anchored at all, which is why they were missed.

    Reply Report Permalink
  • Healya said

    Hi I've been trying to get this awesome addon to show the health of my opponents continiuously in the green bar. Not just when I hover over it. This is the only thing that I miss in this addon compared to other simular addons. Did I miss a setting or can't AuF display this? Thanks for an awesome addon.

    Reply Report Permalink
  • Torrid said

    I'll add it to the to-do list.

    Reply Report Permalink
  • Healya said

    Awesome thanks a lot =)

    Reply Report Permalink
  • Noximus said

    Here are two errors I am getting. I think its when i use Strangulate on my DK;

    [2009/10/16 11:47:14-51-x42]: ArenaUnitFrames-3.0\Alerts.lua:401: attempt to index field 'gainedBuff' (a nil value)
    ArenaUnitFrames-3.0\Alerts.lua:877: in function `Alert'
    ArenaUnitFrames-3.0\Alerts.lua:854: in function `CombatAlert'
    ArenaUnitFrames-3.0\ArenaUnitFrames.lua:387: in function <Interface\AddOns\ArenaUnitFrames\ArenaUnitFrames.lua:346>



    [2009/10/16 11:48:13-51-x18]: ArenaUnitFrames-3.0\Alerts.lua:368: attempt to index field 'gainedBuff' (a nil value)
    ArenaUnitFrames-3.0\Alerts.lua:877: in function `Alert'
    ArenaUnitFrames-3.0\Alerts.lua:854: in function `CombatAlert'
    ArenaUnitFrames-3.0\ArenaUnitFrames.lua:366: in function <Interface\AddOns\ArenaUnitFrames\ArenaUnitFrames.lua:346>

    Reply Report Permalink
  • Torrid said

    Thanks. Those were easily fixed copy and paste errors on my part.

    Not sure when I'll post an update, as I have a possible fix to the pet frame issues as well but that sort of change requires significant testing and I'm not really playing anymore beyond intentionally losing 10 games a week.

    In the meantime I'll happily fix any more errors people bring to my attention.

    Reply Report Permalink
  • cerfirm said

    Hi,

    Am I correct that those if statements aren't needed? Or is there something
    in the savedvariables that can hinder the return from working?
    I commented out the offending statement but I cannot test until the weekend :)

    Reply Report Permalink
  • Torrid said

    The if statements are needed in the event the alert is toggled on but has no excludes set. The bug was that I had copied and pasted the code from other alerts but neglected to change the alert name in quotes, i.e.

    if ( config["Alerts"]["hostileSilences"]["excludes"] and config["Alerts"]["hostileSilences"]["excludes"][spell] ) then
    if ( config["Alerts"]["friendlySilences"]["excludes"] and config["Alerts"]["friendlySilences"]["excludes"][spell] ) then

    Reply Report Permalink
  • cerfirm said

    hmm that was my first thought but I didn't have those keys in my config file. Suppose they appear if i toggle some options in the config :)

    thanks for solving that!

    Reply Report Permalink
  • Oneforone said

    Hello, Not sure who updates this addon anymore.. But lastnight after downloading this add-on, my wow account was hacked.. This is the only add-on i have downloaded in the last 8 monthes, i just started playing wow again 3 weeks ago. I do not go to any sites, i do not even log into the wow forums.. Word of warning to those who download this in the future, make sure you scan this before using.. A friend contacted a gm ingame, whoever did this got me banned, and deleted some of my charecters. Goodluck to the other 104 people that also downloaded this addon.

    Reply Report Permalink
  • Torrid said

    I would delete this if I didn't want to respond to Noximus. I feel for the computer illiterate who get their accounts stolen, but I'm getting tired of people accusing me of being the criminal. Needless to say this addon was not responsible. I suggest you learn some basic computer maintenance and security procedures before you go around accusing people of criminality based on faulty logic.

    Reply Report Permalink
  • Oneforone said

    Computer illiterate? ive played games for around 6 years now, and have never been hacked, i am using Firefox w/ NoScript addon. I have kaspersky antivirus.. This add-on is the only thing i have downloaded in the last 8 monthes. I do not go to world of warcraft sites.. Not even the forums.

    So unless someone randomly guessed my login AND password im still going to assume it was this add-on/.rar file..

    I did not have an authenticator, assumed i was safe since i do not go to wow related sites at all.. i did however order one, so in 3 weeks when i do get my stuff back i can be 100% safe..

    Reply Report Permalink
  • Torrid said

    Well, for one thing, you are assuming that only world of warcraft sites would try to hack you.

    Secondly, noscript is not a silver bullet. You also have to keep your browser patched, and keeping your flash plugin current is very important. Some sites you may think are safe (such as wowhead) might load script from advertisers that is not, so you can't allow all scripts on otherwise legit sites.

    You also need to patch your OS of course. It's possible to get hacked without going to ANY sites what so ever if your OS isn't current.

    If you were computer literate, you would take one look inside the zip (not rar) file, see nothing but lua, xml, and a toc file, and know that it is impossible for this addon to ever see your password because all these files are are text files run inside blizzard's sandbox. And Blizzard certainly isn't stupid enough to allow custom in-game scripts to ever see your password let alone effect anything outside the game client.

    Reply Report Permalink
  • Noximus said

    Its not the addon Oneforone. The addon is clean and much better than Gladius, its just buggy with silence effects on my DK (strangulate) and throws lots of LUA errors. Also there are pet errors. You have gone onto a site that has got a keylogger in it no doubt. If you're not using Firefox + NoScript + AdblockPlus or a Blizz Authenticator in addition to your computers antivirus software sooner or later you're going to get screwed over.

    Reply Report Permalink
  • Torrid said

    If you guys get errors, by all means let me know about them. I'm not getting bug reports and I'm not able to play games myself anymore so your feedback will be appreciated. You can just hit printscreen before closing error windows and either send me the screenshot or reply here with the error and line number. (my email is torrid (at) torridreflections.com)

    Reply Report Permalink
  • Addon Packs Containing Arena Unit Frames
  • Similar Addons
  •  

Average downloads per day

  1. 17,127 Atlasloot Enhanced Arena, Arena, Map & Minimap...
  2. 17,127 Atlasloot Enhanced Arena, Arena, Map & Minimap...
  3. 11,397 HealBot Continued Unit Frames, Buffs & Debuffs...
  4. 2,796 MikScrollingBattleText Combat, and PvP
  5. 2,530 X-Perl UnitFrames Raid Frames, and Unit Frames