View Full Version : CS calculator?
Ebondale
06-09-2005, 10:53 AM
Has anyone created a CS calculator?
Something that perhaps you can input a characters race, class, level, applicable mental stats, and number of spells in their spell circles and come up with a CS that they should have at a particular level in a particular circle?
Showal
06-09-2005, 12:17 PM
I believe the trainer does that, from Tsoran's site.
hectomaner
06-09-2005, 01:33 PM
or you could tell me the profession, mental stat bonus', level, and spell ranks.
Bobmuhthol
06-09-2005, 03:03 PM
Once I get the formula in order, I'm going to make my first VisualBasic executable for this.
Bobmuhthol
06-09-2005, 03:24 PM
I hit a snag.
I'd also love it if anyone had Kranar's BASIC source code.
Bobmuhthol
06-09-2005, 06:08 PM
My first real VisualBasic project is coming along nicely. It should be done very soon.
AnticorRifling
06-09-2005, 06:11 PM
Bob having a link that is like mailto:bob'semailaddress then you doing the calculations and emailing them back is not a visual basic project.
Bobmuhthol
06-09-2005, 06:27 PM
Oh God this is more frustrating than I thought.
Apparently, it's not just "If you have over your allotted ranks it's this times this."
I have to go up to the level, then calculate for for that, then do up to 20 above level, calculate for that...
hectomaner
06-09-2005, 06:41 PM
then the next 20, then the rest, and dont forget going up to 2/3 level in outside spells, then the rest at another value.
oh yeah, and different professions get different stat bonus' added into their cs.
Bobmuhthol
06-09-2005, 06:59 PM
If anyone wants to look over this and tell me why it's off by like 49 for my paladin that would be super.
Jonty
06-10-2005, 12:46 AM
Here's a program I wrote a while ago. It's not finished; I was going to add in profession and spell circle drop down boxes and a targeting option to simplify the calculations for each circle for the user But, I stopped caring. It will still give you pretty accurate results if you input the information properly, though. The source code is on my computer at home. I’ll post it whenever I get a chance.
Also posted at: http://www.4ourthd.com/forums//index.php?showtopic=1084&hl=program
Jonty
09-07-2005, 10:01 PM
I found a small rounding error in the calculation of secondary CS bonus. It's been corrected and a new file has been uploaded in the post above.
Here's the source code:
Bobmuhthol
09-07-2005, 10:07 PM
Source = STOLEN!!!!!!!!!!11111111111
Bobmuhthol
09-07-2005, 10:09 PM
Nevermind it doesn't even work for me. It's missing some sort of file in a Temp folder and it could easily be me sucking at loading it but I run it and get a runtime error. I can see the form and code but it no run.
Bobmuhthol
09-07-2005, 10:10 PM
Private Sub Form_Load()
cmbProfession.ListIndex = 0
End Sub
This line has an error.
Bobmuhthol
09-07-2005, 10:18 PM
You misspelled Aura for the bonus :)
And I changed the line to
Private Sub Form_Load()
If cmbProfession.ListIndex = 0 Then
End If
End Sub
I don't know wtf it's supposed to do but that fixes it and it seems to function properly.
Jonty
09-07-2005, 10:28 PM
Originally posted by Bobmuhthol
Private Sub Form_Load()
cmbProfession.ListIndex = 0
End Sub
This line has an error.
That line is not an error. It sets the selected index of the profession drop down list to the first index, which is "Select Profession". Without that line, the drop down list is blank when the program loads. Not that it matters, that part of the program was never completed. That's why it's hidden.
[Edited on 9-8-2005 by Jonty]
Jonty
09-07-2005, 10:30 PM
Originally posted by Bobmuhthol
You misspelled Aura for the bonus :)
Heh, thanks. :yes:
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.