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
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

good wham. all i did was just a temp fix. mostly for myself. but why not give it to everyone when it works for me.
and nice to fix the other bugs aswell.
User avatar
tec805
Posts: 525
Joined: Thu Aug 05, 2010 1:55 am
Gender: Male
Location: ☀ Southern California, where the sunshine's shining ☀
Contact:

Re: Clickable Maps :: Version 4.12

Post by tec805 »

bigWham wrote: Hi guys, based on what dgz345 did, and a few other changes, we've put an 'official' Clickable Maps here: http://userscripts.org/scripts/show/186652

The intention is to maintain this one as the site changes, so it's really the version to install.
Well done, 4.14 works perfectly! Where's the Thumb's Up button? =D>
Image
spoiler sigs are like my dice, they suck
Image
Image
Yeah, I lost because my strategy sucked...
sherkaner
Posts: 1595
Joined: Thu May 03, 2007 3:21 am
Gender: Male
Location: Zwolle

Re: Clickable Maps :: Version 4.12

Post by sherkaner »

Ah, good. I can even link to that one in the old script, since I'm simply not playing and since not maintaining this thingy any more.
User avatar
M V 3
Posts: 18
Joined: Wed Dec 14, 2011 4:05 am
Gender: Male

Re: Clickable Maps :: Version 4.12

Post by M V 3 »

bigWham wrote:Hi guys, based on what dgz345 did, and a few other changes, we've put an 'official' Clickable Maps here: http://userscripts.org/scripts/show/186652

The intention is to maintain this one as the site changes, so it's really the version to install.
The refresh hotkey (default r, I tried changing it, still no luck) doesn't work for me with the new panel interface. Refresh works with the old interface, all the other hotkeys seem to work correctly, and the clickies themselves are great! Thanks

Tried using both chrome and firefox on windows 7.
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

change the function refreshMap() too

Code: Select all

	function refreshMap() {
        var x = document.getElementById('console_header_nav');
        if (x==null) {
            x = document.getElementById('right_hand_side').getElementsByTagName("a");			
        }
        else {
            x = document.getElementById('console_header_nav').getElementsByTagName("a");
        }
			for (var i = 0; i < x.length; i++) {
				if (x[i].textContent.toLowerCase().indexOf("refresh") > -1) {
					if (document.createEvent) {
                    // dispatch for firefox + others
					var evt = document.createEvent("HTMLEvents");
                    evt.initEvent('click', true, true );
					x[i].dispatchEvent(evt);
				} else {
					x[i].fireEvent('onclick',document.createEventObject());
				}
            }
		}
	}
this fixes so refresh works for both panel and not
User avatar
-=- Tanarri -=-
Posts: 884
Joined: Wed Jul 08, 2009 2:02 pm
Location: The Underworld

Re: Clickable Maps :: Version 4.12

Post by -=- Tanarri -=- »

bigWham wrote:Hi guys, based on what dgz345 did, and a few other changes, we've put an 'official' Clickable Maps here: http://userscripts.org/scripts/show/186652

The intention is to maintain this one as the site changes, so it's really the version to install.
Thanks bigWham for maintaining this script, it's very much appreciated :)

One thing I noticed is when I try to use the Confirmations menu in the new script, the secondary menu that appears gets cut off by the main frame, so I can't see what the confirmation settings are in order to switch them all to no.
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

that will be fixed by moving the submenu 10px to the left
change line 201 to

Code: Select all

submenu.style.left = '20px';
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

User avatar
Jippd
Posts: 1384
Joined: Sun Aug 03, 2008 9:05 pm

Re: Clickable Maps :: Version 4.12

Post by Jippd »

Thank you :)
Image
User avatar
M V 3
Posts: 18
Joined: Wed Dec 14, 2011 4:05 am
Gender: Male

Re: Clickable Maps :: Version 4.12

Post by M V 3 »

Thanks man
User avatar
Armandolas
Posts: 1761
Joined: Fri Jun 06, 2008 6:32 am
Gender: Male
Location: Lisbon

Re: Clickable Maps :: Version 4.12

Post by Armandolas »

dgz345 wrote:Updated to 4.16
http://userscripts.org/scripts/show/186652
thank you :)
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

