Elitist Jerks
Register
Blogs
Forums


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

Reply
 
LinkBack Thread Tools
Old 04/13/09, 2:54 AM   #1906
Dankz
Von Kaiser
 
Dankz's Avatar
 
Undead Mage
 
Caelestrasz
Auto Fade Kg Panels

I'm trying to write a script that will fade the panels I have parented to eavesdrop once eavesdrop fades(about 20 Seconds). Any suggestions?

Offline
Reply With Quote
Old 04/13/09, 8:30 AM   #1907
Mikari
Banned
 
Moo
Dwarf Priest
 
Bloodhoof
Originally Posted by Qupe View Post
Is there anything that accomplishes what ratingbuster does but uses less memory?
If you just want the rating conversion without any of the stat summery stuff there is WoW AddOns - Ratings - WowAce.com but honestly memory usage doesn't really matter on a system with 2GB or more of RAM which should be pretty much any system playing WoW these days.

Offline
Reply With Quote
Old 04/15/09, 2:31 PM   #1908
Kalidin
Glass Joe
 
Human Warrior
 
Jaedenar (EU)
Well hello,
wouldnt this be easy to make as a addon?
i dont have all seals, and its not uber design but just to give a quick idea.
Im not good with addon coding but i would think this wouldnt be so hard to make. If you knew how it work.
the idea is that the seal you have on you is in the middle.
Blessings would just stay where there are but the buff you have on you is highlighted and maybe in raids the blessing would also be highlighted when you have the blessing on you!



Hope someone gets a idea out of this !

Offline
Reply With Quote
Old 04/15/09, 2:50 PM   #1909
Keldin
Von Kaiser
 
Keldin's Avatar
 
Dwarf Hunter
 
Darkmoon Faire (EU)
Okay, I'm using Forte Cooldown module and I kind of managed to put my Rapid Fire cooldown on Ignore with the right-click option. Now I can't find how to remove Rapid Fire from the ignore list. Does anyone have any experience with this?

Offline
Reply With Quote
Old 04/15/09, 4:25 PM   #1910
valeea
Von Kaiser
 
Blood Elf Mage
 
Tichondrius (EU)
I did not yet figure out how to turn the "!"s and "?"s on the minimap back to their original size. Herb nodes, too, are smaller since 3.1 than they used to be before. I have searched on this topic, but have not been able to restore their size. Does anyone know how to fix this?

Offline
Reply With Quote
Old 04/15/09, 8:13 PM   #1911
Nhala
Glass Joe
 
Nhala's Avatar
 
Human Paladin
 
Arathor
Having the same issue with ClassTimer that I had once before, it's now tracking other peoples' buffs/debuffs on a target. Is there any way to fix this? It's no good to me if it tracks all debuffs from my class on the target.

Last edited by Nhala : 04/24/09 at 2:37 AM.

Originally Posted by Ghostcrawler
"GC SEZ RETS R FACEROLLERZ"

Offline
Reply With Quote
Old 04/15/09, 8:19 PM   #1912
Tharia
Piston Honda
 
Tharia's Avatar
 
Tauren Paladin
 
Mal'Ganis (EU)
I found this in the comments on Curse.com - WoW Addons WAR Addons Gamer Blogs Forums

Quick hack to fix for 3.1:
open ClassTimer.lua
go to line 363
insert the following:

if isMine == "player" then
isMine = true
else
isMine = false
end
Another comment states that you have to put it in line 401, too.

I tried it on a dummy with another hunter (serpent sting) and it seems to work.

I'd be interested in a similar fix for TellMeWhen, same problem, the addon can't tell the debuffs cast by me from those of other people.

Offline
Reply With Quote
Old 04/16/09, 12:52 AM   #1913
ieatpaperbag
Piston Honda
 
ieatpaperbag's Avatar
 
Gnome Rogue
 
Eonar
Originally Posted by Tharia View Post
I'd be interested in a similar fix for TellMeWhen, same problem, the addon can't tell the debuffs cast by me from those of other people.
It seems like all timer mods are having this problem, the only one that I am aware of that has been updated to be working properly is SatrinaBuffFrame.

United States Offline
Reply With Quote
Old 04/16/09, 8:08 AM   #1914
Silmemir
Glass Joe
 
Human Paladin
 
