Conquer Club

BOB version 1.2 [was CC Greasemonkey script - unofficial]

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.

What should the name of this script be?

Poll ended at Fri May 18, 2007 5:51 am

Bob
11
28%
TSAR
7
18%
TSAR BOMBA
6
15%
B.O.M.B.
5
13%
Trojan
1
3%
Trojan Horse
9
23%
 
Total votes : 39

Postby rallison on Mon May 14, 2007 12:02 pm

cicero wrote:HELP!!

I'm away from home. On someone else's computer.
I've installed Firefox and Greasemonkey.

I've followed the link at the beginning of this thread to install the script ..
and Firefox adds a dialogue at the top of the browser window saying "This is a Greasemonkey script. Click install to start using it."

And I click install.
And nothing happens.
My list of installed Greasemonkey scripts is still empty.

I know it's just me missing something, but I'm panicking because it's my turn time in several games and I'm completely lost without at least the colour blind option ...

Hoping someone is online ...


Cicero


I had the same problem, dont know what the cause is.

What you need to do is copy all the next from the website into notepad. Save this as script.js (NOT .txt) then open the greasemonkey menu, and click on new script. Put whatever you want in these fields, but make sure under "included pages" to put "http://www.conquerclub.com*"

This made it work for me, hopefully it'll help you out
Image
rallison, The Ultimate Assassin - European Assassin finalist
Highest Rank: 245 -- First Page!
User avatar
Sergeant 1st Class rallison
 
Posts: 181
Joined: Mon Feb 26, 2007 1:15 am

Postby Mylittlepuddykat on Mon May 14, 2007 2:06 pm

I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?
Image
User avatar
Corporal Mylittlepuddykat
 
Posts: 111
Joined: Fri Dec 01, 2006 2:19 pm
Location: Wales

Postby Backglass on Mon May 14, 2007 2:41 pm

GreecePwns wrote:Another vote for Bob.


I vote "BOB" as well...anything is better than "The Greasemonkey Script". :lol:
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 weirdbro on Mon May 14, 2007 2:44 pm

Cicero - As far as I know, the latest version of greasemonkey has a few bugs on installation. I just installed Linux, and couldn't install Greasemonkey scripts, but I realized that I just needed to use an older greasemonkey.
Sergeant weirdbro
 
Posts: 52
Joined: Wed Jan 24, 2007 6:33 pm

Postby yeti_c on Tue May 15, 2007 2:25 am

Mylittlepuddykat wrote:I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?


I think I know what you've done here - I've managed to do the same and there's no way of fixing it... (i.e. when you first goto edit a script it asks you to choose an editor - I misread this and choose a text document!! Bah!)

Check these things first though...

Goto Tools -> Error Console.

Does it mention that your editor doesn't work?

So what you need to do is find your script manually...

Mine are in

C:\Documents and Settings\Chris\Application Data\Mozilla\Firefox\Profiles\cdheyiiz.default\gm_scripts

Note that the "Chris" folder and the "cdheyiiz.default" folder may be different for you....

Once in there - right click and open with... select notepad... and edit away.

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby stocksr on Tue May 15, 2007 2:36 am

yeti_c wrote:
Mylittlepuddykat wrote:I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?


I think I know what you've done here - I've managed to do the same and there's no way of fixing it... (i.e. when you first goto edit a script it asks you to choose an editor - I misread this and choose a text document!! Bah!)

Check these things first though...

Goto Tools -> Error Console.

Does it mention that your editor doesn't work?

C.


You can fix it.

1. type about:Config in your address bar and press return
2. type greasemonkey.editor into the filter box at the top of that page
3. Right click on the result of the search and choose reset
4. Try and edit a script again and remember to choose notepad(C:\WINDOWS\NOTEPAD.EXE) this time.

R.
r.
User avatar
Corporal stocksr
 
Posts: 132
Joined: Wed Mar 07, 2007 11:30 am
Location: South Coast, UK

Postby yeti_c on Tue May 15, 2007 2:42 am

