l40niners1
offline
offline
Heres a dark green with a higher overall then the other 2
http://goallineblitz.com/game/player.pl?player_id=37435
http://goallineblitz.com/game/player.pl?player_id=37435
ehx1
offline
offline
http://goallineblitz.com/game/player.pl?player_id=121406
81 punting
Going to be around 88 when I readjust all my equipment to be +Punting only
And then 92 when I hit lvl 24
And I'm going to buy custom equipment in the off season to make him 98 (or so)
eventually he'll be 99/100 in early S4
81 punting
Going to be around 88 when I readjust all my equipment to be +Punting only
And then 92 when I hit lvl 24
And I'm going to buy custom equipment in the off season to make him 98 (or so)
eventually he'll be 99/100 in early S4
downey13
offline
offline
Mine is nearly 99 
http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?

http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
Last edited Jul 12, 2008 08:30:26
Firenze
offline
offline
Originally posted by downey13
Mine is nearly 99
http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
Mine is nearly 99

http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
downey13
offline
offline
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99
http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60
Originally posted by downey13
Mine is nearly 99

http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60

Originally posted by gordini
http://goallineblitz.com/game/player.pl?player_id=149168
considering your player #...that's pretty nice...way to focus...
http://goallineblitz.com/game/player.pl?player_id=149168
considering your player #...that's pretty nice...way to focus...
Firenze
offline
offline
Originally posted by downey13
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99
http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60
The Punting bar isn't 100% Punting based. My Kickers' bar has increased twice, after training agility overnight.
So I would train agility, and your bar should grow.
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99

http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60

The Punting bar isn't 100% Punting based. My Kickers' bar has increased twice, after training agility overnight.
So I would train agility, and your bar should grow.
zyz101z
offline
offline
So if you get your punting to 100 at like level 26, when you hit 27 does your punting go to 101? Or does it stay at 100? Also, do you then get 2 confidence instead of 1 if you dont get punting? Or is that automatic point from leveling just lost?
Godly
offline
offline
Originally posted by Firenze
Originally posted by downey13
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99
http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60
The Punting bar isn't 100% Punting based. My Kickers' bar has increased twice, after training agility overnight.
So I would train agility, and your bar should grow.
how do you evaluate the "bar number"?
Originally posted by downey13
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99

http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60

