Quote:
Originally Posted by rookie7
Great mod. Can you make it so that it would reset the pip and start over with 1 gold instead of adding it to the light green?
|
Probably, I'll have a look later to see if it's easy to modify, i'm a bit busy atm.
Edit;
Under ;
$repval = $post['reputation'];
Add ;
$cutoff = ($repval > (($band_a_val * $band_a_count) + ($band_b_val * $band_b_count))) ;
Change the Band a & b eval statements to ;
if (!$cutoff) { eval('$post[\'reputationdisplay\'] .= "' . fetch_template('postbit_reputation') . '";'); }
Be warned that this will make larger negative reputations look a bit odd as they don't have a third colour equivelent to 'gold'.