 |
| Welcome to Elitist Jerks |
We're testing some new features on the site regarding OpenID registration and coordination with gamerDNA. If you experience any issues with registering an account, please take the time to fill out a report and send it to this e-mail address. We would appreciate any assistance you could provide in making sure everything is functioning as intended. Thanks!
If this is your first visit, please be sure to check out the FAQ and the forum rules. Users must register to post and new registrations are subject to a one day "mute" period to get acquainted with the community.
|
03/16/07, 6:59 PM
|
#1
|
|
Piston Honda
|
Main Tank / Main Assist Mod
This is half a "Does this mod exist?" post and half a "Is this even implemented in a useful way?" post. As some have noticed(and likely some have not) since 2.0 there's been an option in the Raid window to set people to Main Assist or Main Tank. This seems like a nice new feature to integrate into the default UI, but... it's not used anywhere. WoWWiki doesn't seem to even mention it. I'm guessing there isn't a UnitID that you could use (though that would be really nice = /) but are there any mods that do use this info in a useful way (like, say, being able to assist the MA's target?).
EDIT: /sigh, please move this to the proper forum =(.
Last edited by Snow : 03/16/07 at 7:01 PM.
Reason: Wrong Forum
|
|
|
|
|
|
03/16/07, 7:01 PM
|
#2
|
|
Mike Tyson
|
Moving to UI subforum.
|
|
|
|
|
|
03/16/07, 8:09 PM
|
#3
|
|
Debitum Naturae
Night Elf Druid
Ravencrest (EU)
|
Hmm I've always been confused why these were added myself aswell, its like having a key to a door that doesn't exist.
|
|
|
|
|
|
01/17/09, 3:36 AM
|
#4
|
|
Von Kaiser
Night Elf Death Knight
Khaz'goroth (EU)
|
I've used the "MainAssist" (by Nargiddley) addon for this. MT list is compatible to ora2/CTRA.
However, the mod hasn't been updated for ages (19/12/2006).
Anyone know a light-weight MT list addon that is compatible to ora2/CTRA?
|
|
|
|
|
|
01/17/09, 4:43 AM
|
#5
|
|
Don Flamenco
|
Originally Posted by Torn
I've used the "MainAssist" (by Nargiddley) addon for this. MT list is compatible to ora2/CTRA.
However, the mod hasn't been updated for ages (19/12/2006).
Anyone know a light-weight MT list addon that is compatible to ora2/CTRA?
|
If you're already using Pitbull, its unit frames should correlate to the in-game MT and MA lists...it's just a matter of editing them down to the minimalist size and position you're looking for.
|
"The question is not how far we are going to take it... the question is, do you possess the constitution to go as far as needed?" - Il Duce
|
|
|
|
01/18/09, 3:44 PM
|
#6
|
|
Von Kaiser
Night Elf Death Knight
Khaz'goroth (EU)
|
Thanks, but I don't use Pitbull. oUF is my choice for the unit frames. That said, can one "re-style" the Blizzard MT targets for oUF?
|
|
|
|
|
|
01/21/09, 9:10 AM
|
#7
|
|
Von Kaiser
Human Warrior
Turalyon (EU)
|
As far as I know the best addon for this is oRA2, I use this addon myself and it behaves much the same way as CTRA used to, and allows for a good amount of customisation, and it is pretty lightweight in itself.
|
|
|
|
|
02/13/09, 2:04 AM
|
#8
|
|
Glass Joe
Draenei Priest
Dath'Remar
|
oUF maintank frames
You can spawn maintank and main assist frames with :
local tank = oUF:Spawn('header', 'oUF_MainTank')
tank:SetManyAttributes('showRaid', true, 'groupFilter', 'MAINTANK', 'yOffset', -5)
tank:SetPoint('BOTTOMRIGHT', UIParent, 'BOTTOMRIGHT',-10, 20)
tank:Show()
local assist = oUF:Spawn('header', 'oUF_MainAssist')
assist:SetManyAttributes('showRaid', true, 'groupFilter', 'MAINASSIST', 'yOffset', -5)
assist:SetPoint('BOTTOM', tank, 'TOP', 0, 10)
assist:Show()
I'm using it like so : Pastey.net - paste bin
|
|
|
|
|
|
|