AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Farmville single-click trees and animals to harvest.

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions
View previous topic :: View next topic  
Author Message
Arbez
Guest





PostPosted: Mon Sep 14, 2009 2:43 am    Post subject: Farmville single-click trees and animals to harvest. Reply with quote

;Just middle click the plant or animal you wish to harvest. Harvest will
;commence and return the mouse exactly where you clicked it.



;Farmville Single-click Animal and Tree Harvester
;Click the middle mouse button to harvest an animal or tree.
;Script by freeforlife.

MButton::
Click
MouseGetPos, xposi, yposi
yposi+=45
xposi+=10
Click %xposi%, %yposi%
xposi-=10
yposi-=45
MouseMove, %xposi%, %yposi%
Back to top
qwerty



Joined: 05 Sep 2009
Posts: 8
Location: Houston

PostPosted: Tue Sep 15, 2009 2:47 am    Post subject: Reply with quote

Thanks, works great!
Back to top
View user's profile Send private message
DeadBambi
Guest





PostPosted: Sat Oct 03, 2009 4:30 am    Post subject: Reply with quote

this used to work for me, now for some reason it doesnt seem to acknowledge the left click of my mouse, it doesnt pull the menu down with the option to move/sell/harvest/rotate etc etc
the mouse cursor moves down and then back up but it doesnt do anything

sucks cause it used to work fine, now it doesnt work for trees or animals
Back to top
Arbez
Guest





PostPosted: Sun Oct 11, 2009 7:47 pm    Post subject: Reply with quote

That's really strange. Try this:

Change MButton
to RButton

in the script. You can harvest with the right button instead.
Do you have some kind of funky new-fangled mouse?
Or are you running any other scripts at the time?
Back to top
DeadBambi
Guest





PostPosted: Sun Oct 18, 2009 4:23 am    Post subject: Reply with quote

actually, I changed it to RButton when I first used it, and it worked great with RButton, now it doesnt work with either RButton or MButton
Back to top
m1keinmass
Guest





PostPosted: Thu Nov 05, 2009 1:45 am    Post subject: total newbie Reply with quote

what do I do with this script. I have it saved in notepad. What file type should I save it as and what do I do with it?
Back to top
geekdude



Joined: 23 Nov 2009
Posts: 31

PostPosted: Tue Nov 24, 2009 1:13 pm    Post subject: Re: total newbie Reply with quote

m1keinmass wrote:
what do I do with this script. I have it saved in notepad. What file type should I save it as and what do I do with it?


try this http://www.autohotkey.com/docs/Tutorial.htm#Create
_________________
  /\ /\ This is Kitty
(>';'<) Cut, copy, and paste kitty onto your sig.
((")(")) Help Kitty gain World Domination.

(\__/) This is Bunny.
(='.'=) Cut, copy, and paste bunny onto your sig.
(")_(") Help Bunny gain World Domination.
Back to top
View user's profile Send private message
ChetzB
Guest





PostPosted: Sun Dec 13, 2009 7:38 pm    Post subject: Reply with quote

Just had to say thanks for this =)

Works for me and love it ^_^

Though I did change it to RButton

Thanks again =)
Back to top
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Scripts & Functions All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group