2008-08-30, 07:22 PM
JoeTang Wrote:Yes, you should've.
Fixed Heal. Was a problem with Magician Damage in general <_<
Damage range for Magic is the base damage before a spell's Basic Attack is multiplied (it's rounded to the nearest whole number when it's displayed).
Venom's Chance is 1x/2x/3x
Minimum and maximum is for 1 Venom occurrence only, average is the average damage dealt to a monster, including the probability to Venom more than once, or not Venom at all. I'll make it more clear in the future.
You remember that SB have the possibility to hit 6 venoms on one enemy (Though, only 3 will damage the monster)? Just use binomial probability as you did on sharp eyes and such. (btw gud job on dat, the values match mine)
Extreme Values seem to be off due to some crappy rounding error. 100.0 * 1.14 = 113.99999 My mistake for using the wrong variable type.
Just take 100/114 and then divide by 100 or so.
Elemental Advantage... Damn. The invisible buttons for Composition are checked off.
Elemental dmg = 1.5 and 0.5 respectively at maxed levels.
eh... Windows 98...?
Nope, XP. But it's prolly because I've turned off every process (and thus also framework probably) I don't need to speed up the computer. Will check it out later on.
I could have sworn I fixed it. I'll look into it. Can you post some examples of what the defense should be? Not completely understanding it anymore since it seems to be wrong.
I have this code, and it seems to work fine.
Code:if (mlvl!=200){
if ((mlvl-clvl) > 0)
return max((1-(mlvl-clvl)/(200-mlvl)),0);
else
return 1;
}
else{
if ((mlvl-clvl) > 0)
return (1-mlvl+clvl);
else
return 1;
}
The "Total" damage displays the damage per minute when you input a proper attacks per minute value next to the skill level.
As shown here;
SpoilerLevel 30 Storm of Arrows, 500 attacks per minute (the box is too small to fit 500, I'll have to fix that. I forgot I changed it before)
Total Damage Per Minute:
Minimum: 1528500
Maximum: 6351000
Average: 3939000
I'll make a fix within the next two days I believe, depending on how busy I am.
answered in quote.


![[Image: apmty0.png]](http://img143.imageshack.us/img143/5471/apmty0.png)