| View previous topic :: View next topic |
| Author |
Message |
Arbez Guest
|
Posted: Mon Sep 14, 2009 2:43 am Post subject: Farmville single-click trees and animals to harvest. |
|
|
;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
|
Posted: Tue Sep 15, 2009 2:47 am Post subject: |
|
|
| Thanks, works great! |
|
| Back to top |
|
 |
DeadBambi Guest
|
Posted: Sat Oct 03, 2009 4:30 am Post subject: |
|
|
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
|
Posted: Sun Oct 11, 2009 7:47 pm Post subject: |
|
|
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
|
Posted: Sun Oct 18, 2009 4:23 am Post subject: |
|
|
| 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
|
Posted: Thu Nov 05, 2009 1:45 am Post subject: total newbie |
|
|
| 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
|
Posted: Tue Nov 24, 2009 1:13 pm Post subject: Re: total newbie |
|
|
| 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 |
|
 |
ChetzB Guest
|
Posted: Sun Dec 13, 2009 7:38 pm Post subject: |
|
|
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 |
|
 |
|