Help

oRA3

Miscellaneous Login to Add Favorites
  • 3 Likes
  • World of Warcraft
  • 573,331 Downloads
  • Supports: 4.2
  • 359 Average Daily Downloads
  • Comments
  • Created 10/19/2008 7:17:20 AM
  • Updated 8/6/2011 4:43:29 AM
  • 1,208 Favorites
  • Project Site
  • License: All Rights Reserved
  • Release Type: Release
  • Newest File: r516
or

About oRA3

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.

------------------------------------------------------------------------
r516 | rabbit | 2011-08-06 09:42:23 +0000 (Sat, 06 Aug 2011) | 1 line
Changed paths:
   M /trunk/oRA3.lua

Fix profile changes.
------------------------------------------------------------------------
r515 | rabbit | 2011-07-29 22:44:38 +0000 (Fri, 29 Jul 2011) | 1 line
Changed paths:
   M /trunk/.pkgmeta

Fix .pkgmeta tags.
------------------------------------------------------------------------
r514 | a9012456 | 2011-07-13 11:34:41 +0000 (Wed, 13 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/zhTW.lua

zhTW update
------------------------------------------------------------------------
r513 | mojosdojo | 2011-07-13 09:14:17 +0000 (Wed, 13 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/deDE.lua

deDE update.
------------------------------------------------------------------------
r512 | pettigrow | 2011-07-12 11:27:28 +0000 (Tue, 12 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/frFR.lua

frFR Update
------------------------------------------------------------------------
r511 | 7destiny | 2011-07-12 10:53:14 +0000 (Tue, 12 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/koKR.lua

koKR Update
------------------------------------------------------------------------
r510 | rabbit | 2011-07-12 09:44:15 +0000 (Tue, 12 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/enUS.lua
   M /trunk/modules/ReadyCheck.lua

Add options to relay ready check results to raid chat and to hide the window when you get in combat, defaults to off and on, respectively.
------------------------------------------------------------------------
r509 | mojosdojo | 2011-07-11 20:33:31 +0000 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/deDE.lua

deDE update.
------------------------------------------------------------------------
r508 | pettigrow | 2011-07-11 10:44:59 +0000 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/frFR.lua

frFR Update
------------------------------------------------------------------------
r507 | 7destiny | 2011-07-11 10:04:53 +0000 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/koKR.lua

koKR Update
------------------------------------------------------------------------
r506 | a9012456 | 2011-07-11 09:30:38 +0000 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/zhTW.lua

zhTW update
------------------------------------------------------------------------
r505 | rabbit | 2011-07-11 00:03:17 +0000 (Mon, 11 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/enUS.lua
   M /trunk/oRA3.lua

Add a print when repair permission is temporarily granted, and base the default withdrawal limit on the avg. ilvl.
------------------------------------------------------------------------
r504 | rabbit | 2011-07-10 14:38:30 +0000 (Sun, 10 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/enUS.lua
   M /trunk/oRA3.lua

And enable l10n.
------------------------------------------------------------------------
r503 | rabbit | 2011-07-10 14:35:45 +0000 (Sun, 10 Jul 2011) | 1 line
Changed paths:
   M /trunk/oRA3.lua

Experimental guild repair insurance for raids. If enabled (disabled by default), whenever you are the GM+Raid leader/officer and a guild member joins your RAID, you will check to see if guild repairs are enabled for the given players rank; if not, you will enable it until the raid is disbanded. If no gold limit has been set, it will be set to 300 - however this should be configurable I guess.
------------------------------------------------------------------------
r502 | a9012456 | 2011-07-09 19:34:57 +0000 (Sat, 09 Jul 2011) | 1 line
Changed paths:
   M /trunk/locales/zhTW.lua

zhTW update
------------------------------------------------------------------------
r501 | ywfn | 2011-06-29 21:55:55 +0000 (Wed, 29 Jun 2011) | 3 lines
Changed paths:
   M /trunk/modules/Cooldowns.lua

Updates for Soulstone - both the buff and battle-res types are supported now, and will show the correct cooldown.  Since the spellIDs are different, they will appear as two separate items on the Warlock cooldowns page that both need to be checked if you want to track both.

------------------------------------------------------------------------

Comments

First Previous Page 1 of 8 Next Last
Learn how to disable ads
Learn how to disable ads
Login to Curse

Don't have an account? Create One.

Get an epic experience with Curse Premium
  • Faster Addon Downloads
  • Premium-Only Beta Giveaways
  • Ad-Free Curse.com Experience
  • Premium Curse Client
  • and many More Features
  • Learn More »

Minecraft 3D Print Giveaway

Enter Now!