PDA

View Full Version : statperfect



Insodus
01-29-2016, 02:55 PM
I didnt see any number crunchers for stats in the repo so I added one based on this guy...
https://web.archive.org/web/20110526084506/http://home.mchsi.com/~cphillips73/StatCruncher/GS4/StatCruncher.html

It uses stat randomization to try different builds and maximize available training points at cap. Heres the summary screen and a sample run...



>;statperfect
--- Lich: statperfect active.

This script uses stat randomization to try and find an ideal build.
It is not based on any formula. As such it is intended to be run
several times until you find a build you like based on capped stats
and total TP at cap. I'll now output the help screen to show you
what options you have before you execute a run.


Usage:

;statperfect -- executes a run
;statperfect help -- shows this screen
;statperfect list -- shows your current settings
;statperfect set {option} -- allows you to customize the next run
iter 10000 -- how many random changes to attempt
phy 1.0 -- option for physical TP weighting
men 1.0 -- option for mental TP weighting
cap {stats} -- comma separated list of stats to ensure cap at 100
{str/dex/agi/con/dis/aur/int/wis/log/inf}


You will current weigh Physical TPs at: 1.0
You will current weigh Mental TPs at: 1.0
You will try this many random iterations per run: 20000
You will ensure these stats end up capped: ["None"]

--- Lich: statperfect has exited.




>;statperfect set cap dex,agi
--- Lich: statperfect active.
[statperfect: capped stats setting saved]
--- Lich: statperfect has exited.

;statperfect
--- Lich: statperfect active.

You will current weigh Physical TPs at: 1.0
You will current weigh Mental TPs at: 1.0
You will try this many random iterations per run: 20000
You will ensure these stats end up capped: ["dex", "agi"]

Starting run, expect to wait about 20 seconds for results...

J>

StatsPerfect Run Complete
---------------------------------------------------------------------------------
| Con | Dex | Dis | Log | Int | Str | Agi | Inf | Wis | Aur |
Starting Stats | 69 | 89 | 21 | 65 | 91 | 21 | 84 | 65 | 80 | 75 |
Capped Stats | 91 | 100 | 74 | 100 | 100 | 74 | 100 | 99 | 100 | 100 |

Resulting total TP when you ding 100: 10126.0

--- Lich: statperfect has exited.

rolfard
01-29-2016, 03:02 PM
Whatstat by gib

Insodus
01-29-2016, 03:08 PM
That just shows growth of current build though right? Not offering what builds would min/max stats and TPs at cap? Mine is definitely for new characters to find a build that maxes TPs at cap

rolfard
01-29-2016, 03:13 PM
If you put in :whatstat full it gives the progression and stats at cap...but youd have to roll up a noob to test using it

Insodus
01-29-2016, 03:23 PM
yea... that I didnt want to do. heh. this one basically uses your current profession/race for growth calculations and then tries thousands of different starting stats to see what would max the stats you want with the most ending training points.