Armandolas wrote:
dgz345 wrote:Updated to 4.16
http://userscripts.org/scripts/show/186652
thank you :)
no problem
User avatar
macbone
Posts: 6217
Joined: Wed Jun 03, 2009 7:12 pm
Gender: Male
Location: Running from a cliff racer
Contact:

Re: Clickable Maps :: Version 4.12

Post by macbone »

Thanks, guys! Everything's working correctly once more. Awesome! =)
User avatar
AslanTheKing
Posts: 1223
Joined: Fri Jan 21, 2011 6:36 am
Gender: Male
Location: Hamburg, Germany

Re: Clickable Maps :: Version 4.12

Post by AslanTheKing »

Thank you, thumbs up !
I used to roll the daizz
Feel the fear in my enemy´s eyes
Listen as the crowd would sing:

Long live the Army Of Kings !


AOK

AOK Rocks
User avatar
iAmCaffeine
Posts: 11699
Joined: Mon Apr 01, 2013 5:38 pm

Re: Clickable Maps :: Version 4.12

Post by iAmCaffeine »

I've just converted from a PC to a Mac and I'm struggling with this script. I can select the region I want to attack from but it won't make the assault. I'm assuming this is something to do with the different mouse functions compared to a PC, but I'm using the site's clickies without a problem, since ctrl + click is equivalent to a right click.

Any advice?
Image
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

use pc as a man XD. sorry i have no scripting knowledge or mac experience. except that i hate apple
User avatar
jetsetwilly
Posts: 515
Joined: Tue Aug 05, 2008 3:31 am
Gender: Male
Location: United Kingdom

Re: Clickable Maps :: Version 4.12

Post by jetsetwilly »

The current version still works fine with Firefox but isn't so happy with Chrome. It seems to stop game buttons working intermittently. (end turn etc)

Thanks for the continued maintenance.
Image
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

http://www.conquerclub.com/forum/viewto ... 0#p4377244

im using chrome and not having problems
User avatar
GioDuce
Posts: 379
Joined: Thu Jul 14, 2011 11:48 am
Gender: Male
Location: Vlaanderen

Re: Clickable Maps :: Version 4.12

Post by GioDuce »

Is there a version available for " internet exploror " browser ?
Image
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

sorry gio. clicky will never work on IE because it does not handle javascript as the other browsers
User avatar
GioDuce
Posts: 379
Joined: Thu Jul 14, 2011 11:48 am
Gender: Male
Location: Vlaanderen

Re: Clickable Maps :: Version 4.12

Post by GioDuce »

Tnx dgz,

Then i'll get google chrome so i can download and try to use it
dgz345 wrote:sorry gio. clicky will never work on IE because it does not handle javascript as the other browsers
Image
User avatar
dgz345
Posts: 1363
Joined: Thu Oct 07, 2010 10:53 am

Re: Clickable Maps :: Version 4.12

Post by dgz345 »

GioDuce wrote:Tnx dgz,

Then i'll get google chrome so i can download and try to use it
dgz345 wrote:sorry gio. clicky will never work on IE because it does not handle javascript as the other browsers
sounds good. there is a lot of different good scripts. i also recommend chatglove
User avatar
AslanTheKing
Posts: 1223
Joined: Fri Jan 21, 2011 6:36 am
Gender: Male
Location: Hamburg, Germany

Re: Clickable Maps :: Version 4.12

Post by AslanTheKing »

link to clickable maps is not working
after the new cc layout, i have to install it new-or update
which link does work?
I used to roll the daizz
Feel the fear in my enemy´s eyes
Listen as the crowd would sing:

Long live the Army Of Kings !


AOK

AOK Rocks
User avatar
AslanTheKing
Posts: 1223
Joined: Fri Jan 21, 2011 6:36 am
Gender: Male
Location: Hamburg, Germany

Re: Clickable Maps :: Version 4.12

Post by AslanTheKing »

http://tools.conquerclub.com
thx for razorvich quick help
all back to normal
( about the outlook i dont care much, i just want to take my turns in an acceptable timeframe)
I used to roll the daizz
Feel the fear in my enemy´s eyes
Listen as the crowd would sing:

Long live the Army Of Kings !


AOK

AOK Rocks
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 »

Has anyone worked out a fix for the clickies?

I recently updated firefox and can't get the link to install them to work.
el cartoncito mas triste del mundo
Post Reply

Return to “Tool Archives”