script stops after a job
|
|
Does anyone know how to fix the script after a sucessful job? I have no problems with any of the money, hitlist or prefrences issues. After it completes any job it turns to resting and just hangs out. I have applied the patches posted but still have a problem, any help would be appreciated. |
|
|
I am having the same problem.
|
|
|
Its seems that MW is redirecting all of their pages to a different address to bypass any scripts, if you manually type in apps.facebook.com/mobwars that will bring the script back again. |
|
|
zens fixed worked but now it doesnt. my script shows no hit preferences, and does no jobs, sometimes it constantly tries to heal, when i dont need it. the hitlist works, and follows my preferences. but it doesnt list my prefernces. anyone else having the same problems? |
|
|
its not the scripts fault that the hitlist stops refreshing. mw changed it so that each time you get a hit, you have to type in the captcha again....really stupid |
|
|
lol 15 minutes, captcha infested, and when you get a hit, you have to start over again. whats the point of a time limit, when theres a one hit rule.haha right? |
|
|
darealshadez
|
|
|
japes my suggestion was to type the address(apps.facebook.com/mobwars) in the address bar in your browser, I also tried adding the long address that MW changed to the GM included pages section and that did nothing for me either. This is only a temporary fix that I saw until MW is able to get their crap together. Hope this helps for you too. |
|
|
Correction is seems the script is only having problems when you click on the Home link on MW, and after it does a job. This is the address it gives me when I click on the Home link:
Does anyone else get this? |
|
|
i understand the real shadez i'll try it |
|
|
r u having that healing problem, where it trys to heal constantly and sometimes the facebook bar is where that viking advertisement usually is |
|
|
If you uncomment this line
GM_log("Error in module '" + modules[i] + "' on line " + ex.lineNumber + ": " + ex.message);
You will see there is an error in the jobs module. (It catches the exception) I haven't had a chance to research it yet, but hopefully this gives someone else a starting point to figure it out. Edit:
/* Drops */
tmp = div.innerHTML.match(/(\d+\%)/);
Replace it with this:
/* Drops */
tmp = div.innerHTML.match(/(\(\d+\%\))/);
It was caused by the new progress bars on the job page. |
|
|
My fix at the bottom: http://userscripts.org/topics/21972 |