BOB version 1.2 [was CC Greasemonkey script - unofficial]
Moderator: Tech Team
Forum rules
Please read the Community Guidelines before posting.
Please read the Community Guidelines before posting.
Help.
I did not read all 35 pages. (Only a few.) I do not understand how to make the changes even after reading them. I was told if I just deleted the old script and loaded the new I would be good to go. The problem is I do not even know how to delete the old script. Can someone help me. I miss my color blind option. It is a bit harder to play without it.
Troy--------Foot Soldier
Jesus Christ God Son Savior
Jesus Christ God Son Savior
deleted user scripts.
I was doing some more playing to see if I could figure things out. I click on the little monkey in the corner and found a line the said manage user script. I then could delete all my scripts. So I am going to add bob's and see how it goes.
Troy--------Foot Soldier
Jesus Christ God Son Savior
Jesus Christ God Son Savior
-
oldbenjamin
- Posts: 56
- Joined: Mon Jun 11, 2007 5:21 pm
Strength
I have to ask what the reasoning behind the strength calculation is. It is currentArmies (how many you have) + expectedArmies (how many you will get) - (territories * (2/3)). Which as far as I can figure, means that every territory you have reduces strength. Can I ask the reasoning behind that?
- Ishiro
- Posts: 324
- Joined: Mon Jul 17, 2006 5:53 pm
- Gender: Male
- Location: Under the Rainbow
- Contact:
Re: Strength
oldbenjamin wrote:I have to ask what the reasoning behind the strength calculation is. It is currentArmies (how many you have) + expectedArmies (how many you will get) - (territories * (2/3)). Which as far as I can figure, means that every territory you have reduces strength. Can I ask the reasoning behind that?
I think it is because, generally speaking, armies spread over larger areas are weaker and have more borders to defend... the score does not take into account the geography of the map.
I could be wrong though...
- lackattack
- Posts: 6097
- Joined: Sun Jan 01, 2006 10:34 pm
- Location: Montreal, QC
- Night Strike
- Posts: 8512
- Joined: Wed Apr 18, 2007 2:52 pm
- Gender: Male
- happy2seeyou
- Posts: 4021
- Joined: Mon Jan 22, 2007 2:59 pm
- Gender: Female
- Location: A state that is in the shape of a mitten!
- Contact:
- narominded
- Posts: 33
- Joined: Thu Mar 22, 2007 4:14 am
- Location: Orange County. Double pair...it's always a double pair!
- Contact:
Yep, Lack changed something. I cant figure out exactly what it is any ideas?
Last edited by narominded on Mon Aug 13, 2007 11:57 pm, edited 1 time in total.
- Night Strike
- Posts: 8512
- Joined: Wed Apr 18, 2007 2:52 pm
- Gender: Male
- Night Strike
- Posts: 8512
- Joined: Wed Apr 18, 2007 2:52 pm
- Gender: Male
- Incandenza
- Posts: 4949
- Joined: Thu Oct 19, 2006 5:34 pm
- Gender: Male
- Location: Playing Eschaton with a bucket of old tennis balls
It's not just BOB. I went back to Troy's script while the whole countries/territories thing was sorted out in BOB, and now I've got nothing.
Except, like neph, panic.
Next thing you know, we'll have to play this damn game on a piece of cardboard using actual dice.
Except, like neph, panic.
Next thing you know, we'll have to play this damn game on a piece of cardboard using actual dice.
THOTA: dingdingdingdingdingdingBOOM
Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
Te Occidere Possunt Sed Te Edere Non Possunt Nefas Est
- narominded
- Posts: 33
- Joined: Thu Mar 22, 2007 4:14 am
- Location: Orange County. Double pair...it's always a double pair!
- Contact:
Yep, I hope someone knows how exactly to fix it. All I have ever taken is 1 java script class, well, and a second one that I failed. I found this code
/*---- Check for Required Components ----*/
var logDiv = document.getElementById('log');
var rightside = document.getElementById('right_hand_side');
var dashboard = document.getElementById('dashboard');
var map = document.getElementById('inner-map');
//If we cannot find any of the following just quit out.
if( !( logDiv && rightside && dashboard && map ) ) return;
I was only able to find document.getElementById('log') on the game script. I could find the items ('right_hand_side') and the others but there was no pretense of document.getElementById() before it. I really know nothing about programming I just enjoy playing around with it and trying to understand a fraction of it. Anyways, if some1 has a solution that would be great. Else, GL to us all.
/*---- Check for Required Components ----*/
var logDiv = document.getElementById('log');
var rightside = document.getElementById('right_hand_side');
var dashboard = document.getElementById('dashboard');
var map = document.getElementById('inner-map');
//If we cannot find any of the following just quit out.
if( !( logDiv && rightside && dashboard && map ) ) return;
I was only able to find document.getElementById('log') on the game script. I could find the items ('right_hand_side') and the others but there was no pretense of document.getElementById() before it. I really know nothing about programming I just enjoy playing around with it and trying to understand a fraction of it. Anyways, if some1 has a solution that would be great. Else, GL to us all.
- narominded
- Posts: 33
- Joined: Thu Mar 22, 2007 4:14 am
- Location: Orange County. Double pair...it's always a double pair!
- Contact:
rabbiton wrote:i fixed it temporarily, for myself at least
find the line:
var mapSize = armiesArr[0].split(/resolution=/)[1].split(/&/)[0];
and put after it:
mapSize='S';
if you use small maps or
mapSize='L';
if you like large.
i'm sure someone will fix it properly, but that's a quick fix
I had to put mine before the code like so:
//alert(armiesArr[0]);
var mapName = armiesArr[0].split(/map=/)[1].split(/&/)[0];
mapSize= 's';
var mapSize = armiesArr[0].split(/resolution=/)[1].split(/&/)[0];
// alert('http://www.conquerclub.com/maps/'+mapName+'.xml');
But it seems to be working thus far. Thanks Rabbiton
It runs quite a bit slower though too. Oh well at least it works!
- lackattack
- Posts: 6097
- Joined: Sun Jan 01, 2006 10:34 pm
- Location: Montreal, QC
- magneticgoop
- Posts: 851
- Joined: Fri Jun 01, 2007 9:03 pm
- Location: Screaming at the TV as Norv Turner turns the chargers into the worst team in the NFL =(
- jako
- Posts: 1022
- Joined: Sun Jun 03, 2007 4:50 am
- Gender: Male
- Location: A lost soul with no-one to stalk.
Night Strike wrote:jako wrote:if u actually took the time to read about 3 posts from this, then u will see that lack said that he made the game chats run on AJAX and it broke BOB, no fix as of yet, cause it just happened like 10 minutes ago.
You weren't talking about me were you???
no i was refering to narominded, not u night strike
magneticgoop wrote:greasemonkey died on me when i updated fire fox any help?
where the hell have u been? that firefox prob was a month ago, adn its been fixed, this more recent prob (like last night) was due to lack making some changes to game chat and broke BOB, hes rolled back the changes so, hes saying BOB should be able to run again.
i havent seen it yet

Time to retire this much loved sig of mine with a new clan.
- magneticgoop
- Posts: 851
- Joined: Fri Jun 01, 2007 9:03 pm
- Location: Screaming at the TV as Norv Turner turns the chargers into the worst team in the NFL =(
jako wrote:magneticgoop wrote:greasemonkey died on me when i updated fire fox any help?
where the hell have u been? that firefox prob was a month ago, adn its been fixed, this more recent prob (like last night) was due to lack making some changes to game chat and broke BOB, hes rolled back the changes so, hes saying BOB should be able to run again.
i havent seen it yet
i just kept putting updates off and now bob doesn't work
well any real help then?
Fool me once, strike one. Fool me twice, strike...three.

- jako
- Posts: 1022
- Joined: Sun Jun 03, 2007 4:50 am
- Gender: Male
- Location: A lost soul with no-one to stalk.
magneticgoop wrote:jako wrote:magneticgoop wrote:greasemonkey died on me when i updated fire fox any help?
where the hell have u been? that firefox prob was a month ago, adn its been fixed, this more recent prob (like last night) was due to lack making some changes to game chat and broke BOB, hes rolled back the changes so, hes saying BOB should be able to run again.
i havent seen it yet
i just kept putting updates off and now bob doesn't work
well any real help then?
go to the first post of this thread, and unistall ur current BOB, then install the patched BOB that was made to work with the XML changes adn it should work properly again

Time to retire this much loved sig of mine with a new clan.
-
nathansamson
- Posts: 11
- Joined: Wed May 30, 2007 1:56 pm
- misterman10
- Posts: 9412
- Joined: Thu May 24, 2007 1:48 pm
- Location: Out on the Pitch.
- Contact:


