A utility for character stats

Content and general development discussion, including quest scripts and server code. TMW Classic is a project comprising the Legacy tmwAthena server & the designated improved engine server based on evolHercules.


Forum rules

This forum houses many years of development, tracing back to some of the earliest posts that exist on the board.

Its current use is for the continued development of the server and game it has always served: TMW Classic.

Post Reply
User avatar
v0id
Novice
Novice
Posts: 196
Joined: 15 Sep 2009, 21:31
Location: Désolé, je ne loue pas.

A utility for character stats

Post 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 2091 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)
User avatar
Krist
Novice
Novice
Posts: 66
Joined: 17 Aug 2009, 01:05

Re: A utility for character stats

Post by Krist »

This is cool :)
I used to have Dark Talisman...then I turned level 6.

Official Server (Krist 82 or Krist's Slave Boy 52 or Krist's Squire 47)
Mon serveur préféré est tmw.ufbteam.com :D (My preferred server is the UFB Server)
User avatar
Dark_Mag
Warrior
Warrior
Posts: 347
Joined: 18 Dec 2009, 20:14
Contact:

Re: A utility for character stats

Post by Dark_Mag »

Good... At this moment I'm working under TMW helper... :idea:
Image
Image
User avatar
iceslice
Warrior
Warrior
Posts: 266
Joined: 16 Nov 2009, 20:39
Location: MilkyWay

Re: A utility for character stats

Post by iceslice »

Hi V0id =)

that's a cool work. will give a try
Lets Chase MDGs...

ManaPortable (Vanilla Mana + ManaPlus) -- run 'em portably

http://manaportable.1sourceplus.com
http://manamac.1sourceplus.com
Game Server >> jadu.1sourceplus.org , jadu.1sourceplus.com

User avatar
v0id
Novice
Novice
Posts: 196
Joined: 15 Sep 2009, 21:31
Location: Désolé, je ne loue pas.

Re: A utility for character stats

Post 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
Post Reply