Runetotem (EU)
Quartz definitely had that problem, at least before I updated it - the list of buffs on my target stretched to the top of the screen! I didn't notice if it worked after I installed the new version as I wasn't in a raid after that and forgot to look.


And, this:

Originally Posted by Kalidin View Post
reminds me of a mod I used many years ago in BWL, called HolyHope. This seems to have been rewritten for later versions of WoW as per my link. It doesn't do exactly what you were suggesting - there are 3 radial menus, 1 each for seals, blessings and random spells - and I'm not sure how it handles there being 3 different Judgements now, but you might want to take a look at it, especially if the aesthetics of your design were what appealed to you.

PS: There was another similar mod which could be customised for any class, but I've forgotten the name and have no idea if it is still supported. It was definitely an Ace addon though. Someone else might remember?

Offline
Reply With Quote
Old 04/16/09, 8:33 AM   #1915
Tellez
Glass Joe
 
Night Elf Hunter
 
Grim Batol (EU)
Originally Posted by Tharia View Post
I'd be interested in a similar fix for TellMeWhen, same problem, the addon can't tell the debuffs cast by me from those of other people.
I had the same issue, and i found this solution on Curse. Try it.

Originally Posted by Curse Addons
To fix this, navigate to WoWDirectory/Interface/Addons/NeedToKnow and open "NeedToKnow.lua" in a text editor. Then find the following line of code (it is near the bottom):

"elseif ( buffName == bar.auraName ) and ( (isMine and bar.onlyMine) or (not bar.onlyMine) ) then"

In this line, replace "isMine" with "isMine == "player"". Now it's back to only tracking your own debuffs

Offline
Reply With Quote
Old 04/16/09, 1:48 PM   #1916
Keldin
Von Kaiser
 
Keldin's Avatar
 
Dwarf Hunter
 
Darkmoon Faire (EU)
Still looking help with Forte_Cooldown. I managed to put my Rapid Fire CD on ignore. The AddOn says there's a way to un-ignore it, but I can't find how to. Anyone has any experience with it?

Offline
Reply With Quote
Old 04/16/09, 4:11 PM   #1917
Dianora
Glass Joe
 
Human Paladin
 
Korgath
Q: How to move new vehicle unitFrame?

Ok, how do I move the new vehicle unitFrame which allows you to switch from driver to gunner position? The default location is where Elkano's BuffBars will expand into.

I'm currently using Bartender4, Pitbull, and Chinchilla.


Offline
Reply With Quote
Old 04/17/09, 12:16 AM   #1918
Trevear
Von Kaiser
 
Trevear's Avatar
 
Night Elf Rogue
 
Elune
@Silmemir & Kalidin
There was a mod called Crylosis which was radial in nature.

"You think we're fly, but we levitate." - "Rockstar" by N.E.R.D.

Offline
Reply With Quote
Old 04/17/09, 2:08 AM   #1919
rubik
Glass Joe
 
Tauren Druid
 
Kilrogg
For those asking how to get Power Auras to show an aura based on two different conditions/events, it was described in the comments on the WoWInterface page for the addon like this:

Create the 2 auras, shift-click the second one to turn it off, then in the config for the first one enter the id of the second one (the one you disabled) in the text box to the right of "Exact name".
You basically "chain" the two conditions by hiding/disabling one, hovering over it to get its ID (ends up being the "slot number" in the grid of auras you define) and then plugging that ID in (as a "pre-requisite" of sorts) for the second (active) aura with its own conditions.

I hope that's not too confusing; it's really not that hard to pull off once you've got the addon in front of you.

Good luck!

Offline
Reply With Quote
Old 04/17/09, 4:41 AM   #1920
lichdawg
Von Kaiser
 
Undead Death Knight
 
Archimonde (EU)
I would like some help finding a Unit Frame. I used nurfed/Pitbull but I am not happy with those.

What I am looking for is:
  • Standard unit frame look (default blizzard look).
  • Ability to drag frames anywhere.
  • Resizeable frames.
  • Target of target.
  • Icon or text and color showing the class of the target.
  • All buffs visible without having to mouse over.
  • In all frames text showing [current health/total health] and on the right side of frame [percentage health].
  • Small footprint
  • 3.1 support.

If anyone can tell me what mod ,if any, can do the above, I would be eternally grateful.

Offline
Reply With Quote
Reply

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

Thread Tools