Elitist Jerks
Register
Blogs
Forums


Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Reply
 
LinkBack Thread Tools
Old 10/27/07, 4:29 AM   #31
lazerpewpew
Don Flamenco
 
Undead Warrior
 
Frostwolf
Originally Posted by Ohi View Post
The screenshots actually do suggest what I was looking for.

We're actually both wrong. That is MiniChat, and it is possible to do what I was wanting to do. To do so, you click on the grow button on the secondary chat window and anchor it to the main, then anchor the 3rd to the 2nd and so on.
How did you create the "secondary chat window"?

I created a window by right clicking on general->create new window. But when I was dragging the "secondary chat window" off the general window (primary window?), the minichat button doesn't exist on the "secondary chat window", and if I want to right click on the button when the "secondary chat window" was attached to the main window, I always got error:

"Minichat: can't attach default chat window to something".

Thanks!

Offline
Reply With Quote
Old 10/27/07, 4:45 AM   #32
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
Originally Posted by Harmonics View Post
Edit: really ohi? I'll play around with it some more for sure.
Edit2: Anyone know of a mod that will change the border around the text entry frame? I know skinner will, but thats a lot of mod just to do that.
Ya, I got it to do it today after downloading the comp from the screenshot I provided. I looked and s/he used MiniChat and eePanels, so I messed with it until I got it right. To be honest it wasn't as difficult as I thought it would be.

Originally Posted by lazerpewpew View Post
How did you create the "secondary chat window"?

I created a window by right clicking on general->create new window. But when I was dragging the "secondary chat window" off the general window (primary window?), the minichat button doesn't exist on the "secondary chat window", and if I want to right click on the button when the "secondary chat window" was attached to the main window, I always got error:

"Minichat: can't attach default chat window to something".

Thanks!
Well I had all of my windows already separated when I loaded up MiniChat. I didn't attempt to create one afterwards. Maybe shut off the mods, make the windows, separate them and reload the mod and see if that works? After that I used Prat to remove the tabs and other things from the windows (scrollbars) that I didn't want.

Here's a screenshot of it, still a work in progress at this point:


I do need help with something if anyone knows about DogTags. What I want to do is this:
If my target is Alliance, I want it to say "Alliance" in blue.
If my target is Horde, I want it to say "Horde in red.
If my target is some other faction, say Stormpike Guard, I want it to say it in Green.

Is that possible? I can't figure it out

Offline
Reply With Quote
Old 10/27/07, 4:48 AM   #33
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
Originally Posted by lazerpewpew View Post
I am not sure if I understand what you meant. Do you want something like the MT's target function in oRA2?
I think he means something like :

X = Raid Target Mob = TT
Diamond = Raid Target Mob = ToT

and so on...

At least that's how I understood it.

Offline
Reply With Quote
Old 10/27/07, 4:59 AM   #34
lazerpewpew
Don Flamenco
 
Undead Warrior
 
Frostwolf
To Ohi, yes, I figure it out already.

How did you use prat to remove tabs? They are getting annoying to me.

Offline
Reply With Quote
Old 10/27/07, 5:49 AM   #35
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
There's a "Tabs" function in Prat, just use it to remove the tabs

Prat > Tabs > Set Display Mode

Just set them to hidden once you have everything moved to where you want it because once they're off you won't be able to move them. If later, you need to move them again, just go back and turn them back on.

Offline
Reply With Quote
Old 10/27/07, 6:13 AM   #36
Umph
Soda Popinski
 
Umph's Avatar
 
Umph
Tauren Druid
 
No WoW Account
Originally Posted by Ohi View Post
I do need help with something if anyone knows about DogTags. What I want to do is this:
If my target is Alliance, I want it to say "Alliance" in blue.
If my target is Horde, I want it to say "Horde in red.
If my target is some other faction, say Stormpike Guard, I want it to say it in Green.

Is that possible? I can't figure it out
This should work (off the top of my head):
[IsFriend?IsPlayer?Faction:Color(ff0000)][IsEnemy?IsPlayer?Faction:Color(0000ff)][~IsEnemy?~IsPlayer?~IsPet?Faction:Color(00ff00)]
Basically it is: [Is the player Horde? Display red faction][Is the player Alliance? Display blue faction][Is it not a player/pet and not an enemy? Display green faction]

If you would like it to display non friendly factions as well, remove the '~IsEnemy?' conditional from the last tag.

