Facebook MobWars Helper

By Piotr P. Karwasz Last update Dec 23, 2008 — Installed 90,999 times.

New Mob Wars timer updates disabling the Script

in
Subscribe to New Mob Wars timer updates disabling the Script 5 posts, 5 voices



XxXavier User

Seems the new timers above the tab heading are affecting the script, which is now doing virtually nothing.

The Cash timer disabled the automatic bank deposits, the Health timer has disabled the auto heal your boss, and the Energy timer disabled the auto job completion.

Just letting you know about this :)

 
TheDruidsKeeper Scriptwright

I put a quick fix here: http://userscripts.org/topics/18417
I will modify that post later on to make it better.

 
dhansen007 User

are these updates going to install automatically? Mine is still hanging and i thought that i read that these updated automatically, or at least a message was raised by the "monkey" icon...please help the newb...

 
HerbCSO User

Please no offense to TheDruidsKeeper, but I got a little lost in all the changes posted in the link. Here are the two changes I needed to make to just get it to work without further mods:

Line 280:

change

var re = /(Cash|Health|Energy|Stamina|Exp|Level): ?\$?([0-9]+)\/?([0-9]+)?/;

to read instead:

var re = /(Cash|Health|Energy|Stamina|Exp|Level):[ \t]*\<.*?\>\$?([0-9]+)\<\/span\>\/?([0-9]+)?/;

and on line 441 change:

item.energy_per_unit = result[1] / result[2];

to read instead:

if (result) item.energy_per_unit = result[1] / result[2];

After that everything seems to work fine for me.

Edit: Prerequisites (e.g. Distilling Liquor for the Liquor Smuggling) doesn't seem to work yet... still working on that now!)

 
Sacredscientist User

I apologize for being non-savy about all the mechanics of this update, but will it eventually get all consolidated, integrated into the original so that my feebleness can just simply hit download and get it working again? {Hope Remains}

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