The Punting bar isn't 100% Punting based. My Kickers' bar has increased twice, after training agility overnight.
So I would train agility, and your bar should grow.
how do you evaluate the "bar number"?
Firenze
offline
offline
Originally posted by Godly
Originally posted by Firenze
Originally posted by downey13
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99
http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60
The Punting bar isn't 100% Punting based. My Kickers' bar has increased twice, after training agility overnight.
So I would train agility, and your bar should grow.
how do you evaluate the "bar number"?
There's a Greasemonkey script which puts the numbers in.
Edit: http://userscripts.org/scripts/show/27696 (you'll need Greasemonkey first though).
But you can also go to a player page, and 'View Source', there will be a bit of code telling you how long the bars are.
It should look something like this; (This one is my player's)
<div id="player_scouting_report"><div class="small_head">Scouting Report</div><div class="rating">
<div class="rating_head">Overall</div>
<div class="rating_bar"><div class="rating_bar_fill rating_bar_fill_40" style="width: 36px"> </div></div>
</div>
<div class="rating">
<div class="rating_head">Kicking</div>
<div class="rating_bar"><div class="rating_bar_fill rating_bar_fill_60" style="width: 57px"> </div></div>
</div>
<div class="rating">
<div class="rating_head">Tackling</div>
<div class="rating_bar"><div class="rating_bar_fill rating_bar_fill_20" style="width: 27px"> </div></div>
Originally posted by Firenze
Originally posted by downey13
Originally posted by Firenze
Originally posted by downey13
Mine is nearly 99

http://goallineblitz.com/game/player.pl?player_id=27417
Could someone tell me what my punting number is?
98.69, the bar is only 60 though.
How is my bar only 60

The Punting bar isn't 100% Punting based. My Kickers' bar has increased twice, after training agility overnight.
So I would train agility, and your bar should grow.
how do you evaluate the "bar number"?
There's a Greasemonkey script which puts the numbers in.
Edit: http://userscripts.org/scripts/show/27696 (you'll need Greasemonkey first though).
But you can also go to a player page, and 'View Source', there will be a bit of code telling you how long the bars are.
It should look something like this; (This one is my player's)
<div id="player_scouting_report"><div class="small_head">Scouting Report</div><div class="rating">
<div class="rating_head">Overall</div>
<div class="rating_bar"><div class="rating_bar_fill rating_bar_fill_40" style="width: 36px"> </div></div>
</div>
<div class="rating">
<div class="rating_head">Kicking</div>
<div class="rating_bar"><div class="rating_bar_fill rating_bar_fill_60" style="width: 57px"> </div></div>
</div>
<div class="rating">
<div class="rating_head">Tackling</div>
<div class="rating_bar"><div class="rating_bar_fill rating_bar_fill_20" style="width: 27px"> </div></div>
Last edited Jul 19, 2008 05:42:55
tndevore
offline
offline
Originally posted by Flushing21
I see I have a long way to go....
http://goallineblitz.com/game/player.pl?player_id=177477
look at your player and some of these other guys with punting in the 80's and you still average more yards per punt
I see I have a long way to go....
http://goallineblitz.com/game/player.pl?player_id=177477
look at your player and some of these other guys with punting in the 80's and you still average more yards per punt
djhoffman99
offline
offline
Originally posted by ehx1
http://goallineblitz.com/game/player.pl?player_id=121406
81 punting
Going to be around 88 when I readjust all my equipment to be +Punting only
And then 92 when I hit lvl 24
And I'm going to buy custom equipment in the off season to make him 98 (or so)
eventually he'll be 99/100 in early S4
Your strength is way too low. You need more speed/agility too, and even some jumping. I suggest you leave the punting where it is for awhile and focus on those other attributes. That is if you want to increase your punting average. Just my $.02
Edit: Also, your SAs are only 4 each. You need to get those up to the 7-9 range since for K/P those are more important than physical attributes and football skills.
http://goallineblitz.com/game/player.pl?player_id=121406
81 punting
Going to be around 88 when I readjust all my equipment to be +Punting only
And then 92 when I hit lvl 24
And I'm going to buy custom equipment in the off season to make him 98 (or so)
eventually he'll be 99/100 in early S4
Your strength is way too low. You need more speed/agility too, and even some jumping. I suggest you leave the punting where it is for awhile and focus on those other attributes. That is if you want to increase your punting average. Just my $.02
Edit: Also, your SAs are only 4 each. You need to get those up to the 7-9 range since for K/P those are more important than physical attributes and football skills.
Last edited Jul 19, 2008 14:14:56
FatMenace
offline
offline
Originally posted by djhoffman99
Originally posted by ehx1
http://goallineblitz.com/game/player.pl?player_id=121406
81 punting
Going to be around 88 when I readjust all my equipment to be +Punting only
And then 92 when I hit lvl 24
And I'm going to buy custom equipment in the off season to make him 98 (or so)
eventually he'll be 99/100 in early S4
Your strength is way too low. You need more speed/agility too, and even some jumping. I suggest you leave the punting where it is for awhile and focus on those other attributes. That is if you want to increase your punting average. Just my $.02
Edit: Also, your SAs are only 4 each. You need to get those up to the 7-9 range since for K/P those are more important than physical attributes and football skills.
I keep reading about speed and agility and jumping for punters, but I have yet to see any proof of this.
Originally posted by ehx1
http://goallineblitz.com/game/player.pl?player_id=121406
81 punting
Going to be around 88 when I readjust all my equipment to be +Punting only
And then 92 when I hit lvl 24
And I'm going to buy custom equipment in the off season to make him 98 (or so)
eventually he'll be 99/100 in early S4
Your strength is way too low. You need more speed/agility too, and even some jumping. I suggest you leave the punting where it is for awhile and focus on those other attributes. That is if you want to increase your punting average. Just my $.02
Edit: Also, your SAs are only 4 each. You need to get those up to the 7-9 range since for K/P those are more important than physical attributes and football skills.
I keep reading about speed and agility and jumping for punters, but I have yet to see any proof of this.
You are not logged in. Please log in if you want to post a reply.




























