AutoHotkey Community

It is currently May 27th, 2012, 12:31 am

All times are UTC [ DST ]




Post new topic Reply to topic  [ 8 posts ] 
Author Message
PostPosted: September 14th, 2009, 2:43 am 
;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%


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: September 15th, 2009, 2:47 am 
Offline

Joined: September 5th, 2009, 4:48 am
Posts: 12
Location: Houston
Thanks, works great!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: October 3rd, 2009, 4:30 am 
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


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 11th, 2009, 7:47 pm 
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?


Report this post
Top
  
Reply with quote  
 Post subject:
PostPosted: October 18th, 2009, 4:23 am 
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


Report this post
Top
  
Reply with quote  
 Post subject: total newbie
PostPosted: November 5th, 2009, 1:45 am 
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?


Report this post
Top
  
Reply with quote  
 Post subject: Re: total newbie
PostPosted: November 24th, 2009, 1:13 pm 
Offline

Joined: November 23rd, 2009, 2:11 pm
Posts: 104
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.


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: December 13th, 2009, 7:38 pm 
Just had to say thanks for this =)

Works for me and love it ^_^

Though I did change it to RButton

Thanks again =)


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 8 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Cristi®, Google Feedfetcher, tidbit and 56 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group