[ElvUI] Have Action bars show only in combat and mouse over? (2024)

Need an account? Register Now.

?

  • Premium
  • Contact Us
  • Home
  • Forum
  • Rules
  • Forum Actions
    • Mark Forums Read
  • What's New?

[ElvUI] Have Action bars show only in combat and mouse over? (10)Recent Forum Posts

11:09 AM

Blizzard never brought any evidence that the WoW token managed to lower RMT

09:09 AM

Dracthyr will never have access to other classes.

09:05 AM

Inlining other tanks in m+

08:48 AM

What expansion do you think marked the golden age of WoW?

05:54 AM

Midsummer Fire Festival 2024

05:25 AM

REMIX: Faster then Deamonhunter :)

Go to Forums »Forum Filters

  • MMO-Champion
  • » Forum
  • » World of Warcraft
  • »
  • » [ElvUI] Have Action bars show only in combat and mouse over?
  • Thread Tools
    • Show Printable Version
    • Email this Page…
  1. 2012-02-02,09:38 PM#1

    yorker

    • [ElvUI] Have Action bars show only in combat and mouse over? (19)View Profile
    • [ElvUI] Have Action bars show only in combat and mouse over? (20)View Forum Posts
    • [ElvUI] Have Action bars show only in combat and mouse over? (21)Private Message
    • [ElvUI] Have Action bars show only in combat and mouse over? (22)View Started Threads

    [ElvUI] Have Action bars show only in combat and mouse over? (23)

    High Overlord

    [ElvUI] Have Action bars show only in combat and mouse over? (25)
    Join Date
    Dec 2009
    Location
    Michigan
    Posts
    105
    I'm looking for a way to have my ElvUI action bars show when in combat and on mouse over (when out of combat).

    The closest I've found to this functionality is the following code in the Visibility State box:
    [exists]fade; [combat]show; hide

    This shows the bar when in combat or when I have something targeted. I can live with this for now, but my ideal state would be for mouseover instead of (or in addition to) [exists].

    If anyone knows how to do this, I would greatly appreciated it.

    Also note that Im trying to avoid the addon Kong UI Hider because it doesn't seem to be getting updated anymore.

    Reply With Quote

  2. 2012-02-02,10:43 PM#2

    Khadjid

    • [ElvUI] Have Action bars show only in combat and mouse over? (27)View Profile
    • [ElvUI] Have Action bars show only in combat and mouse over? (28)View Forum Posts
    • [ElvUI] Have Action bars show only in combat and mouse over? (29)Private Message
    • [ElvUI] Have Action bars show only in combat and mouse over? (30)View Started Threads

    [ElvUI] Have Action bars show only in combat and mouse over? (31)

    Dreadlord

    [ElvUI] Have Action bars show only in combat and mouse over? (33)
    Join Date
    Feb 2010
    Posts
    782
    I have actually never tried ElvUI, but from the looks of it it might work with:
    fade; [combat]show

    Edit: That should work as long as fade would fade the action bar to 0% opacity

    Last edited by Khadjid; 2012-02-02 at 10:45 PM.

    Reply With Quote

  3. 2012-02-03,01:02 AM#3

    Deleted

    I'm using the latest version and ElvUI offers the option to show on Mouse Over
    img528.imageshack. us/img528/8387/32030153.jpg
    if that's what you want/need. I don't know if this'll automatically show the bars in combat but you said you could use [combat]show; hide for that.

    Reply With Quote

  4. 2012-02-03,05:03 AM#4

    yorker

    • [ElvUI] Have Action bars show only in combat and mouse over? (36)View Profile
    • [ElvUI] Have Action bars show only in combat and mouse over? (37)View Forum Posts
    • [ElvUI] Have Action bars show only in combat and mouse over? (38)Private Message
    • [ElvUI] Have Action bars show only in combat and mouse over? (39)View Started Threads

    [ElvUI] Have Action bars show only in combat and mouse over? (40)

    High Overlord

    [ElvUI] Have Action bars show only in combat and mouse over? (42)
    Join Date
    Dec 2009
    Location
    Michigan
    Posts
    105
    Neither options work unfortunately, but thanks for the help. The ElvUI unitframes have an option called combat fade that has the functionality I want, but I have no idea how to inject that into the action bar options.

    Reply With Quote

  5. 2012-02-03,07:48 AM#5

    Deleted

    Code:

    [combat]show; fade

    Reply With Quote

  6. 2012-02-03,08:22 PM#6

    yorker

    • [ElvUI] Have Action bars show only in combat and mouse over? (45)View Profile
    • [ElvUI] Have Action bars show only in combat and mouse over? (46)View Forum Posts
    • [ElvUI] Have Action bars show only in combat and mouse over? (47)Private Message
    • [ElvUI] Have Action bars show only in combat and mouse over? (48)View Started Threads

    [ElvUI] Have Action bars show only in combat and mouse over? (49)

    High Overlord

    [ElvUI] Have Action bars show only in combat and mouse over? (51)
    Join Date
    Dec 2009
    Location
    Michigan
    Posts
    105
    @Treeston

    I have tried that. For some reason, even though ElvUI is based on Bartender, it doesn't like that string. I even tried [combat] show; fade:0 but no luck there either.

    Reply With Quote

  7. 2012-02-03,09:04 PM#7

    Deleted

    [ElvUI] Have Action bars show only in combat and mouse over? (53) Originally Posted by yorker

    Neither options work unfortunately, but thanks for the help. The ElvUI unitframes have an option called combat fade that has the functionality I want, but I have no idea how to inject that into the action bar options.

    It's odd that it doesn't work for you. For me it does what it's supposed to do. Maybe you could try to reinstall the ElvUI, who knows what's going on...

    Reply With Quote

  8. 2012-02-03,10:56 PM#8

    yorker

    • [ElvUI] Have Action bars show only in combat and mouse over? (56)View Profile
    • [ElvUI] Have Action bars show only in combat and mouse over? (57)View Forum Posts
    • [ElvUI] Have Action bars show only in combat and mouse over? (58)Private Message
    • [ElvUI] Have Action bars show only in combat and mouse over? (59)View Started Threads

    [ElvUI] Have Action bars show only in combat and mouse over? (60)

    High Overlord

    [ElvUI] Have Action bars show only in combat and mouse over? (62)
    Join Date
    Dec 2009
    Location
    Michigan
    Posts
    105

    [ElvUI] Have Action bars show only in combat and mouse over? (63) Originally Posted by senfgurke2

    It's odd that it doesn't work for you. For me it does what it's supposed to do. Maybe you could try to reinstall the ElvUI, who knows what's going on...

    Oh, the mouseover check box works fine. What doesn't work is mouseover in addition to [combat]show; hide
    The latter just completely overrides the mouseover option.

    Reply With Quote

  9. 2012-02-03,11:01 PM#9

    Deleted

    Ah, ok, now I understand.
    Best option then would probably be to go to the Tukui/ElvUI forums directly and ask there.
    Last edited by mmoc4a3b9d52b4; 2012-02-03 at 11:05 PM.

    Reply With Quote

