Textual Reflexions

30/6/2008

Facebook Monsters Enhancer (version 1.1)

Filed under: Monsters Enhancer — Piotr P. Karwasz @ 12:22 am

In order to improve the main workflow of the code, we made a big rewrite of the Facebook Monsters Enhancer script>. Version 1.1 works more smoothly, takes less space in your Firefox preferences and has a couple of new features:

  • Clan members that did not fed you for a couple of days (3, but you can change this by modifying TOLERANCE_TIME in the script’s code) are replaced with active members taken from your clan’s feed history. We try to achieve this way always 8 people feeding your monster every day.
  • The delay for next fight is now much more reliable and so are the number of attacks.
  • The different cycles can now begin on any page and when your script finished the automatic function you can browse monster pages without being always brought back to the monster’s profile.

Since the interest in this game has faded, we won’t probably release any new versions of the script, except bug fixes.

Facebook Monsters Enhancer: version 1.1

Also available on UserScripts.

4 Comments »

  1. I don’t have werewolves or slayers installed and don’t want them installed, so what do I need to change in the script to make it skip those apps?

    Comment by Beth — 5/7/2008 @ 12:32 pm

  2. Beth: Look for the lines:


    var MONSTER_TYPE = ["slayer", "werewolf", "vampire", "zombie", "slayers", "werewolves", "vampires", "zombies"];
    var ATTACK_TYPE = [ 49, 29, 27, 17 ];
    var MONSTER_APP_IDS = [ 17801732384, 2721700161, 2458301688, 2341504841 ];
    var NR_MONSTERS = 4;

    in the script and change them into:


    var MONSTER_TYPE = ["vampire", "zombie", "vampires", "zombies"];
    var ATTACK_TYPE = [27, 17];
    var MONSTER_APP_IDS = [2458301688, 2341504841];
    var NR_MONSTERS = 2;

    If you wonder where you can find the code of the script go to Tools > GreaseMonkey > Administer(not sure) scripts and press the Edit button.

    Piotr

    Comment by Piotr P. Karwasz — 7/7/2008 @ 1:54 pm

  3. I like it, but it’s kind of buggy - doesn’t use all of the feeds I have and randomly stops at the attacking page before it does the first attack so it needs a little TLC while it’s running. Awesome script though - keep it up!

    Comment by Loren — 10/7/2008 @ 6:53 am

  4. Loren: Could you be more specific?

    If it doesn’t use all of your feeds and you have enough friends or people in your feeding history, could you tell me how many people do you have in your feeding clan. Go to your feed homepage for example to check it out.

    When it stops while attacking, what does the Script panel show? And could you check Tools > Error Console to tell me if there is any JavaScript error?

    Personally I am running the script constantly and never experienced your problems.

    Comment by Piotr P. Karwasz — 10/7/2008 @ 11:13 am

RSS feed for comments on this post. TrackBack URI

Leave a comment

Powered by WordPress