Why bot farmville though ? :S
You only farm and then have to wait no ?
Printable View
Why bot farmville though ? :S
You only farm and then have to wait no ?
Its just a thought. Plant do tkae forever to grow, indeed. Two days...three days..might not be worth running a script for such a long period of time. But on the other hand, since time is of no importance for us.....
Let me first play this game for a couple of days...ideas will pop up for sure!
to make it more practical, get it to plant only the fastest, most profitable plant, strawberries. (Only four Hours).
You could also add thousands of neighbors.
And while it sits around and waits for the crops to grow, It first spends the money it got for experience and than it could visit the neighbors farms and gain experience.
This kind of bot would be able to run effectively 24/7 !!
~caused
The idea is, it takes maybe 20 minuets to manage your farm, if its really big. Sometimes, you just dont have that long. So, you would run this script, and it would quickly plant, plow, etc.
Yeah, caused is probably right about your problem, because my bot does not use TPAs or Bitmaps.... so yeah. lol
There will be a new version of this script soon by the way :D
soo what should i do to be able to run the script? :S sorry im new to scar lol
Ohh my, this is simply amazing. It helped me get Grape mastery ^.^
I think I'm in love with you.
Hi! I've been using your FarmVille bot for a while. (mostly version 1.2 i think)
I'd use it to occasionally pick for me and plow.
Now that I downloaded the new script, I have trouble targeting FarmVille. Any ideas?
(sorry I haven't been active at the forums so I'm a complete noob)
EDIT: It's not the script that has anything to do with targeting, I know that.
Fawki, if you're going to make a subforum for farmville, please expand it to facebook bots. Because there are plenty of games on fb like this one that have the potential to be automated.
Yep. Good thought. Will be done within a few weeks. Stay tuned.
I 100% support this. :)
I've been looking for a script for farmville for so long!
I cant sell hayballs please help me ? what can I doing?
sure, thats an easy fix. I updated the procedure for you. All i really did was modify one line, but i dont know what line that is for you because i have a modified version of the script. Paste this in place of the procedure SellAllHaybales
Code:procedure SellAllHaybales(Sender: TObject);
var left,right,up,down:Boolean;
var x,y: Integer;
begin
writeLn('PROCEDURE SellAllHaybales(sender: TObject); STARTED AT '+THETIME);
writeDB('Selling haybales!');
wait(500)
Cmouse(732,505);
repeat
if FindColor(x,y,1532070,0,0,761,493) then
begin
Cmouse(x,y)
wait(400)
cmouse(301,392)
wait(400)
end else
begin
if not left then L
else if not down then D
else if not up then U
else if not right then UR
else break;
end;
until (isfkeydown(4));
WriteDB('Haybales Sold!');
writeLn('PROCEDURE SellAllHaybales(sender: TObject); ENDED AT '+THETIME);
end;
when i run the bot, and set the client as the flash game itself, it just moves the mouse to the top left of the screen, and clicks there repeatedly...
I have the Planter there, and i think the brown colour of the back is confusing it?
and then i cant get the bot to stop, using ctrl+alt+s...
is this a known bug, or something im doing wrong.
p.s. nice form
EDIT: Moved the Planter to the bottom and pressed F4 and it started properly. Worked great, except ive the biggest available size and most of it for crops, so the cornors, were left out, but i moved it over and reset it, and it worked grand. Planted perfect too
I don't know if I am doing something wrong, but the script just clicks everywhere on my screen causing a chaos :D. Once it got stuck and I had to relog on my windows user.
I just took another quick browse through your script... and it's killer to the eyes!
"STANDARDS!!!!"
@ Wolvy
make sure you look at the "how to setup scar" tutorial :).
&
The stuck thing happens when you minimize and maximize the window after selecting the client.
It's when the mouse tries to click inside the targetted when it is "non-existant" so you get that mouse issue.
just press alt+F4 repeatly until you got scar stopped.
Updated.... Barely. Tell me bugs, or fix them yourself and post here ;) Mouse is slower to prevent lag. Stats uploaded to the internet.
Also, i would like a banner which displays the plowed, planted, harvested, haybayles created, and animal harvests from this page: http://scriptmanager.freehostia.com/scripts.php?sid=34 to a picture which updates like every 12 hours..... how can I do this? or can someone do it for me? that would be awesome, thanks.
F4 alone will stop any script I make, as i implement that as the stop key always. F3 will pause too, but it must be held down, which can cause problems with other windows.
I dowloaded 1.4 It didn't compile for moi, I am narb at scar :o