Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 03/16/07, 6:59 PM   #1
Snow
Piston Honda
 
Human Paladin
 
Dunemaul
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

Offline
Reply With Quote
Old 03/16/07, 7:01 PM   #2
♦ Praetorian
Mike Tyson
 
Praetorian's Avatar
 
Orc Shaman
 
Mal'Ganis
Moving to UI subforum.

Offline
Reply With Quote
Old 03/16/07, 8:09 PM   #3
Playered
Soda Popinski
 
Playered's Avatar
 
Tauren Druid
 
Twisting Nether (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.

Great Britain Offline
Reply With Quote
Old 01/17/09, 3:36 AM   #4
Torn
Von Kaiser
 
Torn's Avatar
 
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?

Offline
Reply With Quote
Old 01/17/09, 4:43 AM   #5
Noraj
Don Flamenco
 
Noraj's Avatar
 
Dwarf Paladin
 
Lightbringer
Originally Posted by Torn View Post
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

Offline
Reply With Quote
Old 01/18/09, 3:44 PM   #6
Torn
Von Kaiser
 
Torn's Avatar
 
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?

Offline
Reply With Quote
Old 01/21/09, 9:10 AM   #7
Cronax
Von Kaiser
 
Human Shaman
 
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.

We the willing, led by the unknowing, are doing the impossible for the ungrateful. We have done so much for so long that we are now qualified to do anything with nothing.

Belgium Offline
Reply With Quote
Old 02/13/09, 2:04 AM   #8
jadakren
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

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » User Interface and AddOns

Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
Warrior Off tank (main) Main tank (secondary) build Magowainen Class Mechanics 9 08/17/07 2:50 AM
Declaring a New Main Maligne Public Discussion 54 11/01/06 2:07 PM
Main Page Down flyinfungi Public Discussion 4 09/05/06 12:50 AM