2012-06-05, 03:32 AM
ShinkuDragon Wrote:right off the bat i can say you're not having attack round down before being input into the formula, it's taking the value of 498.13 instead of 498.00 when calculating my range
Integer division is bad. I'd rather deal with double division.
Possible solutions would probably be type casting but the way the program works kind of makes it not possible, since attack is a method under the class Job. Either way the end result ends up being the same so it isn't exactly much of a problem unless the decimals bug you. Plus, I found out today while testing to fix the bug that attack seems to round up for whatever reason >_>

