Script: Clickable Maps - Version 4.27
Posted: Mon Jan 20, 2014 3:56 pm
Clickable Maps
original by: [player]edthemaster[/player]
Clickable maps is a greasemonkey script that adds the possibility to click the circles on the map for deployment/attacking/forting.
It also adds the possibility to perform actions by pressing a key, and change the keys per action. For example, the 'b'-key is the default key for starting your turn.
Where do I get it?
Install the userscript from here: http://tools.conquerclub.com/clickablemaps/
Should work on all browsers supporting Tampermonkey
[spoiler=version history]
[/spoiler]
original by: [player]edthemaster[/player]
Clickable maps is a greasemonkey script that adds the possibility to click the circles on the map for deployment/attacking/forting.
It also adds the possibility to perform actions by pressing a key, and change the keys per action. For example, the 'b'-key is the default key for starting your turn.
Where do I get it?
Install the userscript from here: http://tools.conquerclub.com/clickablemaps/
Should work on all browsers supporting Tampermonkey
Changes in version 4.27: by [player]dgz345[/player]
hopefully fixed a poly bug. where if its your turn directly after you ended your turn. you cant attack your previous color
[spoiler=version history]
Changes in version 4.26: by [player]dgz345[/player]
fixed how it gets the "MapScript"
Changes in version 4.25: by [player]dgz345[/player]
fixed some strings around end phase hotkey
Changes in version 4.24: by [player]dgz345[/player]
Fixed the AutoAdvance Aka Changed the code on line 1164
BEFORE: if(doAction="Begin") {
AFTER: if(doAction=="Begin") {
the changes in this patch...
Changes in version 4.23: by [player]dgz345[/player]
fixed the refresh hotkey. (pm me if there is any trouble or if i have missed another hotkey)
Changes in version 4.22: by [player]dgz345[/player]
more fixed hotkeys with upcoming feature
Changes in version 4.21: by [player]dgz345[/player]
fixed hotkeys with upcoming feature
fixed the update function (typo)
Changes in version 4.20: by [player]dgz345[/player]
fixed for the new interface update
Changes in version 4.19: by [player]dgz345[/player]
greasemonkey bug firefox
Changes in version 4.18: by [player]dgz345[/player]
changed host
Changes in version 4.17: by [player]dgz345[/player]
fixed a bug with attacking yourself in poly games
Changes in version 4.15/4.16: by [player]dgz345[/player]
Works with the new panel interface
Changes in version 4.11/4.12:
Changed fetching of script so it works with ads.
Changes in version 4.10:
Changed the selection of the dropdowns so it's compatible with Chrome/FF nightlies again.
Removed the alerts when misclicking.
Changes in version 4.8:
Adjusted so the current phase is properly determined ('Advance' in a territory name would throw it off, 'All your base are belong to us'-map)
Changes in version 4.5/4.6/4.7:
Adjusted to some upcoming site changes.
Changes in version 4.4:
Retrieving names of players fixed.
Next game now uses the Skip game-link if it is in the action-screen (so if you haven't started your turn).
Changes in version 4.3:
Slight change because of (upcoming) site change
Changes in version 4.2:
Fixed scroll wheel behaviour and advancing behaviour.
Changes in version 4.1:
Adapted to site changes.
Changes in version 3.34:
Updated the update-mechanism some more
fixed the behaviour of the begin turn-hotkey
Changes in version 3.33:
Adapted the script so it can be used in chrome.
Updated the update-mechanism
Changes in version 3.32:
N-key works again
Advancing to/from countries with an '&' works now
Changes in version 3.31:
Gave it a BOB-like update mechanism
If the XML can't be fetched, double-check the xml-name through the API
Changes in version 3.30:
Adapted the script to some changes Lack is going to make
Changed the position of the markers so they are the same with or without BOB (including 'chat on top'-option)
[/spoiler]