1. #9401
    I'm looking for a Buff/Debuff addon. I'm not looking for a big or advanced system, just needs to be simple, I want to easily track buffs such as Arcane Blast stacks for Mage, Serpent Sting or Rapid Fire for Hunter, etc.

    Any suggestions?

  2. #9402
    Epic! Tearor's Avatar
    Join Date
    Dec 2007
    Location
    Դժոխք
    Posts
    1,676
    Quote Originally Posted by ComputerNerd View Post
    Alternative addons could also improve the look of the UI.
    A good alternative to XPerl would be Shadowed Unitframes and one I found to be a lot neater.
    Is what I was about to say. XPerl looks crowded somehow in comparison.

    For the poster who wanted a simple buff tracking addon, you could use Forte Xorcist - but then again, I'm a freak for Power Auras Classic, which is reasonably simple once you get how it's done, and unmatched in customizability, but very easy to set up in comparison. There are some other similar addons like WeakAuras, which I am unexperienced with though.
    No point mentioning these bats, I thought. The poor bastard will see them soon enough.

  3. #9403
    Depends on the means by which they are to be tracked.
    Icons, bars or timers are all viable methods, but some people will find some easier to read than others.

    For bars then ForteXorcist, NeedToKnow or WeakAuras.
    For Icons then TellMeWhen, PowerAuras or WeakAuras.
    For Timers then PowerAuras or WeakAuras.

    PowerAuras and to a (currently) greater degree WeakAuras are very substantial addons and not what I would call userfriendly.
    TellMeWhen and NeedToKnow are rather more limited in their scope and something I would advise for a start to then see if you require something additional features-wise.
    Better starting smaller and moving up than being overwhelmed by options you don't need.

  4. #9404
    Warchief Keosen's Avatar
    Join Date
    Oct 2009
    Location
    Sin City
    Posts
    2,182
    Anyone knows how the special frames of bosses like Rhyolith steering indicator, Alys Wings and Majo energy are called?

    Because i can't see them for some reason and i want to manually toggle them with a macro or with MoveAnything addon.
    Last edited by Keosen; 2011-10-06 at 01:55 PM.

  5. #9405
    Quote Originally Posted by Keosen View Post
    Anyone knows how the special frames of bosses like Rhyolith steering indicator, Alys Wings and Majo energy are called?

    Because i can't see them for some reason and i want to manually toggle them with a macro or with MoveAnything addon.
    Believe its PowerBarAlt or something like that, since that seems to be used often when describing addons to either move it, or replace it.

  6. #9406
    Warchief Keosen's Avatar
    Join Date
    Oct 2009
    Location
    Sin City
    Posts
    2,182
    Quote Originally Posted by ComputerNerd View Post
    Believe its PowerBarAlt or something like that, since that seems to be used often when describing addons to either move it, or replace it.
    Yes its PowerBarAlt thanks alot

  7. #9407
    The Patient
    Join Date
    Apr 2011
    Location
    Ireland
    Posts
    295
    Im looking for some Shaman UI help

    Is there an add on that has an animation to show you that Lava Burst has reset with Flame shock?

    I've been able to keep an eye on it so far but I miss quite a few.

    ^ Thanks to CrazyTaco93

  8. #9408
    I'm at work at the moment so I don't know the exact method of configuration, but you should be able to set up PowerAuras to show either when Lava Burst is usable, or when this spell is activated:
    Lava Surge! (ID 77762) - This is the proc itself, so this will indicate when the cooldown is reset.

    Edit: There's a comment on that page for importing a PowerAuras setup.
    http://www.wowhead.com/spell=77762#comments:id=1466745

  9. #9409
    Hello everyone,
    I have a question BigWigs. I've seen several videos where people had their BigWigs configured in a way that I simply can't get to.

    Two examples here: youtube.com/watch?feature=player_embedded&v=8L8K739YJN8 [Do mute sound before you play it]
    youtube.com/watch?v=2dbTgLfXhYY

    Anyone could help me out on how to achieve that configuration? Thanks in advance.

  10. #9410
    Moderator Fnx-'s Avatar
    Join Date
    Jul 2011
    Location
    Denmark
    Posts
    885
    I'm looking for the addon that tells what rank a player is in his guild when you hover the mouse over him ingame.
    TWITCH.TV/FNX1337
    Streaming High End PVE (DK POV)
    Envy - Kazzak EU (www.envy.si)
    MY DK

  11. #9411
    Quote Originally Posted by Fnx- View Post
    I'm looking for the addon that tells what rank a player is in his guild when you hover the mouse over him ingame.
    Code:
    local a=CreateFrame("Frame")
    local GameTooltip, GetGuildInfo = GameTooltip, GetGuildInfo
    a:SetScript("OnEvent",function()
        local _, rank = GetGuildInfo("mouseover")
        if rank then
            GameTooltip:AddDoubleLine("Guild rank:",rank,1,0.82,0,1,1,1)
            GameTooltip:Show()
        end
    end)
    a:RegisterEvent("UPDATE_MOUSEOVER_UNIT")
    How to use. Untested. Report back with issues.
    Last edited by Treeston; 2011-10-08 at 07:03 PM.
    UI & AddOns expert | Interface & Macros moderator - My work

  12. #9412
    Hi!I'm looking for a tankin ui. i play 10 man and i'm sometimes a healer. I'd like it to look nice.

  13. #9413
    Hi everyone. I keep seeing this UI addon in a bunch of videos where it shows the proximity of people to you. The addon is a rectangular box with a dot in the center representing you. Surrounding that dot is a circle which I assume is a set distance from your character. And if anyone else shows up near you, they have a dot representing them too. For the life of me, I can't seem to google it. Is it part of a boss mod? Can you help me find it? Thanks

  14. #9414
    BigWigs' Proximity module.
    UI & AddOns expert | Interface & Macros moderator - My work

  15. #9415

  16. #9416
    Deadly Boss Mod also has similar function built in.


    Quote Originally Posted by Lich King
    "You speak of justice? Of cowardice? I will show you the justice of the grave... and the true meaning of fear."

  17. #9417
    Tiptac has that option, or at least an addition to Tiptac.

    ---------- Post added 2011-10-08 at 06:05 PM ----------

    Quote Originally Posted by Fnx- View Post
    I'm looking for the addon that tells what rank a player is in his guild when you hover the mouse over him ingame.
    Tiptac has that option, or at least an addition to Tiptac.

  18. #9418
    I've asked that question before but I'm slightly slow nowadays. I would be really greatfull if someone could tell me which addon tracks DoTs in this video. Thank you.
    http://www.youtube.com/watch?v=mKsk_IGXp4U

  19. #9419
    Quote Originally Posted by Sahagin View Post
    I've asked that question before but I'm slightly slow nowadays. I would be really greatfull if someone could tell me which addon tracks DoTs in this video. Thank you.
    http://www.youtube.com/watch?v=mKsk_IGXp4U
    Looks to me like NeedToKnow @ Curse.

  20. #9420
    Dreadlord
    Join Date
    Jan 2011
    Location
    Indianapolis, Indiana
    Posts
    809
    I hope I'm posting this in the right place. I saw a UI on these boards a decent time ago (a couple of months). It was similar to what I'm thumbnailing but it was a paladin on a mount outside BWD. I don't know why it stuck in my head but they changed all of their class colors so everything was super bright. For the life of me I can't find that screenshot or a link to that UI now so I'm coming here hoping someone else can direct me to it. Like I said it's extremely similar to the thumbnail but the original was a paladin with extremely bright pink class frames in the relatively same configuration:


    Edit: I guess the image really isn't that great. My character is in the top left, so the screenshot is basically the right side of the screen and a little more than half way up.



    Edit 2: Just added the full screenshot so it may hopefully make more sense.
    Last edited by refire; 2011-10-09 at 03:45 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •