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.
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
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
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.
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.
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 !