I found myself being really bored last night and ended up making a google spreadsheet that automatically fills in your stats depending on the values of how many warrior, wizard, and rogue skills you have. I figured that I'd share it with you all. I have no idea if someone has already made something like this becauseI was too lazy to check. There are two uploaded files. One for Excell and the other for Open Office. I have no idea if they work as I've only tested it on Google Docs. Here's a picture of it. -- The math for each stat is as follows: (developers please correct me if I got these wrong. I got them from the wiki page) bur = warrior x 2 + wizard + rogue sag = warrior + wizard x 2 + rogue nim = warrior + wizard + rogue x 2 cad = warrior x 2 + wizard + rogue x 2 sav = warrior + wizard x 2 + rogue x 2 stub = warrior x 2 + wizard x 2 + rogue life = bur + cad + 5 mana = sag x 2 + 5 melee power = (bur - 5) / 3 critical chance = cad / 2 counter chance = (nim / 6) + (cad / 6) magic power = sag / 2 haywire chance = sav / 2 magic resistance = stub / 2 block chance = (bur / 6) + (stub / 6) dodge chance = nim / 2 enemy dodge reduction = nim / 3 sneakiness = (0.75 x (nim + sav)) - 20 edit: added picture edit2: updated for Wizardlands expansion