1. #1

    Hiding Blizzard Default Cast Bar

    I'm playing around with my own UI and wondering if there is any addon people prefer to just hide the default blizzard cast bar?

  2. #2
    Deleted
    I'm assuming you have some sort of substitute for the default cast bar then?
    If it's an addon, I'm sure it already has an option to hide the default bar.
    If You've recreated the cast bar yourself, simply add
    CastingBarFrame:UnregisterAllEvents()
    somewhere.

  3. #3
    Quote Originally Posted by speku View Post
    I'm assuming you have some sort of substitute for the default cast bar then?
    If it's an addon, I'm sure it already has an option to hide the default bar.
    If You've recreated the cast bar yourself, simply add somewhere.
    i created a weakaura cast bar that I like. So I think I need an addon to disable Blizzard's default cast bar.

  4. #4
    Deleted
    Then the afore-mentioned method should work out nicely with your aura:
    Under the "On Init" section of the "Actions" tab, select the "Custom" checkbox and enter
    CastingBarFrame:UnregisterAllEvents()
    in the "Custom Code" text area. No additional addon required.

  5. #5
    Quote Originally Posted by speku View Post
    Then the afore-mentioned method should work out nicely with your aura:
    Under the "On Init" section of the "Actions" tab, select the "Custom" checkbox and enter in the "Custom Code" text area. No additional addon required.
    Fantastic! Worked like a charm. Thank you kind sir.

  6. #6
    Quote Originally Posted by mmoc5cadf94ec5 View Post
    then the afore-mentioned method should work out nicely with your aura:
    Under the "on init" section of the "actions" tab, select the "custom" checkbox and enter in the "custom code" text area. No additional addon required.

    ty ty ty ty ty

  7. #7
    [Moderator Note: Thread Closed]
    Reason: post on a 2016 thread without adding meaningful content.

Posting Permissions

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