Large

FB Monsters Enhancer VX

By ViXaY Xavier Last update Dec 29, 2009 — Installed 8,869 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 34 posts, 10 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
vexxtra User

Is there a way to disable certain types of monsters from this? I don't have a Slayer and it automatically takes me to the page to add it.

thanks

 
ViXaY Xavier Script's Author

Added an Auto-Buy function for Piotr's Script: http://userscripts.org/scripts/show/25396
check it out :)

 
ViXaY Xavier Script's Author

Btw Guys, you should try out Piotr's Script. It works great, and that's the one i'm using now.
Just let me know if some of the features that you want are missing in there and i can try helping you with that.

of course you can continue using this one as well :).

 
Piotr P. Kar... Scriptwright

My script is in BETA now. Fully supports both feeding from history and friends list, but you still can not choose manually who you want to feed:

http://userscripts.org/scripts/show/25396

also you can report bugs here:

http://sourceforge.net/projects/facebook-gm/

 
Piotr P. Kar... Scriptwright

The preliminary version of my personal update of this script is:

http://userscripts.org/scripts/show/25396

Obviously you have to desactivate Xavier's script and activate mine in the GreaseMonkey menu while testing and doing the inverse operation after that.

Xavier, I'd like to discuss the development of your script by mail, by cannot find it on UserScripts. Can you contact me through my SF page?

https://sourceforge.net/users/piotrkar/

 
ViXaY Xavier Script's Author

Sonar, you mean on the fighting-confirm.php page, just keep hitting the attack button, without ever going to the fighting-results.php page? How would you know the results then? whether you have won or lost? and how much?

Piotr, sounds like a good plan! Let me know when you are done... there's some commented out code in the script regarding items usage, so you can use that directly... i'll reproduce it here for now (around line 1312)...

/*// the ITEMS box - found, but it's not wise to use items automatically. Best to save them for manual combats
var item_used = document.getElementsByName("item_used");
if (item_used != undefined && item_used.length >=1) {
if (item_used[0].options.length > 1) {
// select the last item as the item to use
item_used[0].selectedIndex = item_used[0].options.length - 1;
}
}*/

 
Piotr P. Kar... Scriptwright

I am working on an upgrade to this script to allow feeding from history, using weapons and other tools.

The main concept of the rewrite is that of clan: a group of people that fight each other and feed each other. As of tonight I can populate automatically the clan from the history and feed people according to when they last fed you.

Xavier, when I am finished can I send you the code for evaluation? It's my first JavaScript script...

 
ViXaY Xavier Script's Author

yeah, just a wee bit, not enough to force everybody to update.
I finally found and fixed reloading of the webpage when we get the "error loading page" in facebook.

That's all.

Btw are you using the Checkboxes for fighting? Is it working out well?

Only 910 installs? I gotta let more people know! :).

 
ViXaY Xavier Script's Author

yes yes i know of this error... i found out today.. i fixed it ... it was a simple change to make. I'll upload it again shortly.

- Fixed auto-feed after some changes by Facebook people. Sigh... are they doing it on purpose to annoy me? seems like it. Why don't they talk to me directly about it?

Anyway the change was that the stopped having a friend checked by default on the feed-main page. so i had to add some code to have it checked.

 
nabhi108 User

hey, I love this extension...but Im getting the "imaginary friend" error as well....seems the autofeed isnt auto-picking a friend to feed the monsters....

 
Daigoro Scriptwright

Oops... it seems feeding is broken again... Every time I try, I get the following error:

"You can't feed an imaginary friend to a WereWolf! Try again!"
(Replace WereWolf with any of the games.)

 
SSGX2 User

Well for starters in feed history, yes just feed from top to bottom.
got no idea what the other stuff you said was as I dont write scripts. No idea how to. I just appreciate the work you do and made a suggestion.
If it too hard basket then dont stress mate.
Love it still anyway :o)

 
ViXaY Xavier Script's Author

Can you give a more detailed workflow? and how exactly would you like it to work?

e.g. in feed history, start feeding in reverse order...

in fight history , fight with same # of attacks? and then move on to next...

sigh... it's a good idea... coz then it'd basically act as a MACRO player (history repeats itself! :)) but i think the effort required would be a lot more than i'm willing to do it.

Here's how you can help... write the psuedocode (i.e. in plain english exactly how you'd go about it, and dealing with the various conditions), and get me the html class/id names to extract the information from the page... using DOM or XPATH ...etc. then it'd make this a lot easier to implement... you could at that point write your own script with a little help from this script!

 
SSGX2 User

Hey man...
Great work... I just have one request/suggestion..
I mostly feed/fight people from my feed/fight history page... Any chance of it activating on that page?
other than that i love the script..
Keep it up :o)

 
ViXaY Xavier Script's Author

read the settings section, that tells you how to get to the userscript menu... that's where the "toggle checkboxes" item is.
I didn't make it a default feature as it makes the page slightly ugly.. thats why i left it as an optional feature.

 
ViXaY Xavier Script's Author

sigh... it isn't easy to satisfy you all eh?
well i've upload 2.31 it has manual selection in autofeed... so just go ahead and use it, be sure to read the instructions above on how to use it.

as for autofight manual selection... just choose a guy to fight then click autofight!

that's all for now.:)

 
ViXaY Xavier Script's Author

Try now... v2.2
the initial statistics was just a proof of concept for me...
now it's tightly integrated and will update after fights/feeds.

There IS a problem with feeds though, there's currently no way to be 100% sure you are right on those... so just take it with a grain of salt :).

 
Daigoro Scriptwright

Hi ViXaY Xavier,

Thank you for that nice statistics!
I notice it's still not updated whenever new info is available (eg. after fights, the amount of fights isn't decreesed).
Also it seems the Feeds becomes fixed at 8 feeds, once you are done fighting.

Finally, in the auto-feeder, I've noticed that it gets stuck on the feed-result.php page.

I'm enjoying following your progress.

Please keep up your good work.

 
ViXaY Xavier Script's Author

Daigoro your wish is granted.

Now with Statistics Pane. It's not that great, but it's good enough. Thats all the development i am going to do on it for now.

 
ViXaY Xavier Script's Author

Ok V2.0 is out... enjoy :)

 
ViXaY Xavier Script's Author

ok, i've updated the script.. check it out now...

i'll update the documentation in a bit...

 
ViXaY Xavier Script's Author

sorry about that, in one of the search and replace operations i accidentally overwrote one of the feeding routines, thus it didn't work, i found it and fixed it in my working copy but did not upload it yet.
I made a lot of changes since then and i have to check it all again before uploading it. please wait while i do that.

 
ViXaY Xavier Script's Author

I have fixed it again.
They changed how the list of friends were displayed. (it's uglier now actually! what with all the bold text everywhere and all).

The code is i guess well written since i just had to change one line to fix it :).

 
ViXaY Xavier Script's Author

It's fixed. Try it out now.
Added a bunch of features from the last update, and changed the location of the buttons/timer...

IGNORE AUTO-FIGHT for now, it DOESN'T WORK YET!

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