Results 1 to 10 of 68

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #11
    Made his way orDian's Avatar
    Join Date
    Nov 2010
    Replies
    3
    Quote Originally Posted by Scarhand View Post
    3+3
    6/5 points
    Lets consider this Order of operations
    (((headshots + hits / 5) + kills) * 1.5) + engixp + battlesense + revives*4
    This means hits is first divided by 5. What you are doing Scarhand is adding headshots and hits together, and divide by 5.

    To clear this up, lets only take hits, headshot and kills.

    3 headshots, 3 hits, 1 kill
    (((3 + 3 / 5) + 1) * 1.5)
    3/5 = 0.6 //Hits divide by 5
    0.6+3 = 3.6 //+3 headshots
    3.6+1 = 4.6 //+1 kill
    4.6*1.5 = 6.9

    0 headshots, 7 hits, 1 kill
    (((0 + 7 / 5) + 1) * 1.5)
    7/5 = 1.4 //Hits divide by 5
    1.4+0 = 1.4 //+0 headshots
    1.4+1 = 2.4 //+1 kill
    2.4*1.5 = 3.6
    Last edited by orDian; 25-01-2012 at 16:57.

Posting Permissions