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

  • Your Rating

  • Share
  • Report Abuse

oRA3

 
Project Updated:
Files Updated: Fri, Dec 11 2009
Supports Game Version: 3.3.0
Category: Miscellaneous
Tags:

, and [Edit Tags]

Project Manager: Ammo
Additional Authors: Rabbit
Current Version: r289
License: All Rights Reserved
Development Site: WowAce.com
Avg Daily DL (last 30 days): 124
Downloads Total: 84,685
Favorites: 153
Comments: 41
  • About oRA3
  •  

The next oRA

oRA3 will feature the following:

  • Durability, Resistance, Zone, Version Checks. Available for everyone, and automatically filled, no need to run manual checks.
  • Cooldown monitor for just about every spell with a longer cooldown.
  • Invites based on guild rank, zone, keyword, and guildonly keyword
  • Blizzard Maintank based maintank lists with custom sorting
  • Promoting to raid assistant based on guild rank, a list of names or just everyone
  • Intelligent readycheck window that will display a divider bar between groups 2 and 3 or 5 and 6 based on raid target settings
  • Loot settings based on party or raid
  • Works in party for readychecks, checks and cooldowns

oRA3 is not compatible with oRA2, and never will be.

See the bottom of this page for MT API example

Below you can find some screenshots showing the oRA3 GUI.

The GUI for oRA3 is attached to the RaidFrame, clicking the visible part of the GUI will slide it out and exposes oRA3's features.
http://connected.dnd.utwente.nl/~wouter/ora3/1.jpg

Opened GUI, showing the various builtin checks
http://connected.dnd.utwente.nl/~wouter/ora3/2.jpg

Another tab selected:
http://connected.dnd.utwente.nl/~wouter/ora3/3.jpg

Unlocked cooldown monitor, rightclicked for options
http://connected.dnd.utwente.nl/~wouter/ora3/4.jpg

Testbars spawned
http://connected.dnd.utwente.nl/~wouter/ora3/5.jpg

MT Api example

Warning: does no combat checking, so will break when called in combat!

if oRA3 then
	oUF:SetActiveStyle("Ammo_Tiny")
	local maintanks = oUF:Spawn("header", "oUF_oRAMainTanks")
	maintanks:SetPoint("BOTTOMLEFT",UIParent, "CENTER", 450, 0)
	maintanks:SetManyAttributes(
		"yOffset", 2.9,
		"nameList", table.concat(oRA3:GetSortedTanks(), ","),
		"template", "oUF_AmmoMainTank",
		"showRaid", true,
		"initial-unitWatch", true,
		"point", "BOTTOM",
		"sortDir", "DESC"
	)
	local tankhandler = {}
	function tankhandler:OnTanksUpdated(event, tanks) 
		maintanks:SetAttribute("nameList", table.concat(tanks, ","))
	end
	oRA3.RegisterCallback(tankhandler, "OnTanksUpdated")
	maintanks:Show()
