Jump to content

Changing stat thresholds?


Withinpurple

Recommended Posts

Right, I installed a custom skin today and I've been trying to change the colours of the players' stats. But here's my problem, I want to change the values of the bad, normal, good, and excellent stats to 1-8, 9-11, 12-15 and 16-20 respectively (at the moment it's 1-8, 9-13, 14-17 and 18-20). Is there any way to do this?

Thanks guys!

Link to post
Share on other sites

To edit the Attribute thresholds you need to edit the ‘player attributes panel.xml’ (for players) and ‘non player profile.xml’ (non-players) files.

The code you need to change is this, which should appear at the top of the file:

<!-- attribute colouring -->

<integer id="exca" value="16" />

<!-- excellent threshold -->

<integer id="excn" value="11" />

<!-- normal threshold -->

<integer id="excl" value="6" />

<!-- low threshold -->

Link to post
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...