Page 1 of 1

A utility for character stats

Posted: 17 Jan 2010, 23:50
by v0id
Hi,

This is a little utility to set up your char before reseting and test new stats configurations.
You can add/remove status points for a specific level.
Screenshot.
Screenshot.
tmw_charstats.png (20.7 KiB) Viewed 2251 times
Released under the GPL.
The build system is the autotools. So to install & use it, download first http://www.lunar-dev.net/tmw/tmw_charstats-0.1.tar.gz then :

Code: Select all

$ tar -xvzf tmw_charstats-0.1.tar.gz
$ cd tmw_charstats-0.1
$ ./configure
$ make
$ (sudo) make install
And run it with :

Code: Select all

$ tmw_charstats
Hope it will be as helpful for you as it is for me ;)

(Note sure of the forum to post it, feel free to move it)

Re: A utility for character stats

Posted: 01 Jun 2010, 21:11
by Krist
This is cool :)

Re: A utility for character stats

Posted: 04 Jun 2010, 11:00
by Dark_Mag
Good... At this moment I'm working under TMW helper... :idea:

Re: A utility for character stats

Posted: 04 Jun 2010, 13:14
by iceslice
Hi V0id =)

that's a cool work. will give a try

Re: A utility for character stats

Posted: 24 Jul 2010, 15:01
by v0id
Minor changes to allow stats > 99, as other servers allows them. Max is 255 now.

Project moved to github.

To install from tarball:

Code: Select all

wget http://github.com/downloads/vincent-petithory/tmw-charstats/tmw_charstats-0.2.tar.gz
tar -xzf tmw_charstats-0.2.tar.gz
cd tmw_charstats-0.2
./configure
make
make install
Or from git:

Code: Select all

git clone git://github.com/vincent-petithory/tmw-charstats.git
cd tmw-charstats
./autogen.sh 
make
make install