Conquer Club

CC Greasemonkey Script (beta .5) "Band-Aid Release"

Archival storage to keep things organized and uncluttered. Can't find what you need? Search for old topics here.

Moderator: Tech Team

Forum rules
Please read the Community Guidelines before posting.

Postby Star_BuRiT on Thu Dec 21, 2006 2:07 pm

many thanks to u Troy for the updates.. it has helped improve my score and judgement... since i'm lazy to count cards sometimes..lol

is there a way to keep this on the front page of the forum with the greasemonkey tittle on it as many who are still new to this game would definately need it... they may miss the sticky on the top of the page...

i foresee that with greasemonkey many of the newbs or even regular amateurs here would be able to play better thus resulting in the increase of quality games... and this will be a positive note to all the gamers here..
User avatar
Private 1st Class Star_BuRiT
 
Posts: 59
Joined: Thu Nov 30, 2006 8:10 am
Location: ???

Postby Tr0y on Thu Dec 21, 2006 9:54 pm

Yea, I think it would be cool if the stats were there by default.

BTW

Added a line of code to fix the problem with battle royal...

http://personal.ecu.edu/tnt1202/conquerclub.user.js

If you don't play battle royal I wouldn't bother.
User avatar
Corporal Tr0y
 
Posts: 271
Joined: Mon Jan 23, 2006 1:26 pm
Location: Cary, NC

Postby Backglass on Thu Dec 21, 2006 10:02 pm

This plugin needs a real name other than "CC Greasemonkey Script". It confuses newbs with the Greasemonkey Engine vs the Greasemonkey Plug-in. It's like calling CC the "Internet Explorer Risk Game". :lol:

Surely the creative people around here can think of a good one. ;)
Image
The Pro-TipĀ®, SkyDaddyĀ® and Image are registered trademarks of Backglass Heavy Industries.
User avatar
Corporal 1st Class Backglass
 
Posts: 2212
Joined: Wed Aug 23, 2006 5:48 pm
Location: New York

Postby hawkeye on Fri Dec 22, 2006 6:13 pm

Tr0y wonderful program. Got Firefox yesterday. This is one of the main reasons I got it.
Cook hawkeye
 
Posts: 2663
Joined: Fri Feb 24, 2006 12:19 am
Location: RAGGLE FRAGGLE!!!

Postby hasaki on Sat Dec 23, 2006 3:05 am

I keep getting an unresponsive script with some of my games and the script is not working in others. what can i do to fix this?
There can only be one. OK sometimes two or three.

Highest place- 35
Highest score- 2517
User avatar
Colonel hasaki
 
Posts: 105
Joined: Mon Jul 17, 2006 8:48 pm
Location: 15 Hume drive,Arcadia,Ivalice

Postby P Gizzle on Wed Dec 27, 2006 9:56 pm

ok, i have it all installed, and everything, how come i don't see anything different?
Gridiron Gang- CC's largest Clan!
User avatar
Cook P Gizzle
 
Posts: 4100
Joined: Fri Aug 04, 2006 5:00 pm
Location: Somewhere being absolutely AWESOME!

Postby Jehan on Mon Jan 01, 2007 8:01 pm

thanks mate, freakin awesome work there
User avatar
Sergeant Jehan
 
Posts: 683
Joined: Wed Nov 22, 2006 12:22 am
Location: Wales, the newer more southern version.

Postby rjp0305 on Mon Jan 01, 2007 10:07 pm

How do you get the notifier to work? All I'm getting is 0/0/0.
I've already added my ID# to the window.
Image
The harder the conflict, the more glorious the triumph--Thomas Payne.
User avatar
Corporal rjp0305
 
Posts: 69
Joined: Fri Sep 15, 2006 9:46 pm
Location: Charleston, SC

Postby cramill on Tue Jan 02, 2007 1:46 pm

rjp0305 wrote:How do you get the notifier to work? All I'm getting is 0/0/0.
I've already added my ID# to the window.

Change your ID# to your username.
User avatar
Corporal 1st Class cramill
 
Posts: 611
Joined: Sun Jun 18, 2006 8:13 pm
Location: Phoenix, AZ

Postby rjp0305 on Tue Jan 02, 2007 8:01 pm

Thank you!! Somewhere I read that it was supposed to be your ID#. Now how do I get the green and red tabs? Is that a different notifier?

Nevermind, I figured it out!! :D
Image
The harder the conflict, the more glorious the triumph--Thomas Payne.
User avatar
Corporal rjp0305
 
Posts: 69
Joined: Fri Sep 15, 2006 9:46 pm
Location: Charleston, SC

Postby casper on Mon Jan 08, 2007 10:00 pm