stocksr wrote:
yeti_c wrote:
Mylittlepuddykat wrote:I cant edit my scripts :( I have tried the ways described earlier but nothing happens when I click edit or right click on the name? can someone help me?


I think I know what you've done here - I've managed to do the same and there's no way of fixing it... (i.e. when you first goto edit a script it asks you to choose an editor - I misread this and choose a text document!! Bah!)

Check these things first though...

Goto Tools -> Error Console.

Does it mention that your editor doesn't work?

C.


You can fix it.

1. type about:Config in your address bar and press return
2. type greasemonkey.editor into the filter box at the top of that page
3. Right click on the result of the search and choose reset
4. Try and edit a script again and remember to choose notepad(C:\WINDOWS\NOTEPAD.EXE) this time.

R.


Aha - I've also just found a way of doing that... but mine's a bit more lowlevel...

If you goto your folder...

C:\Documents and Settings\Chris\Application Data\Mozilla\Firefox\Profiles\cdheyiiz.default\

and find the prefs.js file...

Edit the line
user_pref("greasemonkey.editor", "Blah Blah bollocks");

to look similar too...

user_pref("greasemonkey.editor", "C:\\WINDOWS\\NOTEPAD.EXE");

Reload FF - hey presto...

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby stocksr on Tue May 15, 2007 3:29 am

weirdbro wrote:Cicero - As far as I know, the latest version of greasemonkey has a few bugs on installation. I just installed Linux, and couldn't install Greasemonkey scripts, but I realized that I just needed to use an older greasemonkey.


I have heard reports that disabling and re-enabling the monkey can help.
r.
User avatar
Corporal stocksr
 
Posts: 132
Joined: Wed Mar 07, 2007 11:30 am
Location: South Coast, UK

Postby yeti_c on Wed May 16, 2007 4:56 am

stocksr wrote:
Ishiro wrote:
stocksr wrote:
Ishiro wrote:Minor bug... when a player has 0 cards, your stats show them having 'NaN'.


Hi Ishiro, Sorry can not reproduce this could you tell me the game number that you see this in.


Actually, I believe its not 0 cards that causes it, I believe its your target in an Assassin game, but it might be the combination of both. The target symbol appears before the card count, so it might be affecting your script getting the current card count for that player.



Now I am going to have to play an assassin game to fix this! bye bye points. :-) game number 426093 if you want to join / watch


Ha - Goodbye points for me more like - You won it!! Nice one!!

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby stocksr on Wed May 16, 2007 7:08 am

yeti_c wrote:
stocksr wrote:
Ishiro wrote:
stocksr wrote:
Ishiro wrote:Minor bug... when a player has 0 cards, your stats show them having 'NaN'.


Hi Ishiro, Sorry can not reproduce this could you tell me the game number that you see this in.


Actually, I believe its not 0 cards that causes it, I believe its your target in an Assassin game, but it might be the combination of both. The target symbol appears before the card count, so it might be affecting your script getting the current card count for that player.



Now I am going to have to play an assassin game to fix this! bye bye points. :-) game number 426093 if you want to join / watch


Ha - Goodbye points for me more like - You won it!! Nice one!!

C.


Thanks for the points, I needed them :-)

On the plus side, I now have a fix for the bug, I will be releasing version 10 (probably called "bob") next week
r.
User avatar
Corporal stocksr
 
Posts: 132
Joined: Wed Mar 07, 2007 11:30 am
Location: South Coast, UK

Postby Mylittlepuddykat on Wed May 16, 2007 1:58 pm

Thanx guys I'll try that now:D ..... YEY it worked thanks for the help guys
Image
User avatar
Corporal Mylittlepuddykat
 
Posts: 111
Joined: Fri Dec 01, 2006 2:19 pm
Location: Wales

Postby Mylittlepuddykat on Wed May 16, 2007 3:10 pm

Can some one take me through how to take the color blind fade and text off plz as I cant do it from prev instructions
Image
User avatar
Corporal Mylittlepuddykat
 
Posts: 111
Joined: Fri Dec 01, 2006 2:19 pm
Location: Wales

Postby weirdbro on Wed May 16, 2007 3:15 pm

There's a menu on the left.
Click on Colour Blind to turn it off.
Click on Map Fade until it says 0%.
Sergeant weirdbro
 
Posts: 52
Joined: Wed Jan 24, 2007 6:33 pm

Postby Keellan on Wed May 16, 2007 11:34 pm

I installed this script but it later disappeared and now when I try to install it again it says it already exists, but it's not showing up in the manage scripts list for greasemonkey. I can get the exact error message if that helps, but I would appreciate if someone could help me. I've tried uninstalling and reinstalling, but nothing seems to work.
User avatar
Captain Keellan
 
Posts: 132
Joined: Wed May 02, 2007 10:12 pm

