Page 4 of 6

Re: CC Private Message Team 0.5

PostPosted: Fri May 24, 2013 11:14 am
by Dukasaur
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.

PM team in BoB

PostPosted: Fri May 24, 2013 2:57 pm
by dyrtydog
this appears to be gone...what gives? :o

PM team mates

PostPosted: Fri May 24, 2013 6:55 pm
by codierose
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

Re: PM team in BoB

PostPosted: Fri May 24, 2013 7:02 pm
by ender516
dyrtydog wrote:this appears to be gone...what gives? :o

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

PostPosted: Fri May 24, 2013 7:06 pm
by ender516
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.

Re: CC Private Message Team 0.5

PostPosted: Fri May 24, 2013 8:17 pm
by macbone
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

PostPosted: Fri May 24, 2013 8:30 pm
by ender516
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.

Re: CC Private Message Team 0.5

PostPosted: Fri May 24, 2013 8:36 pm
by kuma32478
ender516 wrote:temporarily


I like this word

Re: CC Private Message Team 0.5

PostPosted: Fri May 24, 2013 10:02 pm
by Fewnix
TEAM PM back please. Please.
:cry: :cry:

Re: CC Private Message Team 0.5

PostPosted: Wed May 29, 2013 5:26 pm
by nicarus
didn't realize how often i used this until it was gone. its like leaving your mobile cellular device at home. please fix asafp.

Re: CC Private Message Team 0.5

PostPosted: Wed Jun 05, 2013 5:25 am
by queen victorious
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 ;-)

Re: CC Private Message Team 0.5

PostPosted: Wed Jun 05, 2013 5:30 am
by jetsetwilly
It's been working fine for most people since the API fix went in.

Re: CC Private Message Team 0.5

PostPosted: Sun Sep 01, 2013 12:37 pm
by chapcrap
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

PostPosted: Sun Sep 15, 2013 6:13 am
by PaRKoN
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:
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

PostPosted: Mon Sep 16, 2013 6:36 am
by PaRKoN
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

PostPosted: Sat Nov 30, 2013 9:37 pm
by TaelS
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 :(

Re: CC Private Message Team 0.5

PostPosted: Mon Dec 02, 2013 5:32 pm
by Foxglove
Hey guys -

I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js

Re: CC Private Message Team 0.5

PostPosted: Mon Dec 02, 2013 6:10 pm
by EBConquer
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! :D

Re: CC Private Message Team 0.5

PostPosted: Mon Dec 02, 2013 6:38 pm
by TaelS
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

PostPosted: Tue Dec 03, 2013 2:21 am
by angola
Nice. That fixed it for me as well. Thank you.

Re: CC Private Message Team 0.5

PostPosted: Tue Dec 10, 2013 2:08 am
by macbone
Foxglove, you're awesome! Thanks so much!

Re: CC Private Message Team 0.5

PostPosted: Fri Dec 13, 2013 1:41 pm
by Seamus76
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? :lol:

Re: CC Private Message Team 0.5

PostPosted: Fri Dec 13, 2013 2:37 pm
by chapcrap
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? :lol:

That would actually be awesome so that you could still look at the map while you type.