View Single Post
  #53  
Old 04-24-2014, 03:04 PM
Splorf22 Splorf22 is offline
Planar Protector


Join Date: Mar 2011
Posts: 3,236
Default

Also, just to be clear, all I am asking you to do is write the following code and share the results on google docs:

Code:
for(NPCLevel = 5; NPCLevel <= 75; NPCLevel += 5) {
  for(PCLevel = 5; PCLevel <= 60; PCLevel += 5) {
     for(ratio = 1.0; ratio >= 0.5; ratio -= 0.1) {
        ATK = getDefaultAttack(NPCLevel);
        AC = getACCap(PCLevel) * ratio;
        Hit = getAverageHit(ATK, AC);
        printf("L%d NPC vs L%d PC (%d AC) average hit: %d\n", NPCLevel, PCLevel, AC, Hit);
   }
}
__________________
Raev | Loraen | Sakuragi <The A-Team> | Solo Artist Challenge | Farmer's Market
Quote:
Originally Posted by Arteker
in words of anal fingers, just a filthy spaniard