CurseForge.com
Home
Addons
Authors
Forums
Knowledge base
Paste
Site issues
Sign in
Register new account
InspirationUI
Overview
Files
Images
Tickets
Pages
Repository
Subscriptions
Curse
Target Icons
r3
Source
Markup:
*
That's will easy; Open the file "...\Customized\Views\HUD\CharPortraitRight.xml" If you have the last version (1.13), you will get, at line 55 to 65, buffs opponents options. <pre> <!-- _=¯ Buff Icons Target - Begin ¯=_ --> <BuffListView name="BuffListView" h_local_alignment="CENTER" layout_borders="Rect(0,0,0,0)" icon_size="Point(26,26)" icon_spacing="Point(2,0)" full_size_limit="30" max_columns="15" filter="hostile" /> <!-- ¯=_ Buff Icons Target - End _=¯ --> </pre> Line 63:<pre> filter="hostile" <!-- that show only debuff --> </pre> Change the line to: <pre> filter="hostile,friendly" <!-- Now you can see all buffs and debuffs on the opponent --> </pre> Voila! Don't forget to save and if your game is still open, you can do "/reloadui" to see the last changes. PS: I remove "friendly" target buffs because we get too much icons, you can change 'max_columns=""' and 'full_size_limit=""' too get a better display.
Markup Type:
*
The type of markup for this entry.
Click here for details
.
WikiCreole
BBCode
Safe HTML
Plain Text
Markdown
Textile
Curse Wiki (Deprecated)