Pages

Add More Stats Cabal Online

How to add more stats to the Server Stats AKA Server Check on Cabal Toolz 2/3
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 :
$stats['Exp'] = '500x';
$stats['Skill'] = '800x';
$stats['Craft'] = '350x';
Just add after all the $stats, a new line...
$stats['Before'] = 'After';
Before being the stuff that is displayed before the colon[:] and After being the stuff displayed after the colon[:].