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.
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
Relationships
- Embedded library
- Ace3
- CallbackHandler-1.0
- LibCandyBar-3.0
- LibSharedMedia-3.0
- LibStub
- Reply
- #50
Kromdhar Mar 04, 2012 at 11:21 UTC - 0 likeshello, 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
- Reply
- #49
javelindog Mar 03, 2012 at 14:09 UTC - 0 likesreadycheck reporting twice, i already see a ticket raised for this but no answer since march.
- Reply
- #48
Fraerie Dec 16, 2011 at 03:17 UTC - 0 likesRaid 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?
- Reply
- #47
ywfn Aug 28, 2011 at 10:29 UTC - 0 likes@arlenwoot: Go
I think your warlocks are probably running old versions of oRA3.
- Reply
- #46
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.
- Reply
- #45
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?
- Reply
- #44
arlenwoot Aug 03, 2011 at 02:58 UTC - 0 likesout of combat soul stone isn't working for me, and I have both options checked.
- Reply
- #43
ywfn Jul 30, 2011 at 09:27 UTC - 0 likesWarlock soulstone (both modes of usage) work fine now, I checked in a fix a while back. (If you were responding to my comment...)
- Reply
- #42
mysticalos Jul 29, 2011 at 22:47 UTC - 0 likesprobably 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
- Reply
- #41
ywfn Jun 29, 2011 at 00:26 UTC - 0 likesSoulstone 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.