Facebook MobWars Helper

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

To TheDruidsKeeper~

in
Subscribe to To TheDruidsKeeper~ 5 posts, 2 voices



Keleas User

Regarding your script that shows the items used by your mob in fights, i just tested and the number of my mob shown is actually somehow not including you.

For me, it showed a mob members of 556. However, when i bought 567 weapons, they were all used in the fight but your script does say that it's using only 556.

 
TheDruidsKeeper Scriptwright

My deepest apologies..
change this:

var mobsters = boss.mobsters;

to:

var mobsters = boss.mobsters + 1;

What happened was that in my early levels the "my mob(#)" was self-inclusive. So I changed all of the "mobsters = boss.mobsters + 1" to not have the "+ 1", but somewhere along the line it became self-exclusive, and I changed them all back and forgot to post that. I don't know if it's a bug in the game, or if I was just being retarded, but if you make that change it will work correctly.

 
Keleas User

It's a bug in the game. Basically if you haven't reached your maximum mob members, it's self included. If you have, you're not included.

Example: My max was 572, I had 571 members, It showed me my mob as 572.
When i invited one more, which i was allowed to, as according to the mob page i had 571 mob members, "My mob(572)" remained the same but i was now able to use 573 weapons, so it's clearly not including me now.

Thanks :)

 
Keleas User

Btw, just because your edits are truly amazing :p You should create a discussion thread with all of them in it, instead of them being all buried in the archived comments.

 
TheDruidsKeeper Scriptwright

done: http://userscripts.org/topics/18417

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