Script: Team PM - Version 1.0.1
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
Re: CC Private Message Team 0.5
I was coming here to report that CC Private Message Team 0.5 stopped working this morning, but I see others have been here already, so I'll just add my voice to the cacaphony.
Anyway, I presume this has something to do with the site updates last night.
Anyway, I presume this has something to do with the site updates last night.
“Life is a shipwreck, but we must not forget to sing in the lifeboats.”
― Voltaire
― Voltaire
-
codierose
- Posts: 1561
- Joined: Sun Jul 27, 2008 5:50 pm
- Gender: Male
- Location: RANDOMBULLSHIT.ORG
- Contact:
PM team mates
Operating System: 7
Browser: foxy
Scripts/third party programs used: pm team mates
Concise description:
pm team mates script no longer working
http://userscripts.org/scripts/show/120340
Browser: foxy
Scripts/third party programs used: pm team mates
Concise description:
pm team mates script no longer working
http://userscripts.org/scripts/show/120340
Re: PM team in BoB
dyrtydog wrote:this appears to be gone...what gives?
This is not a feature of BOB, but a separate script: CC Private Message Team. I will merge this with the appropriate topic where the problem has already been noted.
Re: PM team mates
codierose wrote:Operating System: 7
Browser: foxy
Scripts/third party programs used: pm team mates
Concise description:
pm team mates script no longer working
http://userscripts.org/scripts/show/120340
I am merging your post with the script's topic where this has been noted. Watch for further info there.
- macbone
- Posts: 6217
- Joined: Wed Jun 03, 2009 7:12 pm
- Gender: Male
- Location: Running from a cliff racer
- Contact:
Re: CC Private Message Team 0.5
I came to see if there was an update that restored PTM. I'll check back in to see if one gets released. It's such a simple add-on, but I love it. =)
Re: CC Private Message Team 0.5
The word from the admins is that the Conquer Club API used by many scripts has been disabled temporarily as it apparently was implicated in the problems that the site experienced this morning.
-
kuma32478
- Posts: 1727
- Joined: Sun Mar 08, 2009 11:55 am
- Gender: Male
- Location: North Carolina
- Contact:
Re: CC Private Message Team 0.5
ender516 wrote:temporarily
I like this word
Re: CC Private Message Team 0.5
didn't realize how often i used this until it was gone. its like leaving your mobile cellular device at home. please fix asafp.
-
queen victorious
- Posts: 155
- Joined: Thu Jun 03, 2010 4:29 am
- Gender: Female
- Location: Manhattan suburbs
Re: CC Private Message Team 0.5
still not working, is it? i miss it too. any idea when it will be back up? (i tried to reinstall it
several times and each time get a "successfully installed" message.)
just checking now because i thought i saw it used successfully by someone yesterday. or...
i was not in my right mind...whatever that is
several times and each time get a "successfully installed" message.)
just checking now because i thought i saw it used successfully by someone yesterday. or...
i was not in my right mind...whatever that is
- jetsetwilly
- Posts: 515
- Joined: Tue Aug 05, 2008 3:31 am
- Gender: Male
- Location: United Kingdom
Re: CC Private Message Team 0.5
This is messed up with the new 12 player update. I'm in a 12 player triples game and it put the wrong team mates into the message. I'm on team 3 and it used players from team 2.
Re: CC Private Message Team 0.5
chapcrap wrote:This is messed up with the new 12 player update. I'm in a 12 player triples game and it put the wrong team mates into the message. I'm on team 3 and it used players from team 2.
Here's what I did.
Go into manage user scripts. Click PM Team > Options > Edit. Scroll to line 75 and replace for(var i = 1; i <= 8; i++){ with for(var i = 1; i <= 12; i++){
Re: CC Private Message Team 0.5
Edit the userscript like this:
Line 75:
Before:
After:
Line 101:
Before:
After:
That works for me.
Line 75:
Before:
for(var i = 1; i <= 8; i++){
After:
for(var i = 1; i <= 12; i++){
Line 101:
Before:
if( teamsize == 2 ){ //handle doubles
startindex = (Math.floor(myindex / 2) * 2);
}
else { //handle tripples and quads
startindex = myindex < teamsize ? 0 : teamsize;
}
After:
startindex = (Math.floor(myindex / teamsize) * teamsize);
That works for me.
Re: CC Private Message Team 0.5
I've just edited my local PM Teammates script to make it work in 12 player games.
Edit the script like this:
Line 75:
Before:
After:
Line 101:
Before:
After:
That works for me.
Edit the script like this:
Line 75:
Before:
for(var i = 1; i <= 8; i++){
After:
for(var i = 1; i <= 12; i++){
Line 101:
Before:
if( teamsize == 2 ){ //handle doubles
startindex = (Math.floor(myindex / 2) * 2);
}
else { //handle tripples and quads
startindex = myindex < teamsize ? 0 : teamsize;
}
After:
startindex = myindex < teamsize ? 0 : (Math.floor(myindex / teamsize) * teamsize);
That works for me.
Re: CC Private Message Team 0.5
Until the official script gets fixed, you can find the fixed version for 12 players here http://userscripts.org/scripts/show/177902
Re: CC Private Message Team 0.5
With this new design, the PM tool is not working anymore for me (using last version of Mozilla Firefox, 25.0.1).
I've tried to uninstall and install again (rebooting Firefox and even the computer), but it's not working
I've tried to uninstall and install again (rebooting Firefox and even the computer), but it's not working

Re: CC Private Message Team 0.5
Hey guys -
I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
Re: CC Private Message Team 0.5
Foxglove wrote:Hey guys -
I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
Thanks Foxglove... much appreciated!
Re: CC Private Message Team 0.5
Foxglove wrote:Hey guys -
I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
And thank you once again! =) This also fixes my problem (a problem my clan mates don't have, and I don't know why I did) and now it works.

Re: CC Private Message Team 0.5
Nice. That fixed it for me as well. Thank you.
Highest rank: 48th. Highest score: 3,384. Feb. 9, 2014.
- macbone
- Posts: 6217
- Joined: Wed Jun 03, 2009 7:12 pm
- Gender: Male
- Location: Running from a cliff racer
- Contact:
Re: CC Private Message Team 0.5
Foxglove, you're awesome! Thanks so much!
Re: CC Private Message Team 0.5
Foxglove wrote:Hey guys -
I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
Thanks Foxglove, it's much appreciated.
Now to be a dick, can you make the PM open in a separate window?
Re: CC Private Message Team 0.5
Seamus76 wrote:Foxglove wrote:Hey guys -
I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
Thanks Foxglove, it's much appreciated.
Now to be a dick, can you make the PM open in a separate window?
That would actually be awesome so that you could still look at the map while you type.