Postby Tubby Rower on Thu May 17, 2007 7:32 am

quick question... what do the asterisks next to the players' territories signify?
User avatar
Sergeant 1st Class Tubby Rower
 
Posts: 349
Joined: Wed Mar 22, 2006 8:36 am
Location: under a rolling pin

Postby tahitiwahini on Thu May 17, 2007 7:33 am

Keellan wrote:I installed this script but it later disappeared and now when I try to install it again it says it already exists, but it's not showing up in the manage scripts list for greasemonkey. I can get the exact error message if that helps, but I would appreciate if someone could help me. I've tried uninstalling and reinstalling, but nothing seems to work.


Give this a try:
http://www.conquerclub.com/forum/viewtopic.php?t=15255
Cheers,
Tahitiwahini
User avatar
Private 1st Class tahitiwahini
 
Posts: 964
Joined: Fri Jan 19, 2007 5:26 pm

Postby Tubby Rower on Thu May 17, 2007 7:47 am

nvermind... I found it
// * Bug fix in statistics table: Changed the * indicator next to Territories
// to show * to indicate taking 1 territory will lose an army ** take 2 and *** take 3.
// [Indicated the wrong number of armies in previous versions.]
User avatar
Sergeant 1st Class Tubby Rower
 
Posts: 349
Joined: Wed Mar 22, 2006 8:36 am
Location: under a rolling pin

Postby Mylittlepuddykat on Thu May 17, 2007 3:21 pm

Yes I know you have to change that but I cant find the place to change them.
Image
User avatar
Corporal Mylittlepuddykat
 
Posts: 111
Joined: Fri Dec 01, 2006 2:19 pm
Location: Wales

Postby weirdbro on Thu May 17, 2007 4:02 pm

Its on the left, under the Personal menu. If its not there, you've got a problem.
Sergeant weirdbro
 
Posts: 52
Joined: Wed Jan 24, 2007 6:33 pm

bonus

Postby gabetz08 on Thu May 17, 2007 8:17 pm

you should make it so when you go over a selected bonus like the group it puts boxes around what territories are needed for that bonus
Cook gabetz08
 
Posts: 1
Joined: Sat Mar 24, 2007 7:35 pm

Postby weirdbro on Thu May 17, 2007 9:04 pm

If you really want that, you can turn on the text map, and look for the country you want, and see which continents its in.
The problem with just adding it is that in some maps, countries are in more than 1 continent.
Sergeant weirdbro
 
Posts: 52
Joined: Wed Jan 24, 2007 6:33 pm

Re: bonus

Postby stocksr on Fri May 18, 2007 2:02 am

gabetz08 wrote:you should make it so when you go over a selected bonus like the group it puts boxes around what territories are needed for that bonus


There is a feature like this, try clicking on the bonus, This also works on the text map as suggested by wierdbro.

It is done with a click rather than a hover effect because the map may be off screen and we need to scroll to the map so that you can see what's highlighted.
r.
User avatar
Corporal stocksr
 
Posts: 132
Joined: Wed Mar 07, 2007 11:30 am
Location: South Coast, UK

Postby weirdbro on Fri May 18, 2007 5:19 am

Thinking of suggestions, are you putting that code I sent you in the next version, or abandoning it?
Sergeant weirdbro
 
Posts: 52
Joined: Wed Jan 24, 2007 6:33 pm

Re: bonus

Postby yeti_c on Fri May 18, 2007 5:45 am

stocksr wrote:
gabetz08 wrote:you should make it so when you go over a selected bonus like the group it puts boxes around what territories are needed for that bonus


There is a feature like this, try clicking on the bonus, This also works on the text map as suggested by wierdbro.

It is done with a click rather than a hover effect because the map may be off screen and we need to scroll to the map so that you can see what's highlighted.


Hey Rob,

You should change the mouse pointers for anything that's clickable... at the moment they have carat's when you hover on them... if you changed it to have a pointer then it would be more obvious?

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby Mylittlepuddykat on Fri May 18, 2007 3:09 pm

But wheres the personal list? can someone take me thru step by step fromt he beginning as I am really confused
Image
User avatar
Corporal Mylittlepuddykat
 
Posts: 111
Joined: Fri Dec 01, 2006 2:19 pm
Location: Wales

PreviousNext

Return to Tool Archives

Who is online

Users browsing this forum: No registered users