List forging items

by Acrune

Back to Last Chance Trading Post.

Acrune2008-04-06 20:39:35
I was looking over my variable with a list of all the items I've forged, and it was kind of a mess to look over. So I decided to make a java program to take an input of of the data from my variable (such as "katana-D:146P:366S:219|katana-D:110P:306S:243|katana-D:124P:390S:229|katana-D:110P:304S:232|katana-D:92P:370S:239|katana-D:94P:311S:261|greatsword-D:123P:345S:200|greatsword-D:102P:304S:234|greatsword-D:126P:297S:229|katana-D:158P:340S:212|katana-D:122P:333S:231" etc - greatsword stats are made up, BTW) and display them in a chart format, as well as the average and range for the damage, precision, speed, total, and adjusted total (damage/2 + precision/2.2 + speed) for runing. There would be a tab for each type of weapon and armor, and the program would sort everything onto the right tab. Eventually, once the data is entered, everything would be sortable by any of the 5 values, but I haven't bothered figuring out how to do it yet.



So, if I ever bothered finishing this, would anyone be interested in paying something like 20 cr for it? What other features should I include to make it more useful?
Ashteru2008-04-06 20:50:05
You can directly write into an excel file and look at it, you know. tongue.gif
Acrune2008-04-06 20:54:19
I don't have excel anymore freaked.gif Plus, once its done, this'll be easier to use
Daganev2008-04-07 00:53:27
What you should really do is make this a program on a website, and as people ad data build up the stats. This way the data will be across all people.


Maybe have people give 5-20 credits for a user account to add/look at data. I'd pay for that.
Unknown2008-04-07 01:22:35
20 credits? I might be interested. I'm currently using the cmud database module but so it's nice to look at but it also has some weird quirks.
And maybe you could try adding standard deviation for all the statistics nerds out there happy.gif
Unknown2008-04-07 06:11:33
If you could make it able to input things from any sort of base, I dont use a variable for mine, I put them in an assortment of text files which are split up. Also, if you could make it do graphs, maybe 3d graphs like damage precision speed for all inputted data would be great. dribble.gif