Clickable Maps :: Version 4.12

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.
User avatar
nietzsche
Posts: 4597
Joined: Sun Feb 11, 2007 1:29 am
Gender: Female
Location: Fantasy Cooperstown

Re: Clickable Maps :: Version 4.12

Post by nietzsche »

This problem doesn't occur in Chromium (neither, I guess, in Chrome).
el cartoncito mas triste del mundo
The Voice
Posts: 681
Joined: Sat Sep 13, 2008 4:37 pm
Gender: Male
Location: Location, Location!

Re: Clickable Maps :: Version 4.12

Post 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!
User avatar
ISN2
Posts: 529
Joined: Wed May 30, 2007 4:33 am

Re: Clickable Maps :: Version 4.12

Post 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;
hahaha3hahaha
Posts: 715
Joined: Fri Oct 12, 2007 10:30 pm
Gender: Male

Re: Clickable Maps :: Version 4.12

Post by hahaha3hahaha »

-deleted-
Last edited by hahaha3hahaha on Fri Oct 26, 2018 2:26 am, edited 1 time in total.
User avatar
40kguy
Posts: 1772
Joined: Mon Dec 29, 2008 11:39 am
Gender: Male

Re: Clickable Maps :: Version 4.12

Post 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
Image
16:00:18 ‹Pixar› Valentines Day the one day in they year that the V and the D come together
User avatar
ender516
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Gender: Male
Location: Waterloo, Ontario

Re: Clickable Maps :: Version 4.12

Post 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.
User avatar
40kguy
Posts: 1772
Joined: Mon Dec 29, 2008 11:39 am
Gender: Male

Re: Clickable Maps :: Version 4.12

Post 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?
Image
16:00:18 ‹Pixar› Valentines Day the one day in they year that the V and the D come together
User avatar
Gabriel13
Posts: 985
Joined: Wed Jul 07, 2010 8:12 pm
Gender: Male

Re: Clickable Maps :: Version 4.12

Post 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.
User avatar
agentcom
Posts: 3994
Joined: Tue Nov 09, 2010 8:50 pm

Re: Clickable Maps :: Version 4.12

Post by agentcom »

tbf, I'm sure he tried tampermonkey.com before he came back here and asked :D
User avatar
paulk
Posts: 506
Joined: Thu Jun 07, 2007 1:14 am

Re: Clickable Maps :: Version 4.12

Post 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;
User avatar
Jippd
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Post 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?
Image
User avatar
FreeFalling123
Posts: 289
Joined: Wed Jun 16, 2010 12:46 am
Gender: Male
Location: Twin Cities

Re: Clickable Maps :: Version 4.12

Post 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.
User avatar
Swimmerdude99
Posts: 2580
Joined: Mon Aug 09, 2010 6:07 pm
Gender: Male
Location: North Carolina

Re: Clickable Maps :: Version 4.12

Post 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
Image
User avatar
JaneAusten
Posts: 593
Joined: Tue Jan 19, 2010 3:28 pm
Gender: Female
Location: Charleston, SC

Re: Clickable Maps :: Version 4.12

Post 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.
Image
User avatar
Metsfanmax
Posts: 6722
Joined: Wed Apr 11, 2007 11:01 pm
Gender: Male

Re: Clickable Maps :: Version 4.12

Post 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.
User avatar
JaneAusten
Posts: 593
Joined: Tue Jan 19, 2010 3:28 pm
Gender: Female
Location: Charleston, SC

Re: Clickable Maps :: Version 4.12

Post 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
Image
User avatar
MoB Deadly
Posts: 2381
Joined: Sun Jan 11, 2009 2:07 am
Gender: Male

Re: Clickable Maps :: Version 4.12

Post 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
Image
Art by: [player]codierose[/player] | High Score: 2550
User avatar
agentcom
Posts: 3994
Joined: Tue Nov 09, 2010 8:50 pm

Re: Clickable Maps :: Version 4.12

Post 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.
User avatar
Jippd
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Post 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?
Image
User avatar
mcshanester29
Posts: 8662
Joined: Tue Sep 07, 2010 3:09 pm
Gender: Male
Location: ID, USA

Re: Clickable Maps :: Version 4.12

Post 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!!
User avatar
Jippd
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Post by Jippd »

Does anyone know if there is a way to revert back to 4.12?
Image
blockhead15
Posts: 408
Joined: Fri Oct 26, 2007 2:54 pm
Location: Lansdale, PA

Re: Clickable Maps :: Version 4.12

Post by blockhead15 »

Anyone looking into this?
User avatar
Jippd
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Post by Jippd »

I used to use "w" and "s" for my increase/decrease function. I think this overlays with the sites default increase/decrease which is causing issues. Changing my increase/decrease to the "d" and "f" keys fixed the issue for me.
Image
User avatar
Jippd
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Post by Jippd »

mcshanester29 wrote: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!!


The settings save for me. Maybe it has something to do with your internet privacy/history storing/etc settings?
Image
User avatar
pamoa
Posts: 1242
Joined: Sat Sep 01, 2007 3:18 am
Gender: Male
Location: Confederatio Helvetica

Re: Clickable Maps :: Version 4.12

Post by pamoa »

Jippd wrote:
mcshanester29 wrote: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!!
The settings save for me. Maybe it has something to do with your internet privacy/history storing/etc settings?
it does the same to me
it wasn't doing it on last version
if it can't be fixed then bye bye clickies
De gueules à la tour d'argent ouverte, crénelée de trois pièces, sommée d'un donjon ajouré, crénelé de deux pièces
Gules an open tower silver, crenellated three parts, topped by a apertured turret, crenellated two parts
Post Reply

Return to “Tool Archives”