«Previous Thread|Next Thread»

Quick NavigationTop

  • Site Areas
  • Settings
  • Private Messages
  • Subscriptions
  • Who's Online
  • Search Forums
  • Forums Home
  • Forums
  • News
    1. News
  • World of Warcraft
    1. General Discussions
    2. The War Within - General Discussions
    3. Classic WoW - General Discussions
    4. Professions
    5. PvP
    6. Achievements, Pet Battles, and Transmogrification
    7. Lore
      1. Role Playing
  • Class Discussions
    1. Death Knight
    2. Demon Hunter
    3. Druid
    4. Hunter
    5. Evoker
    6. Mage
    7. Monk
    8. Paladin
    9. Priest
    10. Rogue
    11. Shaman
    12. Warlock
    13. Warrior
  • Off-Topic Forums
    1. General Off-Topic
      1. Politics
    2. Fun Stuff
    3. Chat Zone
    4. Computer
      1. Computer Build / Upgrade Help
    5. Cinema / TV Shows / Music / Books
  • Video Games
    1. Video Games Discussion
    2. Hearthstone: Heroes of Warcraft Online Cardgame
    3. Overwatch
    4. Diablo
    5. Heroes of the Storm
    6. Final Fantasy XIV
    7. Guild Wars 2
    8. League of Legends
    9. Star Wars: The Old Republic
  • Guild and Community Recruitment
    1. Recruitment - Classic Servers
    2. Recruitment - US Servers
    3. Recruitment - US Oceanic Servers
    4. Recruitment - EU-English Servers
    5. Recruitment - EU-German Servers
    6. Recruitment - EU-French Servers
  • Archives
    1. Contest
      1. Guides Submission - Uncommon
      2. Guides Submission - Rare
    2. Raids US First kills
    3. Raids EU First kills
  • MMO-Champion
  • » Forum
  • » World of Warcraft
  • »
  • » [ElvUI] Have Action bars show only in combat and mouse over?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  • BB code is On
  • Smilies are On
  • [IMG] code is On
  • [VIDEO] code is On
  • HTML code is Off
  • Contact Us
  • MMO Champion
  • Top

All times are GMT. The time now is 11:10 AM.

[ElvUI] Have Action bars show only in combat and mouse over? (2024)

References

Top Articles
Latest Posts
Article information

Author: Tish Haag

Last Updated:

Views: 5827

Rating: 4.7 / 5 (67 voted)

Reviews: 90% of readers found this page helpful

Author information

Name: Tish Haag

Birthday: 1999-11-18

Address: 30256 Tara Expressway, Kutchburgh, VT 92892-0078

Phone: +4215847628708

Job: Internal Consulting Engineer

Hobby: Roller skating, Roller skating, Kayaking, Flying, Graffiti, Ghost hunting, scrapbook

Introduction: My name is Tish Haag, I am a excited, delightful, curious, beautiful, agreeable, enchanting, fancy person who loves writing and wants to share my knowledge and understanding with you.