Would be nice if we could turn off the overview tracking functions. Completely unnecessary for me. Only thing I want tracked is the monster data.
(Sorry if i missed it but it wasn't under the tracking section since i have all of those turned off. I even tried 5.5.2 to see if I'd find it there)
Somewhere in the proficiency sidebar uses the word power it seems and is interfering with another script I use that modifies entries that use the word power in it (I changed the other script)
The proficiency box also doesn't seem to use a text color so I had to change that.
For whatever reason, the item box image isn't working for me even with all other scripts turned off so i changed it for myself while i try to figure out what is wrong. (probably just some sort of cache error)
I used this for a bit then switched back and it seemed to work again.
.hvstat-powerup-box-channeling { background-image: url(http://ehgt.org/v/e/channeling.png); cursor: pointer; }
.hvstat-powerup-box-health { background-image: url(http://ehgt.org/v/e/healthpot.png); cursor: pointer; }
.hvstat-powerup-box-mana { background-image: url(http://ehgt.org/v/e/manapot.png); cursor: pointer; }
.hvstat-powerup-box-spirit { background-image: url(http://ehgt.org/v/e/spiritpot.png); cursor: pointer; }
I altered two css files for use with the dark theme that someone made as well as simply because I don't like compacted css (the jquery one) for reasons of ease of editing.
hvstat.css
hvstat.css ( 8.04k )
Number of downloads: 42jquery_ui_1.9.2.custom.min.css
jquery_ui_1.9.2.custom.min.css ( 21.91k )
Number of downloads: 32This post has been edited by MikukoAya: Feb 11 2013, 13:26