1. #1
    The Patient
    15+ Year Old Account
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    208

    AddOn that only removes default unitframes?

    Working on a minimalistic UI but I can't seem to find any addon which only purpose is to hide default unitframes. I use IceHud now since it seems to be the best hud out there at the moment since it fits my needs with player, target, pet, focus.

    Anyone know if such addon exists?

    Project idea:
    - Actionbars keybound and hidden
    - OPie for trinkets/some spells
    - Show/hide minimap when needed via keybinding
    - Show when cooldowns is ready trough Parrot
    - Hud with alphaing for states (combat, out of combat, not at 100% etc)
    - EBB to be configured to show extremely small buffs and medium huge debuffs (to not miss those important raid debuffs)
    etc

    The goal is to make it "alt-z"-clean when idling, and show stuff when it's actually needed.
    -.-

  2. #2

    Re: AddOn that only removes default unitframes?

    Quote Originally Posted by jkw
    Working on a minimalistic UI but I can't seem to find any addon which only purpose is to hide default unitframes. I use IceHud now since it seems to be the best hud out there at the moment since it fits my needs with player, target, pet, focus.

    Anyone know if such addon exists?

    Project idea:
    - Actionbars keybound and hidden
    - OPie for trinkets/some spells
    - Show/hide minimap when needed via keybinding
    - Show when cooldowns is ready trough Parrot
    - Hud with alphaing for states (combat, out of combat, not at 100% etc)
    - EBB to be configured to show extremely small buffs and medium huge debuffs (to not miss those important raid debuffs)
    etc

    The goal is to make it "alt-z"-clean when idling, and show stuff when it's actually needed.
    Easiest way would be to grab the addon called: Pitbull, and disable everything including Target, Player, Pet, etc.

  3. #3
    The Patient
    15+ Year Old Account
    Join Date
    Sep 2007
    Location
    Sweden
    Posts
    208

    Re: AddOn that only removes default unitframes?

    That's a solution. But it would nice to find a RemoveDefaultUnitFrames-AddOn.
    -.-

  4. #4

    Re: AddOn that only removes default unitframes?

    What you can do is just hide all of the frames with:

    PlayerFrame:Hide()
    PetFrame:Hide()

    The form for the code is:
    (name)Frame:Hide()

    To get the name of the frame there is some mouseclick() macro I can't remember at the moment, but its easy enough to google.

    Personally I use this code to show/hide my frames in 2 macros, however if you just want them to be hidden permanently you can throw the code into your own tiny addon lua file.

Posting Permissions

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