Results 1 to 5 of 5

Thread: Removing HudView.xml buffs, all of them

  1. #1

    Default Removing HudView.xml buffs, all of them

    As per title,

    Anyone that knows how i can do that?
    Minimising their size does make the icons go away, but NOT the stack counters that appear below them sadly. Now obviously i am clueless, but if anyone knows of a way to make those disappear as well, do please let me know?

    And thanks for reading
    Obsequious and arrogant, clandestine and vain

  2. #2

    Default

    Quote Originally Posted by Aenra View Post
    As per title,

    Anyone that knows how i can do that?
    Minimising their size does make the icons go away, but NOT the stack counters that appear below them sadly. Now obviously i am clueless, but if anyone knows of a way to make those disappear as well, do please let me know?

    And thanks for reading
    I don't know if thats possible but wouldn't recomend that, in some cases you need tho see the objetive buffs to know what to do (for example fh/tw)
    they may be anoying but they're needed.
    meh...

  3. #3

    Default

    Delete this from hudview.xml (this is from the default UI). It will remove all buffs on top of your screen. That is what you wanted yeah?

    Code:
            <BuffListView name="HudFriendlyBuffListView"
    		      view_flags="WID_IGNORE_WHEN_HIDDEN"
    		      hover_info_orientation="VERTICAL"
    		      filter="friendly"
    		      full_size_limit="10"
    		      max_columns="20"
    		      icon_size="Point(31,31)"
    		      icon_spacing="Point(3,3)"
    		      />
    Fass
    Professional northmen slayer of saga
    {Circle of Eternity}

  4. #4

    Default

    Changing buffs size is only hiding the buffs but not removing them. The buffs are useful information, idk why you want to remove them.

    If you really want to do it, just delete the whole "HudFriendlyBuffListView" thing from hudview.xml


    <BuffListView name="HudFriendlyBuffListView"
    view_flags="WID_IGNORE_WHEN_HIDDEN"
    hover_info_orientation="VERTICAL"
    filter="friendly"
    full_size_limit="10"
    max_columns="20"
    icon_size="Point(62,62)"
    icon_spacing="Point(3,3)"
    />
    Henryx Guardian
    Henryau Pom
    Henryz Barb
    Henryuki Hox
    Henryn Necro
    Crom
    - Henryx Age of Conan Youtube -
    - Henryx Age of Conan Blog -

  5. #5

    Default

    My apologies, only just saw your replies.. thank you veeeery very much!!!!
    Really
    Obsequious and arrogant, clandestine and vain

Posting Permissions

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