Edit: There might be a way to combine it into a single tag, but I think it might be too complex to be worth it - either way I don't have the time to log into WoW and figure it out for you right now, so if someone else can do better go for it .

Last edited by Umph : 10/27/07 at 6:29 AM.

Australia Offline
Reply With Quote
Old 10/27/07, 8:42 AM   #37
Bridonna
Von Kaiser
 
Blood Elf Priest
 
Turalyon
Originally Posted by Eph View Post
Anyone know how to shorten a name in DogTag? Or limit it to a certain number of letters?
Trunc(#)

Offline
Reply With Quote
Old 10/27/07, 9:41 AM   #38
Eph
Don Flamenco
 
Eph's Avatar
 
Human Paladin
 
Kil'Jaeden
Originally Posted by Bridonna View Post
Trunc(#)
I'm assuming [Name:Trunc(3)] is how this would be entered, but thats not working out for me. It's still showing the full length name, no errors though, as if the trunc part of the tag has no effect. Any ideas why?

United States Offline
Reply With Quote
Old 10/27/07, 11:09 AM   #39
Bridonna
Von Kaiser
 
Blood Elf Priest
 
Turalyon
Originally Posted by Eph View Post
I'm assuming [Name:Trunc(3)] is how this would be entered, but thats not working out for me. It's still showing the full length name, no errors though, as if the trunc part of the tag has no effect. Any ideas why?
That's the correct dogtag, so it should work. Works fine for me. Make sure you have the field type as "custom", sometimes I forget to do that, and so you aren't actually changing the tag even though you are changing what is in the field.

Offline
Reply With Quote
Old 10/27/07, 12:25 PM   #40
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
Originally Posted by Umph View Post
This should work (off the top of my head): .....
Much thanks, worked like a charm, although you had the colors crossed I just swapped them and all was fine!

Last edited by Ohi : 10/27/07 at 4:35 PM.

Offline
Reply With Quote
Old 10/27/07, 1:46 PM   #41
Lindelle
Von Kaiser
 
Lindelle's Avatar
 
Night Elf Hunter
 
Silvermoon
I've been tweaking my UI recently and I've gotten it to a point where I really like it, though I am frustrated with trying to find/create certain textures for eepanels. I have two questions:

1.) Does anyone have a good site for either a guide to creating your own art textures and using them through Ace2 mods or a good site for downloading textures created by others?

2.) I've been able to make a uniform font across all mods and general UI frames but one: SWStats. Does anyone know how to change the font, through altering the .lua or otherwise?

Offline
Reply With Quote
Old 10/27/07, 2:10 PM   #42
Eph
Don Flamenco
 
Eph's Avatar
 
Human Paladin
 
Kil'Jaeden
Originally Posted by Bridonna View Post
Make sure you have the field type as "custom"
Right on, thanks.

United States Offline
Reply With Quote
Old 10/27/07, 3:00 PM   #43
roquer
Von Kaiser
 
Night Elf Druid
 
Burning Legion
Is there a mod or program that allows you to log in with no mods loaded, and then allows you select different option sets depending on what you intend to be doing? I hate that it takes me 2 mins to log in because I load auction mods when I raid, or raid mods when I am pvping.

Offline
Reply With Quote
Old 10/27/07, 3:15 PM   #44
Sichosis
Piston Honda
 
Night Elf Rogue
 
Whisperwind
I have a question, when I set my Target health Text to Absolute and Percent, this is the custom text for the display:

[~Status?FractionalHP:Short] | [Status:PercentHP:Percent]

When it shows up in the frame it shows up as:

11.2K / 11.2K 100

I want it to show up as:

11.2K / 11.2K [100%]

Can anyone help me?

Offline
Reply With Quote
Old 10/27/07, 5:40 PM   #45
Ohi
Piston Honda
 
Ohi's Avatar
 
Blood Elf Mage
 
Thunderlord
Originally Posted by roquer View Post
Is there a mod or program that allows you to log in with no mods loaded, and then allows you select different option sets depending on what you intend to be doing? I hate that it takes me 2 mins to log in because I load auction mods when I raid, or raid mods when I am pvping.

Check out one that's called TooManyAddons. I think it may do what you're looking for, maybe not exactly, but probably as close as you can get. You can find it at curse.

TooManyAddons | World of Warcraft @ Curse

Offline
Reply With Quote
Reply

Go Back   Elitist Jerks » Public Discussion » User Interface and AddOns

Thread Tools