• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Warcraft III Damage Calculator 1.0

This bundle is marked as useful / simple. Simplicity is bliss, low effort and/or may contain minor bugs.
[Darky: Please delete. -oz02]
Yes, I know theres already a damage calculator out there but mine is easyier to understand and there is NO ERRORS! If you put words in the boxes then there will be a error... None the less Bug Free!
Contents

Warcraft III Damage Calculator 1.0 (Binary)

Level 5
Joined
Apr 25, 2005
Messages
18
Congrats I got an error, put all 99999999 in there and it will exit.

I believe your using VB, I think there is a function IsNumeric or something like that, use that to see if its a number and if it returns false just set the text to like 0 or somtthing.

And after that use like text.1text > 999 then text1.text = 0 endif or something along the lines.
 
Level 4
Joined
Feb 5, 2005
Messages
36
I well theres the problem you used a too long integer. In the programs VB syntax i have the varables set to Integer so its values are from: -2,147,483,648 to 2,147,483,647. What I ment by no errors is there's no form errors, but theres still syntax. Also im gunna upgrade the program anyway because I can add neat icons
and make an installer for it to insure less errors.
 
Top