Hey - I'm interested in running time-step combat simulations to help me optimize raiding stats of my enh sham. I've seen several examples from other posters of code like this, but I'm not sure about the compiler. Are people just using JRE? If so, I'm not even sure how to open the JRE compiler window on my computer, etc. Does anyone have some intro tips, or links to get started so I can get to coding?
Snippet of code, to give an example of what I'm talking about
:
MHSwingcounter = 0;
timer = 10;
while (timer > 0)
{
if (count <1)
{ timer - MHFlurriedSpeed;}
else
{ timer - MHNormalSpeed;}
MHSwingcounter++;
}
return MHSwingCounter;
From
[Shaman] Itemizing Enhancement at 70