Elitist Jerks
Register
Blogs
Forums


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

Reply
 
LinkBack Thread Tools
Old 12/03/09, 5:17 PM   #4966
Raptør
Glass Joe
 
Orc Death Knight
 
Laughing Skull
@Raptør
InternalCooldowns may be what you're looking for.
This is kind of what I'm looking for, but this mod requires another to work. Currently I use Satrinas Buff Frames to watch when things are up and just guess on when things will be back off coodown. But what I'm looking for is one spot where when the proc is up it shows its duration, and when its down shows the cooldown/internal cooldown.

Offline
Reply With Quote
Old 12/04/09, 2:03 AM   #4967
Extenze
Von Kaiser
 
Extenze's Avatar
 
Tauren Shaman
 
Blackrock
Originally Posted by Fonjask View Post
Try Historian, if you want to track it per session just reset it every session .
A bit more overkill than what I was looking for, interesting addon nonetheless.

Bulk Sim with variable RNG

If debugging is the process of removing bugs, then programming must be the process of putting them in.
-Edsger W. Dijkstra

Offline
Reply With Quote
Old 12/05/09, 2:57 PM   #4968
Klaud
Glass Joe
 
Night Elf Hunter
 
Zenedar (EU)
I managed to pick up both Deaths verdict normal and heroic this week. Is there any way to make Heatsink show them as seperate cooldowns ? Now I only see one bar and theres no difference for the heroic or normal one. Don´t know if its even possible since the gained buffed is called the same for both trinkets tho.

Offline
Reply With Quote
Old 12/05/09, 4:29 PM   #4969
Noraj
Don Flamenco
 
Noraj's Avatar
 
Dwarf Paladin
 
Lightbringer
Originally Posted by Klaud View Post
I managed to pick up both Deaths verdict normal and heroic this week. Is there any way to make Heatsink show them as seperate cooldowns ? Now I only see one bar and theres no difference for the heroic or normal one. Don´t know if its even possible since the gained buffed is called the same for both trinkets tho.
This may help ff the mod your using can be edited to include spells by their ID# instead of their text name.
The heroic version's buff is: 67771
The non-heroic version's buff is: 67702

"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 12/07/09, 1:34 PM   #4970
dvaz
Glass Joe
 
Human Rogue
 
Frostmane
Targette By Tooltip

Hi, i was glancing through the UI's in the other thread and i noticed many had a tooltip next to the boss telling 1) how many were targetting him and 2) the names of those players.

Anyone know the name? Here is one example of it.

Thanks!

http://jaronhendrix.com/images/wow/eck_ui2.jpg

Offline
Reply With Quote
Old 12/07/09, 2:51 PM   #4971
harrellj
Von Kaiser
 
Gnome Warrior
 
Elune
TipTac : WoWInterface Downloads : ToolTip

Offline
Reply With Quote
Old 12/08/09, 10:19 PM   #4972
IcePhoenix
Glass Joe
 
Blood Elf Rogue
 
Runetotem (EU)
Was posted on World of Raids today:

http://www.worldofraids.com/images/n...ndpup-mail.jpg

Does anyone know which addon it is that controls the transparent background and style of the windows?

Thanks in advance!

Offline
Reply With Quote
Old 12/08/09, 11:17 PM   #4973
Toxxulian
Banned
 
Toxxulian
Dwarf Death Knight
 
No WoW Account
Anyone know of a good minimap addon? One that allows you to hide it. I've tried minimapster and squeenix but they both don't allow you to hide.

Offline
Reply With Quote
Old 12/09/09, 1:24 AM   #4974
nightcracker
Glass Joe
 
Blood Elf Hunter
 
Nagrand (EU)
Originally Posted by Toxxulian View Post
Anyone know of a good minimap addon? One that allows you to hide it. I've tried minimapster and squeenix but they both don't allow you to hide.
If you know how to set up a .toc and .lua file you can use this code:
Minimap.Show = function() end
Minimap:Hide()
And poof, it's gone.

Offline
Reply With Quote
Old 12/11/09, 6:34 AM   #4975
chiyeuk
Von Kaiser
 
Human Warlock
 
Arathor
Originally Posted by IcePhoenix View Post
Was posted on World of Raids today:

http://www.worldofraids.com/images/n...ndpup-mail.jpg

Does anyone know which addon it is that controls the transparent background and style of the windows?

Thanks in advance!
Would also want to know what that addon would be!

My own questions:

- When you set the chat window's background to 0% opacity and you mouseover the window, the background colour shows up with low opacity. Is it possible to change the mouseover opacity higher (in game or with an addon)?

