Keeps hitting same guy

in
Subscribe to Keeps hitting same guy 10 posts, 5 voices



noonespecial User

I've gone up a level, turned the computer off, come back, and the script keeps hitting the same guy regardless of what pops up on the skirmish list. Anyway of resetting the "hit" list?

 
niknah Script's Author

It hits the person who has a >75% chance and the highest level(most money).
You can click with the right mouse button on the greasemonkey icon at the bottom right of the browser and then pick "user script commands" and select "reset game"

 
shay leibovich User

how can i change the percentage of the guy i attack ?

 
niknah Script's Author

right click on the greasemonkey icon at the bottom right and select "manage" > select the "world domination" > click "edit"

Change the number in the script where it says...
minPercent:

 
shay leibovich User

tried it , but it shows me only this - http://apps*.facebook.com/total-war/*

 
niknah Script's Author

You've got to click the "edit" button on the bottom left of that dialog, below the list of the scripts.

 
shay leibovich User

ok , sorry for being a pain in the ass , how do i go on from that point , cos after i pressed the edit below it's asking me to provide the file where the script is

 
niknah Script's Author

It should know where the script is, it's probably asking you for the text editor, you can go to c:\windows and pick notepad.exe

If it's lost the script location, it's in...
%appdata%\mozilla\firefox\profiles\

and from that folder pick the profile(it's a different name on each computer)
and go to the gm_scripts folder.

 
avvv User

Well, I also had this problem.

I solved it by adding a call to TotalWar.ResetGame() in the start of the checkpage function.
I do want it to reset the targets and attack only targets from the current page - there are enough good ones.

 
robberbaron User
FirefoxWindows

Okie i know you told us what you did to attack other people. but where exactly are you putting the Reset game() at? here is what i have where woudl you insert it? and does that make it just pick a random person on the page. and not the same guy over and over. cause i have reset the page and it just stay with the same named dude.

CheckPage:function() {
this.AddChangePercentDiv();
if(this.IsMyspace()) {
this.DoCheckPage=5000;
} else {
this.DoCheckPage=-1;
}
var tryAgainSS=document.evaluate("//a[@name='try_again_button']",document,null,XPathResult.FIRST_ORDERED_NODE_TYPE,null);

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel