User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Does the ALG to level 72 script still work?
Bane
Baconologist
offline
Link
 
I am pretty sure it is the "player page enhancer" script that I am referring to.

Just wondering if it is still correct, but becomes level 79 now? (even though it shows 72)

I really do not know if players still get ALG's after level 72 or not.
 
Gunner65
offline
Link
 
You are talking about this script I believe: http://userscripts.org/scripts/show/78576

I'd like to know the answer to that question also ... it probably needs to be updated for APD system
 
mandyross
offline
Link
 
I'd assume they keep on going with the values at levels 72-79 a continuation of the numbers found here.

http://goallineblitz.com/game/forum_thread.pl?thread_id=3988900

With the ALGs to 72 script, I'd assume you have to add on the values up to 79 with a calculator.

To fix the script, possibly you'd have to replace the lines in the script:

+ '<div id="colorKeyDiv_72" style="font-weight: bold; text-align: center; margin-bottom: 4px;">ALGs to Lv72'
$('#keyMajor_72').html(ALG(level, 2, 72));
$('#keyMinor_72').html(ALG(level, 1, 72));

with

+ '<div id="colorKeyDiv_72" style="font-weight: bold; text-align: center; margin-bottom: 4px;">ALGs to Lv79'
$('#keyMajor_72').html(ALG(level, 2, 79));
$('#keyMinor_72').html(ALG(level, 1, 79));

But I'm not familiar with this way of scripting so there could be more to it than that.
 
Bane
Baconologist
offline
Link
 
Originally posted by mandyross
I'd assume they keep on going with the values at levels 72-79 a continuation of the numbers found here.

http://goallineblitz.com/game/forum_thread.pl?thread_id=3988900

With the ALGs to 72 script, I'd assume you have to add on the values up to 79 with a calculator.

To fix the script, possibly you'd have to replace the lines in the script:

+ '<div id="colorKeyDiv_72" style="font-weight: bold; text-align: center; margin-bottom: 4px;">ALGs to Lv72'
$('#keyMajor_72').html(ALG(level, 2, 72));
$('#keyMinor_72').html(ALG(level, 1, 72));

with

+ '<div id="colorKeyDiv_72" style="font-weight: bold; text-align: center; margin-bottom: 4px;">ALGs to Lv79'
$('#keyMajor_72').html(ALG(level, 2, 79));
$('#keyMinor_72').html(ALG(level, 1, 79));

But I'm not familiar with this way of scripting so there could be more to it than that.


Thanks for that. I kinda sort of understand something . We do still get ALG's after level 72. I clicked the link you posted, and I thought I was Neo trying to decipher the Matrix.

guess it kinda sucks that the scripts we love the most are now not up to par with the new changes, I feel bad for the person that spent their time writing them originally , just to see them become out dated. Such is the way of technology though.

If I had any clue how to re-work the script in the manner ya posted mandyross , I would try. Unfortunetly it would not end well if I attempted it with my extremely limited know how of things code.
 
MustangLife
offline
Link
 
I'm sure just like alot of scripts. It will get updated. The GLB player page enhancement script is probaly one of the best most useful script there is. I just sent a message to the original script maker. Hopefully he will respond he has been inactive since July
Edited by MustangLife on Sep 1, 2011 01:17:13
 
mandyross
offline
Link
 
http://userscripts.org/scripts/show/113703 (GLB Player Page Enhancements 79 Fix)
 


You are not logged in. Please log in if you want to post a reply.