A utility for character stats
Posted: 17 Jan 2010, 23:50
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.
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 :
And run it with :
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)
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.
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
Code: Select all
$ tmw_charstats

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