card counts are not working for me after the latest update. anyone else having problems?
User avatar
Major casper
 
Posts: 416
Joined: Wed Feb 01, 2006 6:36 pm
Location: Chicago

Postby eddymush on Mon Jan 08, 2007 10:02 pm

yes wtf?




i need my card counter!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Image
User avatar
Corporal 1st Class eddymush
 
Posts: 127
Joined: Mon Apr 24, 2006 9:58 am
Location: columbus, ohio

Postby wicked on Mon Jan 08, 2007 10:05 pm

your fingers broken? :lol:
User avatar
Major wicked
 
Posts: 15787
Joined: Thu Jan 26, 2006 1:23 pm

Postby logitech007 on Mon Jan 08, 2007 10:34 pm

I'm having the same problem too with card counter not working.
Private 1st Class logitech007
 
Posts: 9
Joined: Fri Dec 22, 2006 2:14 pm

Postby kjtocool on Mon Jan 08, 2007 10:40 pm

the whole site has gone wacko since they closed it down.
Major kjtocool
 
Posts: 29
Joined: Sun Nov 26, 2006 1:22 am

Postby Fantius on Mon Jan 08, 2007 11:04 pm

Card counting fix:

Replace these lines:
log = log.replace(/<br>/g,'');//Remove HTML BR tags
log = log.split('\n');//Splits Each line.

With this line:
log = log.split('<br>');//Splits Each line.
User avatar
Sergeant Fantius
 
Posts: 56
Joined: Thu Nov 23, 2006 1:27 pm

Postby cramill on Mon Jan 08, 2007 11:09 pm

Fantius wrote:Card counting fix:

Replace these lines:
log = log.replace(/<br>/g,'');//Remove HTML BR tags
log = log.split('\n');//Splits Each line.

With this line:
log = log.split('<br>');//Splits Each line.

Looks like this worked for me. Thanks!
User avatar
Corporal 1st Class cramill
 
Posts: 611
Joined: Sun Jun 18, 2006 8:13 pm
Location: Phoenix, AZ

Postby AK_iceman on Mon Jan 08, 2007 11:10 pm

kjtocool wrote:the whole site has gone wacko since they closed it down.

What exactly has gone wacko besides the Greasemonkey Script?
User avatar
Sergeant 1st Class AK_iceman
 
Posts: 5704
Joined: Wed May 10, 2006 10:39 pm

Postby Fantius on Mon Jan 08, 2007 11:10 pm

Full discussion here (if one develops):

http://www.conquerclub.com/forum/viewtopic.php?t=10954
User avatar
Sergeant Fantius
 
Posts: 56
Joined: Thu Nov 23, 2006 1:27 pm

Postby Tr0y on Mon Jan 08, 2007 11:10 pm

Last edited by Tr0y on Mon Jan 08, 2007 11:12 pm, edited 1 time in total.
User avatar
Corporal Tr0y
 
Posts: 271
Joined: Mon Jan 23, 2006 1:26 pm
Location: Cary, NC

Postby Sargentgeneral on Mon Jan 08, 2007 11:10 pm

now how would one go about doing that?
Highest score: 1910
Highest rank: 188

Battle of the bands #1 champion: ACDC
User avatar
Lieutenant Sargentgeneral
 
Posts: 379
Joined: Thu Nov 16, 2006 11:55 pm
Location: On Conquerclub, duh!

Postby Beastly on Mon Jan 08, 2007 11:23 pm

Once again you came threw.......ty Troy
User avatar
Corporal 1st Class Beastly
 
Posts: 1137
Joined: Tue Feb 21, 2006 3:48 am

Postby AK_iceman on Mon Jan 08, 2007 11:26 pm

Fantius came through this time. Good work both of you.
User avatar
Sergeant 1st Class AK_iceman
 
Posts: 5704
Joined: Wed May 10, 2006 10:39 pm

Postby hawkeye on Mon Jan 08, 2007 11:35 pm

Yay!!!!! :D :D :D
Cook hawkeye
 
Posts: 2663
Joined: Fri Feb 24, 2006 12:19 am
Location: RAGGLE FRAGGLE!!!

Postby Ruben Cassar on Tue Jan 09, 2007 6:14 am

I ran the update but it's still not working for me. I depend so much on this script that I can't play a game without it! :shock:

P.S. - I use the colour blind version but the regular one doesn't seem to be working either
ImageImageImageImageImage
User avatar
Colonel Ruben Cassar
 
Posts: 2160
Joined: Thu Nov 16, 2006 6:04 am
Location: Civitas Invicta, Melita, Evropa

PreviousNext

Return to Tool Archives

Who is online

Users browsing this forum: No registered users