Greasemonkey script - Conquer Club Turn Watch

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.
Locked
User avatar
aselwyn1
Posts: 107
Joined: Wed Feb 18, 2009 7:21 pm
Gender: Male
Location: Ottawa

Re: Greasemonkey script - Conquer Club Turn Watch

Post by aselwyn1 »

hi

can i have the newest link and how to get turn watch running after just downloading greasemonkey
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by chipv »

Read the first post in this thread - it's got the link and instructions.
User avatar
Artimis
Posts: 810
Joined: Sat Oct 11, 2008 9:09 am
Gender: Male
Location: Right behind ya!!! >:D

Re: Greasemonkey script - Conquer Club Turn Watch

Post by Artimis »

For some reason Turn Watch has inexplicably stopped working today.

I've rebooted my computer, to no effect.
I've tried uninstalling Turn Watch and reinstalling, to no effect.
I've tried uninstalling all Greasemonkey scripts and removed Greasemonkey as well AND rebooted before reinstall the lot. Also to no effect.

It was working fine at the beginning of my session, then at some point in the last 40 minutes or so it just plain stopped working. No idea why, I've not installed/uninstalled anything during this time and nothing I done on my computer is out of the ordinary(take turns, view the forum, post replies). Good luck with this one. :|


EDIT: As inexplicably as it had stopped, it's started working again. If you fixed it, then thanks. If not, then WTF?! :?
==================================================
This post was sponsored by Far-Q Industries.

Far-Q Industries: Telling you where to go since 2008.
User avatar
Teflon Kris
Posts: 4236
Joined: Sun Jul 13, 2008 4:39 pm
Gender: Male
Location: Lancashire, United Kingdom

Re: Greasemonkey script - Conquer Club Turn Watch

Post by Teflon Kris »

This great tool was working wonders then, just as for art, it has stopped but it hasnt miraculously decided to work again for me.

It gets to the point of loading games 96% then runs out of steam somehow.

Edit - it worked for an hour or so this morning then ran out of steam again - gets to 98%
Image
User avatar
Blinkadyblink
Posts: 488
Joined: Thu Aug 07, 2008 6:19 pm
Location: The Local Group

Re: Greasemonkey script - Conquer Club Turn Watch

Post by Blinkadyblink »

I'm having the same problem, it gets to 96% loaded, and then stops.
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by chipv »

If you can see any errors in bold on the error console

(In Firefox, Tools->Error Console) or CTRL+SHIFT+J

then that would give me some chance at fixing any problems.
User avatar
stealth99
Posts: 576
Joined: Tue Oct 23, 2007 4:35 pm
Gender: Male
Location: St. John's, Newfoundland, Canada......oldest and most easterly city in north america

Re: Greasemonkey script - Conquer Club Turn Watch

Post by stealth99 »

I installed tonight and I'm getting nothing. I've changed the included pages to show * and still nothing at all. Any ideas anyone?
Thanks :?:
User avatar
Valdus
Posts: 15
Joined: Sun Feb 07, 2010 4:16 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by Valdus »

Same here, installed it and there is nothing on the left menu, just does not show up.
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by chipv »

Haven't looked at this for ages, will try and take a look this weekend.
User avatar
jrh_cardinal
Posts: 2688
Joined: Sat May 16, 2009 7:15 pm
Gender: Male

Re: Greasemonkey script - Conquer Club Turn Watch

Post by jrh_cardinal »

I've got the same problem as these other two guys
Image
Chuuuuck
Posts: 1298
Joined: Thu May 31, 2007 11:09 am

Re: Greasemonkey script - Conquer Club Turn Watch

Post by Chuuuuck »

Does the turn information tell you anything when a game is in the fog?

Will it tell me where my opponent deployed and/or attacked as long as I can see that particular territory?
mpjh
Posts: 6714
Joined: Mon Jun 30, 2008 1:32 am
Location: gone

Re: Greasemonkey script - Conquer Club Turn Watch

Post by mpjh »

got the same can't see the menu problem.

tried *
tried to move to different load slots before and after bob

help please
yowzer14
Posts: 196
Joined: Sun Dec 24, 2006 10:20 pm
Location: Windsor, Ontario, Canada

Re: Greasemonkey script - Conquer Club Turn Watch

Post by yowzer14 »

chipv wrote:Haven't looked at this for ages, will try and take a look this weekend.

Hey Chip, Just took a gander at the error and it was accessing an anc[1] variable that was not declared. Did a simple change from anc[1] to anc[0] in the code and it appears to function.
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by chipv »

yowzer14 wrote:
chipv wrote:Haven't looked at this for ages, will try and take a look this weekend.

Hey Chip, Just took a gander at the error and it was accessing an anc[1] variable that was not declared. Did a simple change from anc[1] to anc[0] in the code and it appears to function.


Thanks - where have you been?

Good to see you!
yowzer14
Posts: 196
Joined: Sun Dec 24, 2006 10:20 pm
Location: Windsor, Ontario, Canada

Re: Greasemonkey script - Conquer Club Turn Watch

Post by yowzer14 »

chipv wrote:
yowzer14 wrote:
chipv wrote:Haven't looked at this for ages, will try and take a look this weekend.

Hey Chip, Just took a gander at the error and it was accessing an anc[1] variable that was not declared. Did a simple change from anc[1] to anc[0] in the code and it appears to function.


Thanks - where have you been?

Good to see you!

I've been working out of town for the last 6 months....good to be home instead of a hotel!
User avatar
Teflon Kris
Posts: 4236
Joined: Sun Jul 13, 2008 4:39 pm
Gender: Male
Location: Lancashire, United Kingdom

Re: Greasemonkey script - Conquer Club Turn Watch

Post by Teflon Kris »

Is there a fix guys? :D
Image
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by chipv »

DJ Teflon wrote:Is there a fix guys? :D


No, I'm hoping to discontinue this script. If people would like to list any of its features that you need, I can
look into incorporating those into another tool.
User avatar
stealth99
Posts: 576
Joined: Tue Oct 23, 2007 4:35 pm
Gender: Male
Location: St. John's, Newfoundland, Canada......oldest and most easterly city in north america

Re: Greasemonkey script - Conquer Club Turn Watch

Post by stealth99 »

Hello, I followed the simple instructions and I do not get the menu on the left side. There is absolutely nothing resulting from my installation. Any suggestions anyone? Thanks in advance for your help.
User avatar
chipv
Head Tech
Head Tech
Posts: 3054
Joined: Mon Apr 28, 2008 5:30 pm

Re: Greasemonkey script - Conquer Club Turn Watch

Post by chipv »

This is now retired.

Please use Conquer Club Speed Turns instead

viewtopic.php?f=527&t=121144
Locked

Return to “Tool Archives”