bump
oten638
offline
offline
there was a script i had that saved your forum favorites, it worked after the season 7 changes but i deleted all my scripts and can find it.
Also, im a owner and really could use a way to email my whole team
Also, im a owner and really could use a way to email my whole team
Last edited Jan 2, 2009 01:02:28
razor9
offline
offline
I'm behind the times Pabst, was there a glitch with the Game Scout program? I thought I heard something, but I don't have the heart to look through 242 pages for it.
pabst
offline
offline
Originally posted by razor9
I'm behind the times Pabst, was there a glitch with the Game Scout program? I thought I heard something, but I don't have the heart to look through 242 pages for it.
The glitch that prevented it from displaying is fixed already. The glitches that remain are due to special abilities triggering. Some are now listed in the play-by-play and the script doesn't know how to handle them yet so many of the individual stats won't be correct. Some of the team stats could be off, but I haven't tried to fix the problems so I don't know the effects yet.
I'm behind the times Pabst, was there a glitch with the Game Scout program? I thought I heard something, but I don't have the heart to look through 242 pages for it.
The glitch that prevented it from displaying is fixed already. The glitches that remain are due to special abilities triggering. Some are now listed in the play-by-play and the script doesn't know how to handle them yet so many of the individual stats won't be correct. Some of the team stats could be off, but I haven't tried to fix the problems so I don't know the effects yet.
Randal Kay
offline
offline
Hey Pabst I installed the newest version of your player lvl and position to EQ fund page. All the positions are appear as white text, which makes them very hard to read. Can you ether point me to the color part of the code or set so they appear as black text?
Thanks
Thanks
AdmWmsn
offline
offline
Originally posted by AdmWmsn
Does anyone know why the team expiration date to team page doesn't work?
Again I ask
Does anyone know why the team expiration date to team page doesn't work?
Again I ask
Nixx
offline
offline
Originally posted by AdmWmsn
Originally posted by AdmWmsn
Does anyone know why the team expiration date to team page doesn't work?
Again I ask
I don't know, it's not on this list: http://www.glbwiki.com/index.php?title=Greasemonkey_Scripts#Season_7_list_of_working_scripts
Probably broken because of the season 7 changes. Have you checked for an updated script?
Originally posted by AdmWmsn
Does anyone know why the team expiration date to team page doesn't work?
Again I ask
I don't know, it's not on this list: http://www.glbwiki.com/index.php?title=Greasemonkey_Scripts#Season_7_list_of_working_scripts
Probably broken because of the season 7 changes. Have you checked for an updated script?
pabst
offline
offline
Originally posted by Randal Kay
Hey Pabst I installed the newest version of your player lvl and position to EQ fund page. All the positions are appear as white text, which makes them very hard to read. Can you ether point me to the color part of the code or set so they appear as black text?
Thanks
This is a guess so if this helps, make sure to tell me so I can fix the script.
Edit the script and find this line:
var html = "<span class=\"position\">"+pos+"</span>"+name;
Change "position" to "cpu" and see if that helps.
Hey Pabst I installed the newest version of your player lvl and position to EQ fund page. All the positions are appear as white text, which makes them very hard to read. Can you ether point me to the color part of the code or set so they appear as black text?
Thanks
This is a guess so if this helps, make sure to tell me so I can fix the script.
Edit the script and find this line:
var html = "<span class=\"position\">"+pos+"</span>"+name;
Change "position" to "cpu" and see if that helps.
AdmWmsn
offline
offline
Here is the script:
// ==UserScript==
// @name GLB Team Expiration
// @description Adds the day ownership expires to the team profile page for the owner.
// @include http://goallineblitz.com/game/team.pl?team_id=9999
// ==/UserScript==
GM_xmlhttpRequest({
method: 'GET',
url: 'http://goallineblitz.com/game/extend_team.pl?team_id=9999&action=Select',
headers: {
'User-agent': 'Mozilla/4.0 (compatible) Greasemonkey',
'Accept': 'application/atom+xml,application/xml,text/xml',
},
onload: function(expday) {
var response1=expday.responseText
var newmsg=response1.split('<b>Expiration Day:</b> ')
var newmsg1=newmsg[1].split('<br>')
var newmsgfinal=newmsg1[0]
var container=document.getElementById('team_owner')
container.innerHTML = '<b>Expiration Day:</b> ' + newmsgfinal + '<br>' + container.innerHTML
}
});
So what next?
This is the code listed in the WIKI.
// ==UserScript==
// @name GLB Team Expiration
// @description Adds the day ownership expires to the team profile page for the owner.
// @include http://goallineblitz.com/game/team.pl?team_id=9999
// ==/UserScript==
GM_xmlhttpRequest({
method: 'GET',
url: 'http://goallineblitz.com/game/extend_team.pl?team_id=9999&action=Select',
headers: {
'User-agent': 'Mozilla/4.0 (compatible) Greasemonkey',
'Accept': 'application/atom+xml,application/xml,text/xml',
},
onload: function(expday) {
var response1=expday.responseText
var newmsg=response1.split('<b>Expiration Day:</b> ')
var newmsg1=newmsg[1].split('<br>')
var newmsgfinal=newmsg1[0]
var container=document.getElementById('team_owner')
container.innerHTML = '<b>Expiration Day:</b> ' + newmsgfinal + '<br>' + container.innerHTML
}
});
So what next?
This is the code listed in the WIKI.
Last edited Jan 1, 2009 23:38:28
So why is the replay rewrite script causing the replays to end before the end of the play?
Nixx
offline
offline
Originally posted by kmart
So why is the replay rewrite script causing the replays to end before the end of the play?
http://goallineblitz.com/game/announcement.pl?id=89
So why is the replay rewrite script causing the replays to end before the end of the play?
http://goallineblitz.com/game/announcement.pl?id=89
Skullkrusher
offline
offline
When I run the replays my first player is highlighted by a black square. Before the last update all my players were highlighted with different colors. Now only my first player is highlighted but none of my other players are. I tried downloading the pbr highlight and nothing changes. It only works for my first player.
Anyone know anything about this?
Anyone know anything about this?
Jipsu
offline
offline
Originally posted by Skullkrusher
When I run the replays my first player is highlighted by a black square. Before the last update all my players were highlighted with different colors. Now only my first player is highlighted but none of my other players are. I tried downloading the pbr highlight and nothing changes. It only works for my first player.
Anyone know anything about this?
+1
When I run the replays my first player is highlighted by a black square. Before the last update all my players were highlighted with different colors. Now only my first player is highlighted but none of my other players are. I tried downloading the pbr highlight and nothing changes. It only works for my first player.
Anyone know anything about this?
+1
Merlinzz
offline
offline
Does anyones sort player script work? Nothing happens when I try to use it. I have tried to remove it and reinstall. I have lots of working scripts. Please let me know how to get it to work.
You are not logged in. Please log in if you want to post a reply.






























