oRA3

Interface options

The next oRA
oRA3 features the following:

  • Durability, Resistance and Zone. 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.

MT API Example

Also look at SimpleTankFrames for some easy to understand code with no dependencies (except oRA3, obviously!).

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

Remember to file a ticket if you find a problem or want to request a feature.

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

  • Avatar of Kromdhar Kromdhar Mar 04, 2012 at 11:21 UTC - 0 likes

    hello, could you add an option to automaticaly set raid format ? (R10 or R25) My guildies always complain to me that I miss switching to raid25 format ;-)

    Thx for the job

  • Avatar of javelindog javelindog Mar 03, 2012 at 14:09 UTC - 0 likes

    readycheck reporting twice, i already see a ticket raised for this but no answer since march.

  • Avatar of Fraerie Fraerie Dec 16, 2011 at 03:17 UTC - 0 likes

    Raid admin functions seem to have ceased working since the last tuesday server maintenance (it was working when we raided sunday but wasn't on thursday). Functions that have stopped working include keyword inviting, auto promotion, radisband, razone.

    Does anyone know what changed?

  • Avatar of ywfn ywfn Aug 28, 2011 at 10:29 UTC - 0 likes

    @arlenwoot: Go

    I think your warlocks are probably running old versions of oRA3.

  • Avatar of arlenwoot arlenwoot Aug 13, 2011 at 23:02 UTC - 0 likes

    @ywfn nope im not the warlock and not sure if they run ora3. Do they need to for ooc soulstone to work properly for everyone? In combat is tracking fine.

  • Avatar of ywfn ywfn Aug 13, 2011 at 10:58 UTC - 0 likes

    @arlenwoot: Go

    Works fine for me, strange. Are you the warlock? If not, maybe the warlock isn't running a new enough version of oRA3?

  • Avatar of arlenwoot arlenwoot Aug 03, 2011 at 02:58 UTC - 0 likes

    out of combat soul stone isn't working for me, and I have both options checked.

  • Avatar of ywfn ywfn Jul 30, 2011 at 09:27 UTC - 0 likes

    Warlock soulstone (both modes of usage) work fine now, I checked in a fix a while back. (If you were responding to my comment...)

  • Avatar of mysticalos mysticalos Jul 29, 2011 at 22:47 UTC - 0 likes

    probably a spellid thing. if i remember i should check logs for this later

    edit hmm, no spell is right. and it does show in combat log

    Last edited Jul 29, 2011 by mysticalos
  • Avatar of ywfn ywfn Jun 29, 2011 at 00:26 UTC - 0 likes

    Soulstone battle res'es don't work currently (applying a soulstone to someone so they can res later does work, though). But reincarnation works fine from what I can tell.

Facts

Date created
Oct 19, 2008
Category
Last update
Feb 02, 2012
Development stage
Release
Language
  • enUS
License
All Rights Reserved
Curse link
oRA3
Reverse relationships
2
Downloads
944,692
Recent files
  • A: r523 for 4.3 Feb 02, 2012
  • A: r522 for 4.2 Dec 21, 2011
  • A: r521 for 4.2 Dec 18, 2011
  • A: r520 for 4.2 Dec 18, 2011
  • A: r519 for 4.2 Dec 18, 2011

Authors