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.
hi, I just lost my greasemonkey for no reason. It had disapeared this night when I loged in. I have uninstalled it then reinstalled but, some seems to be missing. the only thing I have as it is now is Armies, Countries and Strength.
there is a lot helpfull thing that I am not able to get back. Anyone know how to go on with this?
there is a lot helpfull thing that I am not able to get back. Anyone know how to go on with this?
Last edited by artur1 on Tue Jul 31, 2007 5:12 pm, edited 1 time in total.
- bleu_falcon
- Posts: 23
- Joined: Fri Jan 05, 2007 5:47 pm
- Location: Los Angeles
artur1 wrote:hi, I just lost my greasemonkey for no reason. It had disapeared this night when I loged in. I have uninstalled it then reinstalled but, some seems to be missing. the only thing I have as it is now is Armies, Countries and Strength.
there is a lot helpfull thing that I am not able to get back. Anyone know how to go one with this?
Same here. I just installed the latest version of firefox, now my scripts aren't working.
- aphockey23
- Posts: 55
- Joined: Mon Jan 01, 2007 3:15 pm
- aphockey23
- Posts: 55
- Joined: Mon Jan 01, 2007 3:15 pm
- narominded
- Posts: 33
- Joined: Thu Mar 22, 2007 4:14 am
- Location: Orange County. Double pair...it's always a double pair!
- Contact:
- narominded
- Posts: 33
- Joined: Thu Mar 22, 2007 4:14 am
- Location: Orange County. Double pair...it's always a double pair!
- Contact:
AndrewB wrote:Ok, found it.
They have changed the XML files.
Now instead of 'country' it is called 'territory'
All you need to do guys, is edit the script and replace all the instances (there should be only 1) of 'country' with 'territory', including single quotes in both cases.
Nice catch andrew! If anyone wants to change their script just find it navigate to
C:\Documents and Settings\YourUserNameHere\Application Data\Mozilla\Firefox\Profiles - - - - and search (cntrl + F) for 'bob'. When you find the file edit it. Do cntrl + h and find all 'country' and replace with 'territory'. Been working well for me on at least one game!
Remember you may have to include hidden files in your search
All fun in games until somebody gets hurt haha.
My temporary fix...
After the line:
var entries = dom.getElementsByTagName('country');
Insert the following code:
if (entries.length<1) {
entries = dom.getElementsByTagName('territory');
}
Tested into: Classic, Asia, Age of Merchants, Circus Maximus and Siege!
var entries = dom.getElementsByTagName('country');
Insert the following code:
if (entries.length<1) {
entries = dom.getElementsByTagName('territory');
}
Tested into: Classic, Asia, Age of Merchants, Circus Maximus and Siege!
Brazil #3 @ Agu, 2007.
- Chalupacabra
- Posts: 40
- Joined: Tue May 01, 2007 9:39 pm
- Night Strike
- Posts: 8512
- Joined: Wed Apr 18, 2007 2:52 pm
- Gender: Male
- Aerial Attack
- Posts: 1132
- Joined: Mon Jun 04, 2007 7:59 pm
- Location: Generation One: The Clan
I believe this will also work (rather than digging through your user directory for "bob"):
1. Click on Tools/GreaseMonkey/Manage User Scripts
2. Select "Conquer Club - BOB" (left pane)
3. Click on Edit (under left pane)
4. This opens a notepad file
5. Search (either Ctrl-F or click Edit/Find) for 'country' [use the single quotes - helps to find fast]
6. Go 1 line below and insert the code previously indicated [copied here]
if (entries.length<1) {
entries = dom.getElementsByTagName('territory');
}
7. Enjoy
EDIT: Tested ON Middle East, Middle EArth, Siege, Classic, World 2.1, Montreal, USA Apocolypse, US Senate, Canada, Asia
1. Click on Tools/GreaseMonkey/Manage User Scripts
2. Select "Conquer Club - BOB" (left pane)
3. Click on Edit (under left pane)
4. This opens a notepad file
5. Search (either Ctrl-F or click Edit/Find) for 'country' [use the single quotes - helps to find fast]
6. Go 1 line below and insert the code previously indicated [copied here]
if (entries.length<1) {
entries = dom.getElementsByTagName('territory');
}
7. Enjoy
EDIT: Tested ON Middle East, Middle EArth, Siege, Classic, World 2.1, Montreal, USA Apocolypse, US Senate, Canada, Asia
Last edited by Aerial Attack on Tue Jul 31, 2007 11:42 pm, edited 1 time in total.
- misterman10
- Posts: 9412
- Joined: Thu May 24, 2007 1:48 pm
- Location: Out on the Pitch.
- Contact:
Aerial Attack wrote:I believe this will also work (rather than digging through your user directory for "bob"):
1. Click on Tools/GreaseMonkey/Manage User Scripts
2. Select "Conquer Club - BOB" (left pane)
3. Click on Edit (under left pane)
4. This opens a notepad file
It didnt do this for me, what happened
Pleasant Chaps still suck cock.
Yakuza power.
Yakuza power.


