Conquer Club

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.

Re: Clickable Maps :: Version 4.12

Postby nietzsche on Tue Aug 06, 2013 7:09 pm

This problem doesn't occur in Chromium (neither, I guess, in Chrome).
el cartoncito mas triste del mundo
User avatar
General nietzsche
 
Posts: 4597
Joined: Sun Feb 11, 2007 1:29 am
Location: Fantasy Cooperstown

Re: Clickable Maps :: Version 4.12

Postby The Voice on Wed Aug 07, 2013 2:56 pm

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!
Major The Voice
 
Posts: 681
Joined: Sat Sep 13, 2008 4:37 pm
Location: Location, Location!

Re: Clickable Maps :: Version 4.12

Postby ISN2 on Fri Aug 30, 2013 1:44 pm

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

Re: Clickable Maps :: Version 4.12

Postby hahaha3hahaha on Mon Sep 02, 2013 7:09 pm

-deleted-
Last edited by hahaha3hahaha on Fri Oct 26, 2018 2:26 am, edited 1 time in total.
Cook hahaha3hahaha
 
Posts: 715
Joined: Fri Oct 12, 2007 10:30 pm

Re: Clickable Maps :: Version 4.12

Postby 40kguy on Sat Sep 28, 2013 2:07 pm

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
Cook 40kguy
 
Posts: 1772
Joined: Mon Dec 29, 2008 11:39 am

Re: Clickable Maps :: Version 4.12

Postby ender516 on Sun Sep 29, 2013 3:08 am

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
Sergeant 1st Class ender516
 
Posts: 4455
Joined: Wed Dec 17, 2008 6:07 pm
Location: Waterloo, Ontario

Re: Clickable Maps :: Version 4.12

Postby 40kguy on Sun Sep 29, 2013 11:59 am

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
Cook 40kguy
 
Posts: 1772
Joined: Mon Dec 29, 2008 11:39 am

Re: Clickable Maps :: Version 4.12

Postby Gabriel13 on Mon Sep 30, 2013 9:11 pm

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
Cook Gabriel13
 
Posts: 985
Joined: Wed Jul 07, 2010 8:12 pm
2

Re: Clickable Maps :: Version 4.12

Postby agentcom on Tue Oct 01, 2013 1:22 am

tbf, I'm sure he tried tampermonkey.com before he came back here and asked :D
User avatar
Colonel agentcom
 
Posts: 3980
Joined: Tue Nov 09, 2010 8:50 pm

Re: Clickable Maps :: Version 4.12

Postby paulk on Wed Oct 09, 2013 3:40 pm

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
Major paulk
 
Posts: 481
Joined: Thu Jun 07, 2007 1:14 am

Re: Clickable Maps :: Version 4.12

Postby Jippd on Tue Oct 15, 2013 1:24 pm

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

Re: Clickable Maps :: Version 4.12

Postby FreeFalling123 on Mon Nov 04, 2013 5:29 pm

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
Major FreeFalling123
 
Posts: 289
Joined: Wed Jun 16, 2010 12:46 am
Location: Twin Cities

Re: Clickable Maps :: Version 4.12

Postby Swimmerdude99 on Sun Nov 24, 2013 11:37 pm

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
Offsite to 12/31/2023. Reach out to TheSpaceCowboy to reach me
User avatar
Major Swimmerdude99
 
Posts: 2370
Joined: Mon Aug 09, 2010 6:07 pm
Location: North Carolina
2435

Re: Clickable Maps :: Version 4.12

Postby JaneAusten on Mon Nov 25, 2013 12:18 am

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
Corporal 1st Class JaneAusten
 
Posts: 593
Joined: Tue Jan 19, 2010 3:28 pm
Location: Charleston, SC

Re: Clickable Maps :: Version 4.12

Postby Metsfanmax on Mon Nov 25, 2013 12:34 am

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
Sergeant 1st Class Metsfanmax
 
Posts: 6722
Joined: Wed Apr 11, 2007 11:01 pm

Re: Clickable Maps :: Version 4.12

Postby JaneAusten on Mon Nov 25, 2013 1:04 am

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
Corporal 1st Class JaneAusten
 
Posts: 593
Joined: Tue Jan 19, 2010 3:28 pm
Location: Charleston, SC

Re: Clickable Maps :: Version 4.12

Postby MoB Deadly on Mon Nov 25, 2013 8:19 pm

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: codierose | High Score: 2550
User avatar
Corporal 1st Class MoB Deadly
 
Posts: 2381
Joined: Sun Jan 11, 2009 2:07 am

Re: Clickable Maps :: Version 4.12

Postby agentcom on Sat Nov 30, 2013 12:17 pm

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
Colonel agentcom
 
Posts: 3980
Joined: Tue Nov 09, 2010 8:50 pm

Re: Clickable Maps :: Version 4.12

Postby Jippd on Sat Nov 30, 2013 1:22 pm

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

Re: Clickable Maps :: Version 4.12

Postby mcshanester29 on Sun Dec 01, 2013 11:11 pm

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
Private mcshanester29
 
Posts: 8662
Joined: Tue Sep 07, 2010 3:09 pm
Location: ID, USA

Re: Clickable Maps :: Version 4.12

Postby Jippd on Mon Dec 02, 2013 12:51 pm

Does anyone know if there is a way to revert back to 4.12?
Image
User avatar
Major Jippd
 
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Postby blockhead15 on Fri Dec 06, 2013 4:14 pm

Anyone looking into this?
Major blockhead15
 
Posts: 408
Joined: Fri Oct 26, 2007 2:54 pm
Location: Lansdale, PA

Re: Clickable Maps :: Version 4.12

Postby Jippd on Fri Dec 06, 2013 10:24 pm

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

Re: Clickable Maps :: Version 4.12

Postby Jippd on Fri Dec 06, 2013 10:25 pm

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

Re: Clickable Maps :: Version 4.12

Postby pamoa on Sat Dec 07, 2013 3:45 pm

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
User avatar
Cadet pamoa
 
Posts: 1242
Joined: Sat Sep 01, 2007 3:18 am
Location: Confederatio Helvetica

PreviousNext

Return to Tool Archives

Who is online

Users browsing this forum: No registered users