[Release] RCalc v0.02 ~ Damage Calculator Included!!!

Download MapleStory hacks and bots over here!
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

[Release] RCalc v0.02 ~ Damage Calculator Included!!!

Post by Raiden »

After I saw KFSPC8`s Accuracy aclculator, I have a mind to make my own one. Now, introducing RCalc (Raiden`s Maple Story Calculator). It is coded with VS2010 (VB).

Current Version 0.02a

Code: Select all

- Fixed "Accuracy needed to 1% hit" and "Hit Rate", new formula.
Change log

Code: Select all

Version 0.02
- Added "Knockback" and "Punch" (Close-range) calculation for Bow, Crossbow and Claw.
- Fixed a critical bug of "Defense Reduction Calculator". 

Version 0.01
- First release
- Stat calculator
- Accuracy/Magic Accuracy calculator
- HandS calculator
- Damage calculator
- Magic Damage calculator
- Damage Reduction calculator 
If there`s any bugs, please inform me about it.

The "Defense" section (Monster Damage Calculator/Player Defense Calculator) is incomplete, as I screwed up with the formulas and not enought time, exam.... :| It may be completed at future versions.
You do not have the required permissions to view the files attached to this post.
Last edited by Raiden on Tue Oct 19, 2010 9:28 am, edited 5 times in total.
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [Release] RCalc v0.01

Post by KFSPC8 »

VB seems to have a better GUI than delphi lol
i see some good ideas in it so will be including it in my cal :D
babagreensheep
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Wed Jun 09, 2010 3:58 pm

Re: [Release] RCalc v0.01

Post by babagreensheep »

why dun you two work together instead of separate projects? D:
and really, the magic acc formula given is for after bigbang
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [Release] RCalc v0.01

Post by KFSPC8 »

babagreensheep wrote:why dun you two work together instead of separate projects? D:
and really, the magic acc formula given is for after bigbang
lol raiden code in VB while i code in Delphi 7
babagreensheep
Apprantice Knight
Apprantice Knight
Posts: 19
Joined: Wed Jun 09, 2010 3:58 pm

Re: [Release] RCalc v0.01

Post by babagreensheep »

oh i see. hmm something for me to learn while im bored from mapling then ;)
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Release] RCalc v0.01

Post by Raiden »

Version 0.02 had been released. Damage Calculator & Damage Reduction Calculator (Monster Defense Calculator) is completed.

So less replies?? Zzzzzz~~ Please give some comments, positive or negative to make this calculator better.
SoullessSoul
The Great Lord
The Great Lord
Posts: 1036
Joined: Sun Feb 07, 2010 3:32 am
Location: Lost WorlD

Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!

Post by SoullessSoul »

LOL~Tanking Calculator Nice...i love that part...xDxD
LOL~ No la...Raiden GuI better is becoz it simple xD yours is because top cant stack wif bottom pic xD
Image
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!

Post by Raiden »

SoullessSoul wrote:LOL~Tanking Calculator Nice...i love that part...xDxD
LOL~ No la...Raiden GuI better is becoz it simple xD yours is because top cant stack wif bottom pic xD
Too bad I screwed up with the formulas. I have a great problem.

If "rand(10,20)" is to generate a random number between 10 and 20, what is the meaning of "rand(0.0085)"? What is the range of the random number generated?? This is part of the Weapon Defense Formula. It is extremely important.

If someone can give me help about this I can complete it ASAP. (Before my exams)

*My final exam is from 21/10/10 to 1/11/10, around 2 weeks, so I can only release future versions after the exam.
User avatar
KFSPC8
Master of Darkness
Master of Darkness
Posts: 494
Joined: Sat Jun 05, 2010 6:18 pm
Location: Singapore

Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!

Post by KFSPC8 »

Raiden wrote:
SoullessSoul wrote:LOL~Tanking Calculator Nice...i love that part...xDxD
LOL~ No la...Raiden GuI better is becoz it simple xD yours is because top cant stack wif bottom pic xD
Too bad I screwed up with the formulas. I have a great problem.

If "rand(10,20)" is to generate a random number between 10 and 20, what is the meaning of "rand(0.0085)"? What is the range of the random number generated?? This is part of the Weapon Defense Formula. It is extremely important.

If someone can give me help about this I can complete it ASAP. (Before my exams)

*My final exam is from 21/10/10 to 1/11/10, around 2 weeks, so I can only release future versions after the exam.
whats the full formula for the rand thing? o_O include the declaration for the variable if possible maybe i can help you out

btw, ur 1% accuracy needed to hit seems wrong you cant use

Code: Select all

((accuracy_needed_to_100%_hit)/100)
Raiden
Holy Philosopher
Holy Philosopher
Posts: 889
Joined: Sat Jan 09, 2010 8:45 pm
Location: Capital of Malaysia

Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!

Post by Raiden »

Accuracy calculator is fixed. Now, accuracy calculator is completed. It may be somehow inaccurate at +-1 rate as VB`s Integer value will round down at 0.1~0.4 and round up at 0.5~0.9.

Tanking, I changed the name to "Defense", is in progress yet. I`ll complete it in future versions.
Post Reply