What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

auto building ( scarecrow )

borasiorr

New Member
Joined
Sep 20, 2014
Messages
17
Reaction score
0
Hi guys, so we all know how hard is to get 2nd, 3rd, 4th farm, ive checked in api but couldnt find anything about autobuilding. i would like to write simple code :

check if there is space for house/farm ( 16x16 ) if yes :
place large farm/house, click "confirm "

, if no wait half second, repeat.

any ideas if its possible ?
 
This is a bad idea. It will get you banned so fast. (sending multiple request to server)
 
Last edited:
check if there is space for house/farm ( 16x16 ) if yes :
You can do it, but this is not simple example.
place large farm/house, click "confirm "
getInvItem("Scarerow design").ConstructHouse(X,Y);
 
Back
Top