Originally Posted by
KillerJohn
Well, StatTracker is not designer to turn everything off. However this is added to my "buglist", and will be fixed, only for you

Please post here your config's entire stat_tracker tag to make me debugging easier.
I will mess with the area overlay to see if I can find something that is more visible.
edit: solution below
Thanks for taking a look at the weird display bug, here's the section you requested.
Code:
<!-- StatTracker customization -->
<stat_tracker total_panel_enabled="0" run_panel_enabled="0" area_panel_enabled="0" others_panel_enabled="1">
<background enabled="0" color="180,50,50,50" />
<border enabled="0" color="180,120,120,120" thickness="1" dash="Dot" />
<header font_family="arial" font_size="1" font_bold="0" font_color="255,255,255,255" />
<!-- DPS display on the 'OTHERS' panel -->
<dps enabled="1" font_family="arial" font_size="20" font_bold="0" font_color="255,200,240,200" />
<!-- time until next level estimation on the 'OTHERS' panel -->
<next_level enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,255,100,100" />
<!-- counter for gained experience -->
<experience enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,255,100,100" />
<!-- counter for picked up gold -->
<gold enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,80,255,80" />
<!-- counter for all kills -->
<monster_kill enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,255,255,0" />
<!-- counter for elite kills -->
<elite_kill enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,255,255,0" />
<!-- counter for all drops -->
<drop_all enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,90,190,255" />
<!-- counter for drops defined in drop.xml -->
<drop_filtered enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,90,190,255" />
<!-- counter for all rare drops -->
<drop_rare enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,90,190,255" />
<!-- counter for all legendary drops -->
<drop_legendary enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,90,190,255" />
<!-- counter for demonic essence drops -->
<drop_demonic enabled="1" font_family="arial" font_size="7" font_bold="0" font_color="255,90,190,255" />
</stat_tracker>
If you want better map visibility, as far as detecting unexplored areas, try using the following in your config:
Code:
<maps>
<!-- minimap options -->
<minimap>
<!-- show walkable areas nearby -->
<reveal enabled="1" color="60,50,75,50" />
</minimap>
<!-- map options -->
<map>
<!-- show walkable areas nearby -->
<reveal enabled="1" color="60,50,75,50" />
</map>
</maps>