User Pass
Home Sign Up Contact Log In
Forum > Goal Line Blitz > Greasemonkey Scripts > Greasemonkey Scripts (original thread)
Page:
 
Buzzkill
offline
Link
 
Wrath of Conor....you're my hero! Thanks a lot bud, worked perfectly!
 
Dravz
offline
Link
 
Originally posted by DaRealest
I edited the script so that the size fits 7 players easily. To edit it, just change the following to what ever size you want, as the default (from RB) was 250:

dcbox.style.height = "165px";


Noted.
 
Sik Wit It
offline
Link
 
Thanks all of you guys writing scripts! I just downloaded a bunch of them.
 
kwyjibo
offline
Link
 
finally I done it...fiuuuu...thanks a lot to all
 
TuNice
offline
Link
 
Originally posted by TuNice
Is there a script that highlights all of the plays that your player is in?


 
Dingofol
offline
Link
 
Go to the first page TuNice, you should have a link for such a script.

BTW, tnx to all the "scripters" for their excellent work!
 
Cedo
offline
Link
 
Originally posted by xScREaMx
Originally posted by TuNice

Is there a script that highlights all of the plays that your player is in?


I'm pretty sure somebody said something about how this would severely slow down the game even more if they did this but I'm not positive.


It's very important! I know some site where script are forbidden because of that! Think about it people before asking some script
Last edited Jun 17, 2008 06:59:41
 
Link
 
Originally posted by Buzzkill
Wrath of Conor....you're my hero! Thanks a lot bud, worked perfectly!


You're welcome. If you weren't a cowboy fan I would have PM'd you the solution too, lol.
 
Link
 
actually, highlighting every play that your player is in wouldn't be too hard, for the scripter or the server. all the script would have to do is check for any instance of your players' name and then highlight that tr.
 
Link
 
Originally posted by yomamathecableguy
actually, highlighting every play that your player is in wouldn't be too hard, for the scripter or the server. all the script would have to do is check for any instance of your players' name and then highlight that tr.


Or you could just do CTL+F in firefox and choose the highlight button in the status bar. That will show you each play you do something stat-wise in the play by play screen.

As far as querying each play to see if you were in the lineup and then highlighting them on the play by screen is what I think folks are saying would be too server intensive.
 
Link
 
not necessarily. all you're doing is checking for certain text, just like the find function on browsers. regardless of how many plays you are querying, i don't think it would be too server intensive, but i may be wrong. so, if i am wrong, and dozens of people use this script, the server could end up crashing, and an unintentional ddos attack could happen, so i won't make this script.
 
Gazeruth
offline
Link
 
Originally posted by yomamathecableguy
not necessarily. all you're doing is checking for certain text, just like the find function on browsers. regardless of how many plays you are querying, i don't think it would be too server intensive, but i may be wrong. so, if i am wrong, and dozens of people use this script, the server could end up crashing, and an unintentional ddos attack could happen, so i won't make this script.


I think what Wrath of Conor is saying... is that the other user wants to check if they're in the play.. not necessarily doing anything.. just in it.

E.G I have a guard, I would like to have all the plays I'm in highlighted. If I don't do anything on a play, but I'm on the play, the script would have to query the server for every play, figure out if I'm on it, and then highlight the play.. if that's even possible...

Make more sense?
 
Link
 
oooohhhh. wow i feel dumb now. i thought that the "other user" just wanted every play that he is listed on in the pbp. in your case, yes, that would kill the server. especially if several dozen people ended up using it at the same time. it would be possible, but it would take forever to load (few seconds for the first play, then few seconds for the second play, etc., and some wouldn't even be highlighted so checking those would be useless, yet they are still being checked, taking up time), so i agree with both of you.
 
scar988
offline
Link
 
these are really cool
 
Gazeruth
offline
Link
 
Originally posted by yomamathecableguy
oooohhhh. wow i feel dumb now. i thought that the "other user" just wanted every play that he is listed on in the pbp. in your case, yes, that would kill the server. especially if several dozen people ended up using it at the same time. it would be possible, but it would take forever to load (few seconds for the first play, then few seconds for the second play, etc., and some wouldn't even be highlighted so checking those would be useless, yet they are still being checked, taking up time), so i agree with both of you.


Lol, yea thought it would have
 
Page:
 


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