Mr Scoot's Mobwars Auto Fighter Script

By GNomad Last update Dec 17, 2008 — Installed 2,921 times.

Anyone with programming knowledge

in
Subscribe to Anyone with programming knowledge 10 posts, 4 voices



Dre Fish User

Anyone with programming knowledge able to fix this script? I love the idea of it. Sometimes I don't want to hit the hitlist and just fight fighters on the fight screen for experience and leveling up. Any help would be excellent!

 
Keleas User

I'm not sure I understand what you want? The script works fine, and it has nothing to do with the hit list :S

 
Dre Fish User

It doesn't seem to be doing anything for me. I don't want it to hit the hitlist. I just want it to fight people in my range in the fight screen. It says that it will hit "x" person in 8 sec and it never refreshes to actually hit that person.

 
Keleas User

This script doesn't even attack the hitlist.

Are you using any other scripts with it?
Also, try manually going to http://apps.new.facebook.com/mobwars/fight/ and wait 2-3 minutes, and check if it attacks. Make sure there's mobs within the size range you have chosen.

 
Hinkledorf User

I am testing this out now, and it does seem to attack someone every once in a while, it seems to not be working 100%. I am having to manually heal myself (maybe I am just too impatient - not sure how often it checks to see if I need healing) and additionally on the fight page it says:

"Next Target (in x seconds):"

 
Dre Fish User

Thanks. I was starting to think it was just me. I had a feeling it was missing a few fights or the fights weren't consistent.

 
Hinkledorf User

So I tested it some more and it looks like it will attempt a refresh every 2 minutes. I made a modification to mine so it refreshes every minute because half of the attacks will result in a "This user is too weak to fight" or "You are unable to attack this user" and the script does not check for any messages. It just picks someone to attack, tries, waits 2 minutes and does it again.

If you want to modify the wait time look for the code:


setTimeout('window.location = "' + attackList[attackIndex][0] + '"', 120000);

and replace it with


setTimeout('window.location = "' + attackList[attackIndex][0] + '"', 60000);

Remember, the time shown is in milliseconds so 120000 is 120 seconds and 60000 is 60 seconds.

 
Anton5000 User

I Hve scanned through it but didnt figure uot how the ratio worked. I have change it 120000 to 1000
and the 3000 to 1000 and it atacks fast so fast that it doesnt give time for the stamina to regian lol but thanx ill take ur figures buddy.

 
Hinkledorf User

Ya, changing the value to 1000 made it try to attack once every second, which is a problem as your stamina regenerates every 120 seconds....

 
Anton5000 User

And what is the 30000 or 60000 for

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