- Home
- Downloads
-
Addons & Mods
Featured
World of Warcraft
6,104 Addons
-
Popular Downloads
- Top World of Warcraft Addons
- Top Minecraft Server Mods
- Top Rift Addons
- Top Skyrim Mods
- Top World of Tanks Skins
- Top StarCraft II Maps
- Top Terraria Maps
- Top Runes of Magic Addons
- Top Warhammer Online Addons
- Top The Secret World Mods
- Top Age of Conan Addons
-
- Curse Client
- Premium
- News
- Giveaways
- Forums
- Store
oRA3
- 12 Likes
- World of Warcraft
- 45,403 Monthly Downloads
- Supports: 5.3.0
- 1,279,537 Total Downloads
- Updated 05/21/2013
- Created 10/19/2008
- 1,278 Favorites
- Project Site
- Comments
- Release Type: Release
- License: All Rights Reserved
- Newest File: r616-release
About oRA3
The next oRA
oRA3 features the following:
- Durability, Latency and Zone checks. Available for everyone, and automatically filled, no need to run manual checks.
- Cooldown monitor for just about every spell with a cooldown.
- Invites based on guild rank, zone, keyword, and guild-only 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 ready check 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 ready checks, 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.
------------------------------------------------------------------------
r616 | funkydude | 2013-05-22 02:54:47 +0000 (Wed, 22 May 2013) | 1 line
Changed paths:
A /tags/r616-release (from /trunk:615)
Tagging as r616-release
------------------------------------------------------------------------
r615 | nebula169 | 2013-05-22 02:41:11 +0000 (Wed, 22 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
tweak
------------------------------------------------------------------------
r614 | nebula169 | 2013-05-22 02:36:21 +0000 (Wed, 22 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: some nil checks
------------------------------------------------------------------------
r612 | funkydude | 2013-05-21 23:32:35 +0000 (Tue, 21 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
M /trunk/oRA3.lua
Fix shaman res comm.
------------------------------------------------------------------------
r610 | funkydude | 2013-05-21 18:00:40 +0000 (Tue, 21 May 2013) | 1 line
Changed paths:
M /trunk/oRA3.toc
bump toc
------------------------------------------------------------------------
r609 | funkydude | 2013-05-21 17:57:18 +0000 (Tue, 21 May 2013) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/libs.xml
M /trunk/modules/Cooldowns.lua
M /trunk/modules/Durability.lua
M /trunk/modules/Latency.lua
M /trunk/oRA3.lua
Remove AceComm & AceSerializer. Breaks backwards compat which should be fixed by patch day updating.
------------------------------------------------------------------------
r608 | funkydude | 2013-05-21 14:29:11 +0000 (Tue, 21 May 2013) | 1 line
Changed paths:
M /trunk/modules/Loot.lua
Loot: bugfix setting threshold.
------------------------------------------------------------------------
r607 | nebula169 | 2013-05-20 03:22:25 +0000 (Mon, 20 May 2013) | 1 line
Changed paths:
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/frFR.lua
M /trunk/locales/itIT.lua
M /trunk/locales/koKR.lua
M /trunk/locales/ptBR.lua
M /trunk/locales/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/modules/Latency.lua
M /trunk/modules/Zone.lua
Latency: show home latency, too
------------------------------------------------------------------------
r606 | funkydude | 2013-05-19 18:43:30 +0000 (Sun, 19 May 2013) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/libs.xml
M /trunk/modules/Durability.lua
M /trunk/modules/Invite.lua
M /trunk/modules/Latency.lua
M /trunk/modules/ReadyCheck.lua
M /trunk/modules/Zone.lua
M /trunk/oRA3.lua
Remove AceConsole
------------------------------------------------------------------------
r605 | nebula169 | 2013-05-19 17:06:24 +0000 (Sun, 19 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: print results if you're not promoted (info is available to everyone apparently!)
------------------------------------------------------------------------
r604 | nebula169 | 2013-05-19 16:37:07 +0000 (Sun, 19 May 2013) | 1 line
Changed paths:
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/frFR.lua
M /trunk/locales/itIT.lua
M /trunk/locales/koKR.lua
M /trunk/locales/ptBR.lua
M /trunk/locales/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
A /trunk/modules/Latency.lua
M /trunk/oRA3.toc
add Latency module
------------------------------------------------------------------------
r603 | funkydude | 2013-05-19 16:00:40 +0000 (Sun, 19 May 2013) | 1 line
Changed paths:
D /trunk/modules/Inventory.lua
M /trunk/oRA3.toc
Nuke inventory module
------------------------------------------------------------------------
r602 | funkydude | 2013-05-18 19:16:17 +0000 (Sat, 18 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: Remove SYSTEM chat filter, known to cause world map poi taint issues and isn't really necessary.
------------------------------------------------------------------------
r601 | nebula169 | 2013-05-17 11:53:20 +0000 (Fri, 17 May 2013) | 1 line
Changed paths:
M /trunk/modules/Promote.lua
Promote: OnUpdate to AceTimer and some minor refactoring
------------------------------------------------------------------------
r600 | nebula169 | 2013-05-17 11:02:10 +0000 (Fri, 17 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: tweak display updating and maths
------------------------------------------------------------------------
r599 | funkydude | 2013-05-16 12:56:37 +0000 (Thu, 16 May 2013) | 1 line
Changed paths:
M /trunk/modulePrototype.lua
M /trunk/modules/Cooldowns.lua
M /trunk/modules/ReadyCheck.lua
better UnitName fix
------------------------------------------------------------------------
r598 | ywfn | 2013-05-16 09:00:25 +0000 (Thu, 16 May 2013) | 3 lines
Changed paths:
M /trunk/modules/ReadyCheck.lua
Ready Check window:
- Right column of the bottom frame will now line up with the right column of the top frame, instead of being offset to the right
- (From ticket #128) Vertical spacing below the top frame's names, and above and below the bottom frame's names should now roughly be the same as the spacing that's above the top frame's names. Spacing should now be consistent regardless of whether there's an even or odd number of people in either frame. (Left the min vertical size of 128 alone, so you'll still have extra space below, if you're in a small raid)
------------------------------------------------------------------------
r597 | ywfn | 2013-05-16 08:24:26 +0000 (Thu, 16 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
Bugfix for ready checks with out-of-range players
------------------------------------------------------------------------
r596 | funkydude | 2013-05-15 23:44:27 +0000 (Wed, 15 May 2013) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/libs.xml
M /trunk/modulePrototype.lua
M /trunk/modules/Cooldowns.lua
M /trunk/modules/Durability.lua
M /trunk/modules/Inventory.lua
M /trunk/modules/Invite.lua
M /trunk/modules/Promote.lua
M /trunk/modules/ReadyCheck.lua
M /trunk/modules/Tanks.lua
M /trunk/modules/Zone.lua
M /trunk/oRA3.lua
Remove AceEvent
------------------------------------------------------------------------
r595 | funkydude | 2013-05-15 23:12:45 +0000 (Wed, 15 May 2013) | 1 line
Changed paths:
M /trunk/modules/Loot.lua
Loot: Use AceTimer for the threshold delay.
------------------------------------------------------------------------
r594 | funkydude | 2013-05-14 13:48:04 +0000 (Tue, 14 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: somewhat hacky but better overall way of implementing combat soulstone (now covered by the soulstone option rather than a separate option).
------------------------------------------------------------------------
r593 | funkydude | 2013-05-13 15:40:56 +0000 (Mon, 13 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: fix arg order, fix pet owner detection.
------------------------------------------------------------------------
r592 | funkydude | 2013-05-13 13:25:05 +0000 (Mon, 13 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: move the combat log onto its own event handler
------------------------------------------------------------------------
r591 | funkydude | 2013-05-12 23:32:56 +0000 (Sun, 12 May 2013) | 1 line
Changed paths:
M /trunk/.pkgmeta
M /trunk/libs.xml
M /trunk/locales/deDE.lua
M /trunk/locales/frFR.lua
M /trunk/locales/koKR.lua
M /trunk/locales/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
M /trunk/modules/Durability.lua
M /trunk/modules/Inventory.lua
M /trunk/modules/Loot.lua
M /trunk/modules/Promote.lua
M /trunk/modules/Tanks.lua
M /trunk/modules/Zone.lua
M /trunk/oRA3.lua
Remove AceHook
------------------------------------------------------------------------
r590 | funkydude | 2013-05-12 22:09:48 +0000 (Sun, 12 May 2013) | 1 line
Changed paths:
M /trunk/modulePrototype.lua
M /trunk/modules/Cooldowns.lua
Cooldowns: add warlock combat res spell id, change the way encounter checking is done to work on old encounters and encounters like dark animus normal.
------------------------------------------------------------------------
r589 | nebula169 | 2013-05-11 00:09:16 +0000 (Sat, 11 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: revert the bottom group bar spacing
------------------------------------------------------------------------
r588 | nebula169 | 2013-05-09 05:25:27 +0000 (Thu, 09 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: tweak the bottom member's offsets a bit
------------------------------------------------------------------------
r587 | nebula169 | 2013-05-08 11:33:52 +0000 (Wed, 08 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: first pass at updating included spells
------------------------------------------------------------------------
r586 | nebula169 | 2013-05-08 08:32:10 +0000 (Wed, 08 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Invite: revert to just using GetNumSubgroupMembers again :p
------------------------------------------------------------------------
r585 | ywfn | 2013-05-08 07:36:09 +0000 (Wed, 08 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Bugfix for invites after recent changes (was causing 1 invite to be lost whenever forming a raid from scratch)
------------------------------------------------------------------------
r584 | nebula169 | 2013-05-04 18:39:53 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
M /trunk/modules/ReadyCheck.lua
M /trunk/oRA3.lua
use CUSTOM_CLASS_COLORS in other modules
------------------------------------------------------------------------
r583 | nebula169 | 2013-05-04 18:14:31 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/oRA3.lua
CUSTOM_CLASS_COLORS support
------------------------------------------------------------------------
r582 | nebula169 | 2013-05-04 17:57:22 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
M /trunk/oRA3.lua
tweaks
------------------------------------------------------------------------
r581 | nebula169 | 2013-05-04 17:53:10 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/oRA3.lua
tweak the gbank repair stuff a bit
------------------------------------------------------------------------
r580 | nebula169 | 2013-05-04 17:27:05 +0000 (Sat, 04 May 2013) | 2 lines
Changed paths:
M /trunk/oRA3.lua
fix error from trying to restore the last selected list when it doesn't exist anymore
other minor tweaks
------------------------------------------------------------------------
r579 | funkydude | 2013-05-04 13:44:37 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/oRA3.lua
temp error fix
------------------------------------------------------------------------
r578 | nebula169 | 2013-05-04 07:39:30 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Invite: even better battle.net handling. MysticalOS is a bully.
------------------------------------------------------------------------
r577 | nebula169 | 2013-05-04 07:01:54 +0000 (Sat, 04 May 2013) | 2 lines
Changed paths:
M /trunk/locales/deDE.lua
M /trunk/locales/enUS.lua
M /trunk/locales/frFR.lua
A /trunk/locales/itIT.lua
M /trunk/locales/koKR.lua
A /trunk/locales/ptBR.lua
M /trunk/locales/ruRU.lua
M /trunk/locales/zhCN.lua
M /trunk/locales/zhTW.lua
D /trunk/modules/Resistance.lua
M /trunk/oRA3.toc
remove Resistances module
add itIT and ptBR locale files
------------------------------------------------------------------------
r576 | nebula169 | 2013-05-04 06:32:28 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Invite: replace all the OnUpdate timers with AceTimer
------------------------------------------------------------------------
r575 | nebula169 | 2013-05-04 06:24:59 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Invite: better battle.net handling
------------------------------------------------------------------------
r574 | nebula169 | 2013-05-04 05:20:12 +0000 (Sat, 04 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: 3min tranq for resto druids
------------------------------------------------------------------------
r573 | nebula169 | 2013-05-03 19:17:12 +0000 (Fri, 03 May 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: lower Recklessness cd to 3min
------------------------------------------------------------------------
r572 | oscarucb | 2013-05-02 22:15:24 +0000 (Thu, 02 May 2013) | 2 lines
Changed paths:
M /trunk/modules/Invite.lua
fix a lua error on receiving a BN wsp from non-wow client
------------------------------------------------------------------------
r571 | nebula169 | 2013-05-01 23:22:49 +0000 (Wed, 01 May 2013) | 1 line
Changed paths:
M /trunk/modules/ReadyCheck.lua
ReadyCheck: fix top/bottom grouping, delay auto-hiding by a few seconds, fix duplicate result prints and sending results to chat
------------------------------------------------------------------------
r570 | gnarfoz | 2013-05-01 23:09:53 +0000 (Wed, 01 May 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Make keyword invites work again for battle.net contacts who are from the same realm as the player.
------------------------------------------------------------------------
r569 | Ackis | 2013-04-28 21:08:01 +0000 (Sun, 28 Apr 2013) | 1 line
Changed paths:
M /trunk/modules/Invite.lua
Implement ticket 123: Battle.net cross-realm fix.
------------------------------------------------------------------------
r568 | StingerSoft | 2013-04-21 09:56:47 +0000 (Sun, 21 Apr 2013) | 1 line
Changed paths:
M /trunk/locales/ruRU.lua
ruRU update
------------------------------------------------------------------------
r567 | ywfn | 2013-04-21 05:23:45 +0000 (Sun, 21 Apr 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Bugfix so shaman Reincarnation works properly again
------------------------------------------------------------------------
r566 | nebula169 | 2013-04-20 03:00:40 +0000 (Sat, 20 Apr 2013) | 1 line
Changed paths:
M /trunk/modules/Cooldowns.lua
Cooldowns: adjust the maximum number of bars shown on load
------------------------------------------------------------------------
| File Name | Release Type | Game Version | Downloads | Date |
|---|---|---|---|---|
| r616-release | Release | 5.3.0 | 3,139 | 05/21/2013 |
| r616-release-nolib | Release | 5.3.0 | 33 | 05/21/2013 |
| r613-release | Release | 5.3.0 | 2,975 | 05/21/2013 |
| r613-release-nolib | Release | 5.3.0 | 23 | 05/21/2013 |
| r611-release | Release | 5.3.0 | 5,430 | 05/21/2013 |
| r611-release-nolib | Release | 5.3.0 | 30 | 05/21/2013 |
| r565-release | Release | 5.2.0 | 34,890 | 04/11/2013 |
| r565-release-nolib | Release | 5.2.0 | 325 | 04/11/2013 |
| r562-release | Release | 5.2.0 | 27,257 | 04/04/2013 |
| r562-release-nolib | Release | 5.2.0 | 290 | 04/04/2013 |
| r560-release | Release | 5.2.0 | 37,748 | 03/05/2013 |
| r560-release-nolib | Release | 5.2.0 | 424 | 03/05/2013 |
| r558-release | Release | 5.2.0 | 434 | 03/05/2013 |
| r558-release-nolib | Release | 5.2.0 | 2 | 03/05/2013 |
| r547 | Release | 5.0.5 | 73,097 | 09/28/2012 |
| r547-nolib | Release | 5.0.5 | 943 | 09/28/2012 |
| r546 | Release | 5.0.4 | 41,780 | 09/07/2012 |
| r546-nolib | Release | 5.0.4 | 941 | 09/07/2012 |
| r516 | Release | 4.2 | 241,579 | 08/06/2011 |
| r516-nolib | Release | 4.2 | 2,610 | 08/06/2011 |
| r505 | Release | 4.2 | 85,285 | 07/10/2011 |
| r505-nolib | Release | 4.2 | 248 | 07/10/2011 |
| r499 | Release | 4.2 | 54,462 | 06/28/2011 |
| r499-nolib | Release | 4.2 | 193 | 06/28/2011 |
| r498 | Release | 4.1 | 63,554 | 05/07/2011 |
| r498-nolib | Release | 4.0.6 | 475 | 05/07/2011 |
| r493 | Release | 4.0.6 | 103,423 | 02/13/2011 |
| r493-nolib | Release | 4.0.6 | 747 | 02/13/2011 |
| r485 | Release | 4.0.6 | 345 | 02/09/2011 |
| r485-nolib | Release | 4.0.6 | 3 | 02/09/2011 |
| r482 | Release | 4.0.3a | 2,163 | 12/11/2010 |
| r482-nolib | Release | 4.0.3a | 16 | 12/11/2010 |
| r479 | Release | 4.0.3a | 1,139 | 11/26/2010 |
| r479-nolib | Release | 4.0.3a | 20 | 11/26/2010 |
| r478 | Release | 4.0.1 | 1,128 | 11/11/2010 |
| r478-nolib | Release | 4.0.1 | 15 | 11/11/2010 |
| r466 | Release | 4.0.1 | 1,250 | 10/22/2010 |
| r466-nolib | Release | 4.0.1 | 14 | 10/22/2010 |
| r465 | Release | 4.0.1 | 417 | 10/21/2010 |
| r465-nolib | Release | 4.0.1 | 9 | 10/21/2010 |
| r463 | Release | 4.0.1 | 265 | 10/21/2010 |
| r463-nolib | Release | 4.0.1 | 9 | 10/21/2010 |
| r462 | Release | 4.0.1 | 556 | 10/20/2010 |
| r462-nolib | Release | 4.0.1 | 12 | 10/20/2010 |
| r460 | Release | 4.0.1 | 155 | 10/20/2010 |
| r460-nolib | Release | 4.0.1 | 4 | 10/20/2010 |
| r458 | Release | 4.0.1 | 277 | 10/19/2010 |
| r458-nolib | Release | 4.0.1 | 8 | 10/19/2010 |
| r457 | Release | 4.0.1 | 79 | 10/19/2010 |
| r457-nolib | Release | 4.0.1 | 4 | 10/19/2010 |
| r453 | Release | 4.0.1 | 918 | 10/17/2010 |
| r453-nolib | Release | 4.0.1 | 16 | 10/17/2010 |
| r441 | Release | 3.3.5 | 4,571 | 08/09/2010 |
| r441-nolib | Release | 3.3.5 | 33 | 08/09/2010 |
| r435 | Release | 3.3.3 | 2,477 | 04/28/2010 |
| r435-nolib | Release | 3.3.3 | 15 | 04/28/2010 |
| r421 | Release | 3.3.0 | 1,467 | 03/17/2010 |
| r421-nolib | Release | 3.3.0 | 4 | 03/17/2010 |
| r305 | Release | 3.3.0 | 1,590 | 02/14/2010 |
| r305-nolib | Release | 3.3.0 | 11 | 02/14/2010 |
| r289 | Release | 3.3.0 | 3,145 | 12/10/2009 |
| r289-nolib | Release | 3.2.0 | 41 | 12/10/2009 |
| r261-release | Release | 3.2.0 | 3,358 | 09/06/2009 |
| r261-release-nolib | Release | 3.2.0 | 6 | 09/06/2009 |
| r258-beta | Beta | 3.2.0 | 168 | 09/03/2009 |
| r258-beta-nolib | Beta | 3.2.0 | 2 | 09/03/2009 |
| r252-beta | Beta | 3.2.0 | 705 | 08/27/2009 |
| r252-beta-nolib | Beta | 3.2.0 | 16 | 08/27/2009 |
| r247-beta | Beta | 3.2.0 | 208 | 08/25/2009 |
| r247-beta-nolib | Beta | 3.2.0 | 1 | 08/25/2009 |
| r242-beta | Beta | 3.2.0 | 286 | 08/23/2009 |
| r242-beta-nolib | Beta | 3.2.0 | 4 | 08/23/2009 |
| r239-beta | Beta | 3.2.0 | 44 | 08/23/2009 |
| r239-beta-nolib | Beta | 3.2.0 | 2 | 08/23/2009 |
Addon Packs Containing This...
-
WARR UI
-
Necessary Addon Pack
-
Sikend's Main Tank/Raid leading UI
-
Gargoyal's Tanking UI
-
Gargoyal's Mage UI
-
Disorderly Required Addon Pack
-
Vortex Of Life's Addon Pack
-
Stausii's Raid Healing UI
-
noddy9999's Addon Pack
-
max4260's Addon Pack
-
Afraithe's Addon Pack
-
Nos Consensio Raid Pack
-
Datus Mortalis Raiding pack
-
SDS Raider Addon Pack
-
Gwel's Addon Pack
-
Raidpack by Zwiebel
-
Lorayo's ShadowPriest PvE UI
-
TTXRaven's Raid UI
-
Amaranth Knights Raid pack
-
YurlocUI
-
Jiminimonka's Addon Pack
-
quikcell24's Addon Pack
-
Wretched Raiding Addon Pack
-
Hogósha's Multichar Raid UI
-
boomjtattrape's Addon Raid Pack
Top Downloads
-
- Deadly Boss Mods
- Combat, PvP, and Boss Encounters
- 999,752 Monthly Downloads
-
- Bagnon
- Bags & Inventory
- 466,028 Monthly Downloads
-
- Auctioneer
- Mail, Tooltip, Bags & Inventory, Professions, and Auction & Economy
- 340,607 Monthly Downloads
-
- Recount
- Combat
- 314,809 Monthly Downloads
-
- HealBot Continued
- Healer and Unit Frames
- 293,027 Monthly Downloads







Comments
I haven't had the chance to try it in "real" raids but at least in LFR nothing shows up in the cooldown window, not even my own spells. Is this a problem with LFR or is oRA3 outdated for 4.3?
Im Guild lead, ill be off certain raid nights. Grepairs tend to disappear a bit to fast if i just leave them on, especially for how many raiders we have. Was wondering if the auto turn on repairs for ranks; could be made to auto promote to a "repair rank" and auto demote to original rank post the raid. This way officers would have some convenient solution to this problem http://www.wowinterface.com/downloads/info10248-RepairPromoter.html
anyone having issues with this addon not showing up
Took me a while to downtrack what addon that was causing it. And it appeared to stop when I disabled ORA3.
This happened during raid encounters, Nefarian HC several times, Algalon Baradin Hold and a HC dungeon so it seems very random but atleast when stuff is happening around a raid / dungeon encounter.
Danke