end


  • Downloads (5)
  •  
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  
  oRA3 r289 Release 3.3.0 17,439 12/11/2009
  oRA3 r261-release Release 3.2.0 28,494 9/6/2009
  oRA3 r258-beta Beta 3.2.0 1,938 9/4/2009
  oRA3 r252-beta Beta 3.2.0 3,143 8/27/2009
  oRA3 r247-beta Beta 3.2.0 1,286 8/25/2009
  • 1 page(s)
  • 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.
  • Drifter0 said

    I've been using this for a while now and I like it, but I have noticed an error/bug. It will always show Ice Block having a 5 minute cooldown even if you spec into it. I managed to fix it without too much trouble with the below code. Add this right under the part about invisibility

    _, _, _, _, rank = GetTalentInfo(3, 3)
    addMod(45438, rank * 20)

    Only thing is if you have less than 3/3 points into Icy Floes the timer will be off by 1-2 seconds depending on if you have 1-2 points into it.

    Reply Report Permalink
  • First I love this addon. I have the latest installed. Been using ora3 for about 3 weeks. But this last it disappeared and is not there when I open my raid tab. I've tried using commands to show it again but nothing seems to work. How can I get it back and sorry for wasting your time on what must be something obvious I'm missing :(

    Reply Report Permalink
  • Epophis said

    MaximusRex is right on. Learn 2 Unit Frame folks.

    I'm enjoying oRA3 allot better than 2. The only complaint I have has to do with the interface.

    Using the Zone Check list in oRA3 is cumbersome, as it takes up a much larger amount of screen real estate. Keeping the window open, and trying to target raid members, and click the summon stone is an annoying task now in oRA3.

    I'd love to be able to detach the oRA3 interface from the Raid window. Or maybe have the option to bloom a separate Zone Check list by itself.



    Reply Report Permalink
  • jeaz said

    I fully agree about the tank frames. There are plenty of addons that do just that and do it alot better than oRA2 ever did, so oRA3 should focus on what does addons don't do and add something unique.

    Reply Report Permalink
  • Slowone said

    Re: MaximusRex comments
    Friday, December 11, 2009 1:00:19 PM (3 weeks ago)

    It hooks into other unit frame tank frames, including Blizzards. If you set someone as a tank in the oRA3 tank list, then click the shield icon, it promotes them to tank in the Blizzard defualt UI as well, and can be drug out. Alternatively, any UI replacement that recognizes the Blizzard tank UI should show tank unit frames.

    I can certainly see why the author wouldn't want make unit frames himself when there are already a plethora of unit frame addons.

    I suggest people QQing about the lack of tank unit frames actually learn how their unit frames work, or QQ to the author of their unit frames for not supporting tank unit frames. But to not use this because it "does't have tank unit frames" shows basic ignorance of how unit frames work since it ties into the existing unit frame framework.


    ***** I can understand why you are offended by people’s comments berating your add-on for not having "MT Boxes", but please don't take them personally. Allot of them are kids that are just lazy or just want to bad mouth someone’s efforts, because they don't have the skills, knowledge or don't want to take the time learn how to do such things. I personally just don't have the computer skills or knowledge to write programs and due to a stoke I had, or I would attempt to write a "MT Boxes unitframes" to hook into Ora3 to be used to replace the Blizzard default "MT Boxes".

    I also would gladly donate money to you for your time and effort in writing this add-on if you could possibly add a "MT Box" unitframes upgrade to the add-on.

    Reference asking us to ask the authors of the people writing the unitframes add-on and asking for "Mt Boxes" in their add-on I have done just that, but haven't got any replies from the author about that possibility yet. I personally like Xperl and not really interested in changing to another one for MT boxes.

    Thanks for your time and effort in developing this addon.



    Reply Report Permalink
  • Mkdw said

    I think I will also wait to see what happens with these tank frames before I replace oRA2 -- they are very fundamental in why I have oRA2.

    Reply Report Permalink
  • stassart said

    My raid leader had us try ORA3 today because he liked the better interface, but no tank boxes... looks like we are switching back. If you don't want to build it in, maybe having a separate ORA3_tankboxes addon that provides the functionality.

    Reply Report Permalink
  • The_Neon said

    oRA3 will feature the following:
    Blizzard Maintank based maintank lists with custom sorting

    sry but there is no sorting. blizz MT "Frame" is going to sort the MT's by it self. X-Pearl MT-Frame don't recognize it, when u set the MT's by ora3. ok maybe i have wrong settings.....
    any idea about this?

    Reply Report Permalink
  • Speciality said

    I agree with the fact that there are enough other MT tank frames out there.
    However we have several obligatory addons to be installed by our guildmembers of which one is ORA2, ORA2 had build in check to see if they have obligatory functionalty. If we would ask our guildmembers to install another tank frame addon, we have to ask everybody to install yet another obligatory addon, I can not check anymore if they have it, the way they were used to use the easy and simple tank frames is gone forever. So until now I am also reluctant to make the switch to ORA3.

    Reply Report Permalink
  • RavenPrime said

    Great addon for a raid leader. I don't care about tank windows myself as they are built into Xperl. Would be nice if the xperl tank windows would sort according to ora3 but basically they sort from first to last as I set them. In the end though, the order doesn't really matter.

    Reply Report Permalink
  • knowntobe said

    I was about to replace oRA2 with this new one but after seeing the tank window comments, I'll wait to see if they get added. If they dont, will go back to CTs version. Hope they do though :)

    Reply Report Permalink
  • ROMAD27 said

    Removed after I figured out it didn't have tank frames. While I do appreciate the work addon authors do, I have to echo others in that this addon is completely worthless without the tank frames. Please don't ever stop developing oRA2.

    The key features oRA3 has are nothing more than frills, that, while nice to have, take a distant second to functionality like tank frames.

    Reply Report Permalink
  • MaximusRex said

    It hooks into other unit frame tank frames, including Blizzards. If you set someone as a tank in the oRA3 tank list, then click the shield icon, it promotes them to tank in the Blizzard defualt UI as well, and can be drug out. Alternatively, any UI replacement that recognizes the Blizzard tank UI should show tank unit frames.

    I can certainly see why the author wouldn't want make unit frames himself when there are already a plethora of unit frame addons.

    I suggest people QQing about the lack of tank unit frames actually learn how their unit frames work, or QQ to the author of their unit frames for not supporting tank unit frames. But to not use this because it "does't have tank unit frames" shows basic ignorance of how unit frames work since it ties into the existing unit frame framework.

    Reply Report Permalink
  • Slowone said

    I can understand why you are offended by people’s comments berating your add-on for not having "MT Boxes", but please don't take them personally. Allot of them are kids that are just lazy or just want to bad mouth someone’s efforts, because they don't have the skills, knowledge or don't want to take the time learn how to do such things. I personally just don't have the computer skills or knowledge to write programs and due to a stoke I had, or I would attempt to write a "MT Boxes unitframes" to hook into Ora3 to be used to replace the Blizzard default "MT Boxes".

    I also would gladly donate money to you for your time and effort in writing this add-on if you could possibly add a "MT Box" unitframes upgrade to the add-on.

    Reference asking us to ask the authors of the people writing the unitframes add-on and asking for "Mt Boxes" in their add-on I have done just that, but haven't got any replies from the author about that possibility yet. I personally like Xperl and not really interested in changing to another one for MT boxes.

    Thanks for your time and effort in developing this addon.

    Reply Report Permalink
  • Mkdw said

    I suggest you take the comments that people who use your mod are unhappy about and make your mod better than using the worthless Blizzard UI.

    QQ yourself when no one uses your mod because you're lazy.

    Reply Report Permalink
  • jeaz said

    Ehm, he's not the author of this mod.

    Reply Report Permalink
  • Malvenue said

    I don't use anything else that sets MT windows and don't want to manually pull out Blizzard UI frames. I'll just stick with Ora2 and frankly I don't give a crap if you think I'm "qq'ing" or "ignorant".

    Reply Report Permalink
  • jackprince said

    The Problem for me is that ORA2 offered this great feature.

    Before the raid I'll just made my setup.
    Defined Tanks, and all the rest.

    Within the raid I easily could see, which mob everyone is
    targeting and which target the mob has.

    Unfortunately there is no plugin for Grid which I use as a
    very small and compact raid frame.

    I'm not really familiar with the idea of installing another
    unitframe addon just to get these features again but not
    needing any of the other features.

    Reply Report Permalink
  • XeonBlue said

    I prefer my tank frames provided by Pitbull4, allows me to make my UI a bit more unified. The tank frames from oRA2 were something of a mark against them.

    If you can't figure out your tank frames, sorry.

    Reply Report Permalink
  • I prefer the one provided by pitbull too but some of my guild mates don't use the classic UI and complain about that. As Raid Leader I love oRA3 for its timers. Tank frames would be a good compromise to keep them happy and still willing to use it :)

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 681 Skinner Miscellaneous
  2. 522 FuBar 3.6 Miscellaneous
  3. 359 Talented Miscellaneous
  4. 242 Fishing Buddy -- Tracking Miscellaneous
  5. 222 MoveAnything Miscellaneous