Announcement

Collapse
No announcement yet.

Draft Clock Is Accurate

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Draft Clock Is Accurate

    Draft clock is now giving people only 1 hour for 6th round picks instead of 2.
    Ok, for the rest of the 6th round or until VPI can fix the utility, Mods will add an hour to each teams time before they make a mod pick.
    I luv British womenz.

  • #2
    Did you PM VPI about this? I tried to find in the draft program where he puts the time limits, but no luck so far...
    Los Angeles Matadors AC West Champs: 2037

    Pittsburgh Power NC North Champs: 2005, 2006, 2009

    Comment


    • #3
      Originally posted by MrBigglesworth
      Did you PM VPI about this? I tried to find in the draft program where he puts the time limits, but no luck so far...
      Done.
      I luv British womenz.

      Comment


      • #4
        I found it...

        Code:
        	if ($overall < 65) {
        		if ($cur_pick_hour < 6) {
        			$np_time = ($cur_pick_base + 43200);
        		} else {
        			if ($cur_pick_hour < 18) {
        			  $np_time = ($cur_pick_time + 21600);
        			} else {
        			  $np_time = ($cur_pick_time + 43200);
        			}
        		}
        	} else {
        		if ($overall < 129) {
        		  if ($cur_pick_hour < 6) {
        			  $np_time = ($cur_pick_base + 36000);
        		  } else {
        			  if ($cur_pick_hour < 20) {
        			    $np_time = ($cur_pick_time + 14400);
        			  } else {
        			    $np_time = ($cur_pick_time + 36000);
        			  }
        		  }
        	} else {
        		if ($overall < 161) {
        		  if ($cur_pick_hour < 6) {
        			  $np_time = ($cur_pick_base + 32400);
        		  } else {
        			  if ($cur_pick_hour < 21) {
        			    $np_time = ($cur_pick_time + 10800);
        			  } else {
        			    $np_time = ($cur_pick_time + 32400);
        			  }
        		  }
        		} else {
        			if ($overall < 193) {
        		  	if ($cur_pick_hour < 6) {
        				  $np_time = ($cur_pick_base + 28800);
        			  } else {
        				  if ($cur_pick_hour < 22) {
        				    $np_time = ($cur_pick_time + 7200);
        			  	} else {
        			    	$np_time = ($cur_pick_time + 28800);
        			  	}
        		  	}
        			} else {
        		  	if ($cur_pick_hour < 6) {
        				  $np_time = ($cur_pick_base + 25200);
        			  } else {
        				  if ($cur_pick_hour < 23) {
        				    $np_time = ($cur_pick_time + 3600);
        				  } else {
        				    $np_time = ($cur_pick_time + 25200);
        				  }
        		  	}
        		  }
        		}
        	}
        }
        Now...what do I change to what?
        Los Angeles Matadors AC West Champs: 2037

        Pittsburgh Power NC North Champs: 2005, 2006, 2009

        Comment


        • #5
          Looks like Al-Quada to me. :shock:
          I luv British womenz.

          Comment


          • #6
            looks like the fifth round is set to three hours, the sixth round is set to two hours and the final round to one hour

            Comment


            • #7
              Originally posted by Coder
              looks like the fifth round is set to three hours, the sixth round is set to two hours and the final round to one hour
              Really? Does it look like that to you? Cause it looks like calculus to me.
              I luv British womenz.

              Comment


              • #8
                Originally posted by Coder
                looks like the fifth round is set to three hours, the sixth round is set to two hours and the final round to one hour
                I think I see how to change it, but I'm not going to mess with it because by now the round is almost over, and round 6 is set correctly.
                Los Angeles Matadors AC West Champs: 2037

                Pittsburgh Power NC North Champs: 2005, 2006, 2009

                Comment


                • #9
                  Fixed.

                  Comment


                  • #10
                    Originally posted by VPI97
                    Fixed.
                    Thank ya MasterShake.
                    I luv British womenz.

                    Comment


                    • #11
                      Originally posted by VPI97
                      Fixed.
                      Since you're here, let me just say thanks for making this great utility available to the IFL! It's draftolicious!

                      Comment


                      • #12
                        Originally posted by Coder
                        Originally posted by VPI97
                        Fixed.
                        Since you're here, let me just say thanks for making this great utility available to the IFL! It's draftolicious!
                        It's only because you guys have a great league and some very good people in both ownership and commish roles. Good leagues like this benefit the FOF community, so I'm all on board with helping out.

                        Comment


                        • #13
                          Yeah, but we also have HA, so the cosmic balance evens out a little.
                          I luv British womenz.

                          Comment


                          • #14
                            Now it looks like it's only giving 1 hour instead of 2. gah.
                            I luv British womenz.

                            Comment


                            • #15
                              yes it is, bump.
                              I luv British womenz.

                              Comment

                              Working...
                              X