Page 3 of 3
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Fri Oct 29, 2010 8:33 am
by Raiden
SoullessSoul wrote:not 不受欢迎 is just that all waiting hack and "BYPASS"..who will care about all these calculator...
actually all this calculator is usefull xD coz i`m using it xD
The main use & main function of this calc is Damage Reduction Calculator so you can know the Actual damage you deal to the mob. Imagine a lv30 with 100~1000 damage hit zakum "1".
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Sat Oct 30, 2010 2:42 pm
by SandsOfTime
Works fine now thanks:]
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Sat Oct 30, 2010 4:01 pm
by SoullessSoul
Raiden...i try making my own...mine tell me whr u get all those source??the link o.0
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Sat Oct 30, 2010 6:46 pm
by Raiden
SoullessSoul wrote:Raiden...i try making my own...mine tell me whr u get all those source??the link o.0
Actually I did it ALL by myself.......VB is SO EASY.......Go find tutorials and learn XD.
Theres no complicated things in VB, a simple program needs a form only, which is provided when you start a new project.
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Sun Nov 07, 2010 2:51 am
by SoullessSoul
i mean those calculation thingy
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Sun Nov 07, 2010 11:23 pm
by happy125
Raiden wrote: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.
i know this is kinda late but if u wan decimal point u could declare it as a float or double?
Re: [Release] RCalc v0.02 ~ Damage Calculator Included!!!
Posted: Sun Nov 07, 2010 11:35 pm
by KFSPC8
happy125 wrote:Raiden wrote: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.
i know this is kinda late but if u wan decimal point u could declare it as a float or double?
for Delphi you declare it as Extended
