Sabbat
Trakanon Raider
- 1,944
- 823
Is this something I should be concerned about? I can't find any references to these BuffXX that I've deleted except in that log. Has anyone else shortened the buff windows and resolved this?
Sure have. You just hide it, you don't remove the buttons.
Updated Example:
Code:
<StaticAnimation item="BW_BuffBackground4">
<RelativePosition>true</RelativePosition>
<Location>
<X>298</X>
<Y>522</Y>
</Location>
<Size>
<CX>0</CX> <!-- <CX>50/100</CX> set to zero to hide for older expansions -->
<CY>0</CY> <!-- <CY>76/152</CY> set to zero to hide for older expansions -->
</Size>
Do this for each of the buff slots that you want to remove. Setting the size to zero just hides it. They still function, you just don't see them.
Just remember though, anytime you modify the UI prepare yourself a world of pain when there's an update to the game. =D
edit: I fucked up where I removed it. It's fixed now.
Last edited: