2009-07-09, 01:02 PM
Dusk Wrote:There's a lot of obvious fractions in there that you left in decimal form...0.1111111111, 0.2857,...These numbers appear like that in the game client, I copy\pasted them.)
You can always come up with a formula to describe this, it's just really complicated and drawn out.
edit: if you mean this:
Code:
int value = 0;
local8 = local8 - (local8 * value * 0.01);
