Conquer Club

Script: Team PM - Version 1.0.1

The home of third-party tools and utilities that can enhance your Conquer Club experience.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.

Re: CC Private Message Team 0.5

Postby Dukasaur on Fri May 24, 2013 11:14 am

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.
Image
User avatar
Captain Dukasaur
Community Team
Community Team
 
Posts: 25031
Joined: Sat Nov 20, 2010 4:49 pm
Location: Beautiful Niagara
22

PM team in BoB

Postby dyrtydog on Fri May 24, 2013 2:57 pm

this appears to be gone...what gives? :o
Imagetournaments won: Jojo's Midyears Resolution Revolution
Capitaine Vertes's Inaugural clan tournament
User avatar
Lieutenant dyrtydog
 
Posts: 438
Joined: Wed Oct 24, 2007 6:01 pm
Location: central Florida

PM team mates

Postby codierose on Fri May 24, 2013 6:55 pm

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
Lieutenant codierose
 
Posts: 1561
Joined: Sun Jul 27, 2008 5:50 pm
Location: RANDOMBULLSHIT.ORG

Re: PM team in BoB

Postby ender516 on Fri May 24, 2013 7:02 pm

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.
User avatar
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: PM team mates

Postby ender516 on Fri May 24, 2013 7:06 pm

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.
User avatar
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: CC Private Message Team 0.5

Postby macbone on Fri May 24, 2013 8:17 pm

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. =)
User avatar
Colonel macbone
 
Posts: 6217
Joined: Wed Jun 03, 2009 7:12 pm
Location: Running from a cliff racer

Re: CC Private Message Team 0.5

Postby ender516 on Fri May 24, 2013 8:30 pm

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.
User avatar
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: CC Private Message Team 0.5

Postby kuma32478 on Fri May 24, 2013 8:36 pm

ender516 wrote:temporarily


I like this word
Private 1st Class kuma32478
 
Posts: 1727
Joined: Sun Mar 08, 2009 11:55 am
Location: North Carolina

Re: CC Private Message Team 0.5

Postby Fewnix on Fri May 24, 2013 10:02 pm

TEAM PM back please. Please.
:cry: :cry:
Rule 1
show
User avatar
Lieutenant Fewnix
 
Posts: 1140
Joined: Sat Apr 25, 2009 2:15 am
2

Re: CC Private Message Team 0.5

Postby nicarus on Wed May 29, 2013 5:26 pm

didn't realize how often i used this until it was gone. its like leaving your mobile cellular device at home. please fix asafp.
User avatar
Sergeant 1st Class nicarus
 
Posts: 192
Joined: Wed Apr 23, 2008 11:09 am
Location: Northeastern, Missouri

Re: CC Private Message Team 0.5

Postby queen victorious on Wed Jun 05, 2013 5:25 am

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 ;-)
User avatar
Brigadier queen victorious
 
Posts: 43
Joined: Thu Jun 03, 2010 4:29 am
Location: Manhattan suburbs

Re: CC Private Message Team 0.5

Postby jetsetwilly on Wed Jun 05, 2013 5:30 am

It's been working fine for most people since the API fix went in.
Image
User avatar
Captain jetsetwilly
 
Posts: 515
Joined: Tue Aug 05, 2008 3:31 am
Location: United Kingdom

Re: CC Private Message Team 0.5

Postby chapcrap on Sun Sep 01, 2013 12:37 pm

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.
Lieutenant chapcrap
 
Posts: 9689
Joined: Sun Feb 03, 2008 12:46 am
Location: Kansas City

Re: CC Private Message Team 0.5

Postby PaRKoN on Sun Sep 15, 2013 6:13 am

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.
User avatar
Brigadier PaRKoN
 
Posts: 406
Joined: Fri Nov 18, 2011 9:21 am
Location: Barcelona

Re: CC Private Message Team 0.5

Postby PaRKoN on Mon Sep 16, 2013 6:36 am

Until the official script gets fixed, you can find the fixed version for 12 players here http://userscripts.org/scripts/show/177902
User avatar
Brigadier PaRKoN
 
Posts: 406
Joined: Fri Nov 18, 2011 9:21 am
Location: Barcelona

Re: CC Private Message Team 0.5

Postby TaelS on Sat Nov 30, 2013 9:37 pm

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 :(
Image
User avatar
Brigadier TaelS
 
Posts: 171
Joined: Sun Oct 23, 2011 4:40 pm

Re: CC Private Message Team 0.5

Postby Foxglove on Mon Dec 02, 2013 5:32 pm

Hey guys -

I just uploaded a working version of this script: http://userscripts.org/scripts/source/185265.user.js
User avatar
Brigadier Foxglove
 
Posts: 1308
Joined: Sun Dec 16, 2007 1:05 pm

Re: CC Private Message Team 0.5

Postby EBConquer on Mon Dec 02, 2013 6:10 pm

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
User avatar
Colonel EBConquer
 
Posts: 973
Joined: Sun Dec 05, 2010 1:11 am
Location: San Diego

Re: CC Private Message Team 0.5

Postby TaelS on Mon Dec 02, 2013 6:38 pm

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.
Image
User avatar
Brigadier TaelS
 
Posts: 171
Joined: Sun Oct 23, 2011 4:40 pm

Re: CC Private Message Team 0.5

Postby angola on Tue Dec 03, 2013 2:21 am

Nice. That fixed it for me as well. Thank you.
Highest rank: 48th. Highest score: 3,384. Feb. 9, 2014.
Lieutenant angola
 
Posts: 2076
Joined: Tue May 27, 2008 12:56 pm
Location: Washington state

Re: CC Private Message Team 0.5

Postby macbone on Tue Dec 10, 2013 2:08 am

Foxglove, you're awesome! Thanks so much!
User avatar
Colonel macbone
 
Posts: 6217
Joined: Wed Jun 03, 2009 7:12 pm
Location: Running from a cliff racer

Re: CC Private Message Team 0.5

Postby Seamus76 on Fri Dec 13, 2013 1:41 pm

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:
ImageImageImage
User avatar
Sergeant 1st Class Seamus76
 
Posts: 1574
Joined: Fri Feb 25, 2011 5:41 pm
Location: Atlanta, GA

Re: CC Private Message Team 0.5

Postby chapcrap on Fri Dec 13, 2013 2:37 pm

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.
Lieutenant chapcrap
 
Posts: 9689
Joined: Sun Feb 03, 2008 12:46 am
Location: Kansas City

PreviousNext

Return to Third-Party Tools & Enhancements

Who is online

Users browsing this forum: No registered users

cron