
Cory0331
|
Player Builds on Profile Page AND Skill Upgrade PageI made this post on GLB, but it was suggested that I make it here since you guys are the ones who are the brains behind the scripts!
GLB post:
So it occurred to me as I was looking at the Assign Skill Points page and the script that highlights players primary and secondary skills in a given position (ie: WR has 3; Possession, Speedster, or Balanced) that it would be tremendously helpful if this script were actually available from the main player page. Just an easier way for GM's to quickly look through their roster and see how players are developing to their given position. Perhaps the drop down (Select Player Build) box could be located to the right of Player Attributes on the Profile page of a player instead of just in the Assign Skills page.
I know a few owners and GM's that have created players in every position so they can see what Advanced tactics are available as well as use this AWESOME tool to see what direction particular builds should be going in.
Thanks for the time you guys are putting into this stuff, it rocks!
|
Cory0331
|
I see someone did it.
Thanks to both of ya. I had contacted SNAITF to do it a little while back. Sorry you did double work chief. But REALLY glad the mod was released!
Here's the link to all who did not see it yet:
http://glbscripts.myfreeforum.org...attribute_highlight_about109.html
|
SNAITF
|
I finished the version I was working on as well
http://userscripts.org/scripts/show/29818
|
ddcunderground
|
Hey in yours the FS has QB settings I changed to
case "FS":
buildTypes[0] = new build("Run Stuffing","Vision,Tackling,Strength","Speed,Agility","#");
buildTypes[1] = new build("Coverage","Speed,Vision","Agility,Tackling,Jumping","http://goallineblitz.com/game/player.pl?player_id=40458");
buildTypes[2] = new build("Balanced","Speed,Vision,Tackling","Strength,Agility","http://goallineblitz.com/game/player.pl?player_id=31310");
break;
to accomadate
|
|
|
|