BOB needs help on map align
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
BOB needs help on map align
On every map I need to make it Map Align Left: 1 px and Map Align Top: 1 px to fit properly. But I can only do it individually, is there a way I can do it on all of them?
WALES
Re: BOB needs help on map align
Not really..
If it really bothers you atm, you could change the function in the file itself (right click monkey, manage user scripts, click Conquer Club - BOB, click Edit):
to (only added 1 to the numbers..)
This would be undone by a new version of BOB though..
But I'm kinda curious, what version of firefox are you using?
If it really bothers you atm, you could change the function in the file itself (right click monkey, manage user scripts, click Conquer Club - BOB, click Edit):
Code: Select all
function shiftMagicMap(){
left = 12 + getMapleft();
top = 22 + getMaptop();
if (gameSettings.tournament)
top += 20;
magicmap.css('top', top + 'px').css('left', left + 'px');
}Code: Select all
function shiftMagicMap(){
left = 13 + getMapleft();
top = 23 + getMaptop();
if (gameSettings.tournament)
top += 20;
magicmap.css('top', top + 'px').css('left', left + 'px');
}But I'm kinda curious, what version of firefox are you using?
Re: BOB needs help on map align
Thank you it works fine now. I was using 3.0.13 but I updated it to 3.5.2 and it remained the same problem
WALES
Re: BOB needs help on map align
Yep - I could never find the cause of this one...
95% of people were fine - the other 5% needed this...
C.
95% of people were fine - the other 5% needed this...
C.

Highest score : 2297