Hey all, just a simple thing that may be unknown to some of you.
You see EXP : ###, Alz: ###, etc? Well, you can add MyStuff: BlaBla, or anything of that sort, to the list very easily. Here's how:
Go into your backend config.php
You will find, near the top, similar writing to :
Just add after all the $stats, a new line...$stats['Exp'] = '500x'; $stats['Skill'] = '800x'; $stats['Craft'] = '350x';
Before being the stuff that is displayed before the colon[:] and After being the stuff displayed after the colon[:].$stats['Before'] = 'After';