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.

Opened GUI, showing the various builtin checks

Another tab selected:

Unlocked cooldown monitor, rightclicked for options

Testbars spawned

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
- 6 comments
- 6 comments
Facts
- Date created
- 19 Oct 2008
- Category
- Last update
- 03 Nov 2009
- Development stage
- Release
- Language
- enUS
- License
- All Rights Reserved
- Curse link
- oRA3
- Reverse relationships
- 1
- Recent files
Relationships
- Embedded library
- Ace3
- LibCandyBar-3.0
- LibResComm-1.0
- LibSharedMedia-3.0
- LibStub
- #6
Misslady Wed, 28 Oct 2009 03:35:43Any idea why it won't work for me? It shows it as loaded when I get to Character screen on wow and is selected for my character. But it is not showing up during raid or on the addon checker that Blizz has in game. Any help?
- #5
mojosdojo Mon, 12 Oct 2009 12:23:00No, oRA3 is feature complete. There won't be anything like inventory checks. But again, there are several other mods which do exactly what you want.
- #4
Drolleke400 Tue, 06 Oct 2009 15:31:20Are there any plans to include a potion/reagent/item check in oRA3?
- #3
FireAllianceNX Wed, 23 Sep 2009 16:57:13I was hoping you wouldn't say that. :/ I only need to know if someone is being rezzed or who's rezzing who and who's been rezzed. And SmartRes2 isn't ready yet. oh well xD
- #2
mojosdojo Wed, 23 Sep 2009 11:48:40There is no frontend. Use something like HealInc or SmartRes. But oRA3 provides a libary for ressing, so you get every resurrection (as long as all members have oRA3/LibResComm installed).
- #1
FireAllianceNX Tue, 22 Sep 2009 15:57:19Where exactly is the Res Monitor?