Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

How to add more stats to the Server Stats AKA Server Check on Cabal Toolz 2/3

Joined
May 23, 2008
Messages
1,071
Reaction score
574
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 :
Code:
$stats['Exp'] = '500x';
$stats['Skill'] = '800x';
$stats['Craft'] = '350x';
Just add after all the $stats, a new line...
Code:
$stats['Before'] = 'After';
Before being the stuff that is displayed before the colon[:] and After being the stuff displayed after the colon[:].

Have fun :)
 
Joined
Mar 22, 2009
Messages
1,231
Reaction score
502
Great release,WOW .....common give me a break,anyone who knows a bit.....php can do that...and btw...not everyone use...cabal toolz....you could make a pack though in one post
 
Back
Top