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


You must login to post a comment. Don't have an account? Register to get one!

  • 6 comments
  • Avatar of Misslady Misslady Wed, 28 Oct 2009 03:35:43

    Any 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?

  • Avatar of mojosdojo mojosdojo Mon, 12 Oct 2009 12:23:00

    No, 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.

  • Avatar of Drolleke400 Drolleke400 Tue, 06 Oct 2009 15:31:20

    Are there any plans to include a potion/reagent/item check in oRA3?

  • Avatar of FireAllianceNX FireAllianceNX Wed, 23 Sep 2009 16:57:13

    I 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

  • Avatar of mojosdojo mojosdojo Wed, 23 Sep 2009 11:48:40

    There 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).

  • Avatar of FireAllianceNX FireAllianceNX Tue, 22 Sep 2009 15:57:19

    Where exactly is the Res Monitor?

  • 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
  • A: r285 for 3.2.0 on 03 Nov 2009
  • A: r284 for 3.2.0 on 15 Oct 2009
  • A: r283 for 3.2.0 on 12 Oct 2009
  • A: r282 for 3.2.0 on 11 Oct 2009
  • A: r281 for 3.2.0 on 06 Oct 2009

Authors