Not beeing able to Set MTs / PTs via Dropdown as in older versions made the thing a bit to hard to handle for me - especially since we often change MTs during a raid.
I decided to write my first Broker Addon - bringing back this functionality.
If someone is interested - a download link is in the first post of this thread: http://forums.wowace.com/showthread.php?t=14829
Maybe you are right - I never looked at this.
Since CTRA - Ora never supported MainAssist I did not check this.
I do what I ever did - set my "vitrual" mainassit an build a macro for it.
This is one thing I never understood - MA is such an important concept - but the support for it is more than only missing.
You can set a mainassist in the WoW UI - but there is no key or "targetname" for MA in the game.
I'm no longer able to make checks :(
The output windows fails to scroll.
Like this: I make a dura check - the result window pops up.
I use the mouse-wheel to scroll down - it does about 2 or 3 lines then it stops.
No chance to scroll back up or further down...
I did a little research - it looks as if the praticipiant\ready.lua is never called.
I get a "default" RC window instead of the one with the bar.
Trying to call the participiant function brings the RC with bar (after fixinig a missing lib).
Also there is a RegisterEvent in participiant - but in core nothing takes care about the registered function (event).
Look like a lot of code is there but not called.
The fix for the scroll issue just seems to get rid of the error, the lists don't actually seem to scroll.
For me it scrolls - maybe you did mitstype something or forgot to remove the 4, -- try to use copy an paste maybe it helps.
I did this "patch" with r636
@Arrowmast - I get the infowindow with oRA2.
What should it help to use an incomplete addon if the existing does (almost) what I like?
The thing about the infowindow was written in response to your "interesting information" that nobody uses oRA2 check anymore.
A statement which seems to be a little bit wrong :)
I decided to write my first Broker Addon - bringing back this functionality.
If someone is interested - a download link is in the first post of this thread:
http://forums.wowace.com/showthread.php?t=14829
The only keys you can set in the game is "Set next / Clear last" for MTs and PTs.
Or did I miss something?
#####
By the way - I remeber Ora setting a "timeout bar" in readychecks / votes.
Are those bars gone?
Or did I miss a setting to show them?
Since CTRA - Ora never supported MainAssist I did not check this.
I do what I ever did - set my "vitrual" mainassit an build a macro for it.
This is one thing I never understood - MA is such an important concept - but the support for it is more than only missing.
You can set a mainassist in the WoW UI - but there is no key or "targetname" for MA in the game.
The output windows fails to scroll.
Like this: I make a dura check - the result window pops up.
I use the mouse-wheel to scroll down - it does about 2 or 3 lines then it stops.
No chance to scroll back up or further down...
Change the existing function in core.lua
sframe:SetScript("OnVerticalScroll", function(self)
FauxScrollFrame_OnVerticalScroll(self, 16, 4, updateScroll)
end)
TO:
sframe:SetScript("OnVerticalScroll", function(self, offset)
FauxScrollFrame_OnVerticalScroll(self, offset, 16, updateScroll)
end)
I get a "default" RC window instead of the one with the bar.
Trying to call the participiant function brings the RC with bar (after fixinig a missing lib).
Also there is a RegisterEvent in participiant - but in core nothing takes care about the registered function (event).
Look like a lot of code is there but not called.
Aspecially because of the "info window" for officers.
And as I remeber - the "old oRA2" detected if a member has ora installed - than it brings up the ora window - if not a normal window came up.
So i guess there was some hook in oRA2 which enabled this.
Maybe oRA2 could help us get the sound back for those who uses oRA2 as a hotfix until Blizz fixes their shit in that case?
Uhm ... its the command "/Raready" isnt it?
as a raid leader i'm using it everytime. So does everybody else on my realm, as far as i know.
For me it scrolls - maybe you did mitstype something or forgot to remove the 4, -- try to use copy an paste maybe it helps.
I did this "patch" with r636
@Arrowmast - I get the infowindow with oRA2.
What should it help to use an incomplete addon if the existing does (almost) what I like?
The thing about the infowindow was written in response to your "interesting information" that nobody uses oRA2 check anymore.
A statement which seems to be a little bit wrong :)
I thought oRA2 uses the default ready check now anyway, since like patches ago?? No?