Page 14 of 17

Re: Clickable Maps :: Version 4.12

PostPosted: Sat Jun 01, 2013 12:53 am
by -=- Tanarri -=-
Just made the mistake of upgrading to FF21 and it seems to have broken Clickable Maps. I'm hoping this can be fixed?

Thanks!

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Jun 03, 2013 11:26 pm
by ISN2
-=- Tanarri -=- wrote:Just made the mistake of upgrading to FF21 and it seems to have broken Clickable Maps. I'm hoping this can be fixed?

Thanks!

Firefox 21.0, Greasemonkey 1.9, Clickable Maps 4.12, everything works fine here O:)

Re: Clickable Maps :: Version 4.12

PostPosted: Tue Jun 04, 2013 10:01 pm
by -=- Tanarri -=-
ISN2 wrote:
-=- Tanarri -=- wrote:Just made the mistake of upgrading to FF21 and it seems to have broken Clickable Maps. I'm hoping this can be fixed?

Thanks!

Firefox 21.0, Greasemonkey 1.9, Clickable Maps 4.12, everything works fine here O:)


Not what I wanted to hear :/ Wonder what the issue could be then, since it was working fine prior to upgrading. Maybe I'll try upgrading my Greasemonkey, but the Firefox and Clickable Maps versions are what I have.

Re: Clickable Maps :: Version 4.12

PostPosted: Sat Jul 27, 2013 11:24 am
by ISN2
The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:

Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...

Find the line blow (Around line 730):
Code: Select all
return nodes[nodes.length - 1].innerHTML;


Replace it with line below:
Code: Select all
return nodes[0].innerHTML;


Don't forget to make a backup before editing, in case of any problems occurred ...

Re: Clickable Maps :: Version 4.12

PostPosted: Tue Aug 06, 2013 7:09 pm
by nietzsche
This problem doesn't occur in Chromium (neither, I guess, in Chrome).

Re: Clickable Maps :: Version 4.12

PostPosted: Wed Aug 07, 2013 2:56 pm
by The Voice
ISN2 wrote:The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:

Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...

Find the line blow (Around line 730):
Code: Select all
return nodes[nodes.length - 1].innerHTML;


Replace it with line below:
Code: Select all
return nodes[0].innerHTML;


Don't forget to make a backup before editing, in case of any problems occurred ...


Many thanks!

Re: Clickable Maps :: Version 4.12

PostPosted: Fri Aug 30, 2013 1:44 pm
by ISN2
ISN2 wrote:The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:

Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...

Find the line blow (Around line 730):
Code: Select all
return nodes[nodes.length - 1].innerHTML;


Replace it with line below:
Code: Select all
return nodes[0].innerHTML;


Don't forget to make a backup before editing, in case of any problems occurred ...


There is another break with recent changes, to fix it for now change the explained line to this:
Code: Select all
return nodes[1].innerHTML;

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Sep 02, 2013 7:09 pm
by hahaha3hahaha
-deleted-

Re: Clickable Maps :: Version 4.12

PostPosted: Sat Sep 28, 2013 2:07 pm
by 40kguy
I am using Google Chrome, is there any way that i could get Clickable Maps for it or is it just a firefox addon?

Thanks

Re: Clickable Maps :: Version 4.12

PostPosted: Sun Sep 29, 2013 3:08 am
by ender516
I haven't been able to keep up with the ins and outs of Chrome support, but I have two tips:
  1. if Chrome won't let you install anything but stuff from the Chrome store, then download the script to your desktop and try loading it from there (a Chrome user may be able to explain that better),
  2. try Tampermonkey: it can bridge the gap and allow Greasemonkey scripts into the Chrome game.

Re: Clickable Maps :: Version 4.12

PostPosted: Sun Sep 29, 2013 11:59 am
by 40kguy
ender516 wrote:I haven't been able to keep up with the ins and outs of Chrome support, but I have two tips:
  1. if Chrome won't let you install anything but stuff from the Chrome store, then download the script to your desktop and try loading it from there (a Chrome user may be able to explain that better),
  2. try Tampermonkey: it can bridge the gap and allow Greasemonkey scripts into the Chrome game.

where can i get tampermonkey?

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Sep 30, 2013 9:11 pm
by Gabriel13
40kguy wrote:
ender516 wrote:I haven't been able to keep up with the ins and outs of Chrome support, but I have two tips:
  1. if Chrome won't let you install anything but stuff from the Chrome store, then download the script to your desktop and try loading it from there (a Chrome user may be able to explain that better),
  2. try Tampermonkey: it can bridge the gap and allow Greasemonkey scripts into the Chrome game.