- Is there an addon that can move the chat tabs to the side of the chat window?

- I am using the mods Enen and Tenmetsu to modify the chat tabs look and chat tab flashing behaviour respectively. Is it possible to make the chat tabs appear only when someone types a message in a chat window while the rest of the tabs are hidden until mouseover? I think default settings are like that.. but the mod I am using is showing all the tabs.

- Is there an addon that adds one single background/box to all the chat tabs (so it doesn't look like tabs)? For example.. it would look like the following except the box would fit the text better and there is no "code" at the top:

Tab 1                      Tab 2                      Tab 3

Offline
Reply With Quote
Old 12/11/09, 5:10 PM   #4976
harrellj
Von Kaiser
 
Gnome Warrior
 
Elune
Originally Posted by chiyeuk View Post
Would also want to know what that addon would be!

My own questions:

- When you set the chat window's background to 0% opacity and you mouseover the window, the background colour shows up with low opacity. Is it possible to change the mouseover opacity higher (in game or with an addon)?

- Is there an addon that can move the chat tabs to the side of the chat window?

- I am using the mods Enen and Tenmetsu to modify the chat tabs look and chat tab flashing behaviour respectively. Is it possible to make the chat tabs appear only when someone types a message in a chat window while the rest of the tabs are hidden until mouseover? I think default settings are like that.. but the mod I am using is showing all the tabs.

- Is there an addon that adds one single background/box to all the chat tabs (so it doesn't look like tabs)? For example.. it would look like the following except the box would fit the text better and there is no "code" at the top:

Tab 1                      Tab 2                      Tab 3
You could probably do a good chunk of that with kgpanels and some creative scripting within it. Something like kgPanels -- Chat Frame Switching - WoWInterface . Create a panel next to your chat window, have individual panels for each tab, have each tab set to ChatFrameX:Show(), ChatFrameX:Hide() with X for each chat tab's number.

You would have to have something to hide the default chat tabs, which prat does for me (and I've never used any of the other popular chat mods like chatter to see if they have that option). One thing with doing this, tenmetsu/enen would no longer function for you.

Offline
Reply With Quote
Old 12/11/09, 6:48 PM   #4977
Vandalize
Glass Joe
 
Vandalize's Avatar
 
Blood Elf Paladin
 
Bloodfeather (EU)
Hello I don't know if this is the right thread to ask for this but here goes.

Im currently raiding with only one rogue in our raid setup and we agreed to always tricks me

Now I have been looking for a addon that shows me the Cooldown of a party/raid members Tricks of the trade.

I tried with Party ability bars with no luck and also raidcooldowns wich showed no Tricks.

I was wondering if anyone here could help me with it?
Thanks in advance.

Offline
Reply With Quote
Old 12/11/09, 7:03 PM   #4978
Kevinally
Bald Bull
 
Kevinally's Avatar
 
Troll Mage
 
Trollbane
Originally Posted by Vandalize View Post
Hello I don't know if this is the right thread to ask for this but here goes.

Im currently raiding with only one rogue in our raid setup and we agreed to always tricks me

Now I have been looking for a addon that shows me the Cooldown of a party/raid members Tricks of the trade.

I tried with Party ability bars with no luck and also raidcooldowns wich showed no Tricks.

I was wondering if anyone here could help me with it?
Thanks in advance.
Deadly Boss Mods can show all relevant party cooldowns, including ToTT, Heroism/Bloodlust, druid battle res, and most other raid effects, if you ask it to.

United States Offline
Reply With Quote
Old 12/11/09, 8:43 PM   #4979
Blindfury
Glass Joe
 
Night Elf Druid
 
Barthilas
I used to have a mod that would monitor the Trade/Guild chanel for players linking their profession, it would then store it in a database which you could later access. So if you needed something crafted, you could easily go through it and find who can craft it and whether they are online.

Obviously for the life of me I cant remember what it's called, any ideas?

EDIT: As is usually the case, I remembered the name just after posting (probably after typing "database") it's called "Craft DB" if anyone is interested

Offline
Reply With Quote
Old 12/12/09, 10:35 AM   #4980
Vandalize
Glass Joe
 
Vandalize's Avatar
 
Blood Elf Paladin
 
Bloodfeather (EU)
Originally Posted by Kevinally View Post
Deadly Boss Mods can show all relevant party cooldowns, including ToTT, Heroism/Bloodlust, druid battle res, and most other raid effects, if you ask it to.
Thank you, got it working but is there any way to keep the bar separate from your normal DBM bars?

Offline
Reply With Quote
Reply

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

Thread Tools