where can i get tampermonkey?

http://tampermonkey.net/

You really should try to find something before you ask. It's generally very easy to search for something when you have the world wide web at your disposal.

Re: Clickable Maps :: Version 4.12

PostPosted: Tue Oct 01, 2013 1:22 am
by agentcom
tbf, I'm sure he tried tampermonkey.com before he came back here and asked :D

Re: Clickable Maps :: Version 4.12

PostPosted: Wed Oct 09, 2013 3:40 pm
by paulk
ISN2 wrote:
ISN2 wrote:The "Clickable Maps 4.12" is broken by the new site updates, the temporary fix before an update from the script developer is this:

Click on Tools/Greasemonkey/Manage User Scripts ...
Right click on "ConquerClub - Clickable Maps" and select "Edit" ...

Find the line blow (Around line 730):
Code: Select all
return nodes[nodes.length - 1].innerHTML;


Replace it with line below:
Code: Select all
return nodes[0].innerHTML;


Don't forget to make a backup before editing, in case of any problems occurred ...


There is another break with recent changes, to fix it for now change the explained line to this:
Code: Select all
return nodes[1].innerHTML;


I've been following this thread and got my clickable maps back twice. Now the third time I got it back by changing (back) to:
Code: Select all
return nodes[0].innerHTML;

Re: Clickable Maps :: Version 4.12

PostPosted: Tue Oct 15, 2013 1:24 pm
by Jippd
Is someone in charge of updating this any more? I noticed in polymorphic games I cannot attack my own color with clickable maps. I need to use a drop down menu. Any help?

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Nov 04, 2013 5:29 pm
by FreeFalling123
something is wrong with the Ctrl + Auto = display screen for how many troops you enter. I put in the amount of troops and then I can't stop the attack. Is there any way to attack faster? I liked that thing but it was so flawed you had to speed click an attack to make it stop.

Re: Clickable Maps :: Version 4.12

PostPosted: Sun Nov 24, 2013 11:37 pm
by Swimmerdude99
I'm having trouble with this script since the site has its new updated format. It isn't showing up on my side toolbars and all I get is the site clickies. Also the site clickies are bugging out for me for some reason right now on Firefox 25

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Nov 25, 2013 12:18 am
by JaneAusten
swimmerdude99 wrote:I'm having trouble with this script since the site has its new updated format. It isn't showing up on my side toolbars and all I get is the site clickies. Also the site clickies are bugging out for me for some reason right now on Firefox 25


I'm getting this on Chrome (latest version) as well. TamperMonkey show that it's running on game pages. But it's not showing up in the sidebar and only site clickies are working.

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Nov 25, 2013 12:34 am
by Metsfanmax
swimmerdude99 wrote:I'm having trouble with this script since the site has its new updated format. It isn't showing up on my side toolbars and all I get is the site clickies. Also the site clickies are bugging out for me for some reason right now on Firefox 25


Confirmed with Firefox 23.

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Nov 25, 2013 1:04 am
by JaneAusten
I've tried deleting it and reinstalling it in tampermonkey, and also installing it directly into Chrome. Neither worked.

ETA: And disabling tampermonkey and installing it directly into Chrome. lol

Re: Clickable Maps :: Version 4.12

PostPosted: Mon Nov 25, 2013 8:19 pm
by MoB Deadly
Jippd wrote:Is someone in charge of updating this any more? I noticed in polymorphic games I cannot attack my own color with clickable maps. I need to use a drop down menu. Any help?


WHAT?????????????????????

I thought it was a quirk of poly that you could not "friendly-fire" your own team. Wow.... I vowed to not try poly again after I learned that

Re: Clickable Maps :: Version 4.12

PostPosted: Sat Nov 30, 2013 12:17 pm
by agentcom
The weird thing is that the clickies *sort of* understand what's going on. They let you place the indicators over the friendly territ. But they just won't let you attack it. For that, as Jippd points out, you need to head down to the old controls below the map.

Re: Clickable Maps :: Version 4.12

PostPosted: Sat Nov 30, 2013 1:22 pm
by Jippd
Hmmm I just updated and the increase/decrease troops does not go by 1 anymore...is there a way to edit this or change the increase/decrease value?

Re: Clickable Maps :: Version 4.12

PostPosted: Sun Dec 01, 2013 11:11 pm
by mcshanester29
I just updated but it doesn't save my options I choose for confirmations. Everytime I log back in I have to change it....other that that it works good thanks for updating!!