my_mistake wrote:
very nice script(s). thank you.
anyone tried to do one for the Soybean-delete method?
Hehe i did it today it's working, i gave too much delay and it partly hungarian i am tired its 4:00am here:)
and here is the soyebean method:
Code:
^0::
msgbox, a script xpre vált pénzt adott ido alatt, a kezdethez mindenképp bevetett mezo kell.
gosub getlocationshop
msgbox, shopinit completed go to soybean init
gosub getzoldbabloc
msgbox, zoldbab (again zoldbab=soybean) init completed next step field init
gosub getlocationMezo
msgbox, mezo(Field init) kesz last step require asokapanagyharang init
sleep 10000
click %asoX%, %asoY%
sleep 1000
click %mezoX%, %mezoY%
sleep 1200
gosub getasook
msgbox, initalizacio kesz, a script addig fut amig a control + xel le nem allitod. The script will run until you stop with control+x. The script written by Szilveszter
msgbox, mennyi xpt, szeretnel csinalni oszd el harommal es azt ird be, kerek szam legyen!?
inputbox,xp,xp,xp,,100,150
msgbox, minden oke?
gosub mainLOOP
msgbox, %xp%*3 xp-t termelt a script
return
;initalizásciós subok:
;a kezdomezo meghatározására szolgál
getlocationMezo:
msgbox, click on the field which should be the base of the xp generation! (xp ratio 10gold/1xp) Pleaseclick on the bottom corner of the field
KeyWait, LButton, D
KeyWait, LButton, D
mousegetpos, mezoX, mezoY
sleep 100
return
;a shop helyének meghatározására szolgál a farmképernyon
getlocationShop:
msgbox, clikk on the shop icon at your farm screen (midle of the icon)
KeyWait, LButton, D
KeyWait, LButton, D
mousegetpos, shopX, ShopY
sleep 100
;az aso es a plow icon meghatarozasa a shop kodrdinataibol 843,595 shop 845,540 powl 891,540 aso
powlX:=shopX
powlY:=shopY-55
powltoolY:=powlY-70
;eszközválasztás az -70 Y
multiX:=powlX-46
multiY:=powlY
asoX:=powlX+45
asoY:=powlY
return
getzoldbabloc:
msgbox,click on "zoldbab ikon" (soybeans) midle of the icon
KeyWait, LButton, D
KeyWait, LButton, D
mousegetpos, soybeX, soybeY
sleep 100
return
getasook:
msgbox click on "nagy piros oké gomb" on the big OK button to sell
KeyWait, LButton, D
KeyWait, LButton, D
mousegetpos, asoOKX, AsoOKY
return
mainLoop:
Loop %xp%
{
click %powlX%, %PowlY%
sleep 500
click %powlx%, %powltoolY%
sleep 500
click %mezoX%, %mezoY%
sleep 500
click %shopX%, %shopY%
sleep 6000
click %soybeX%, %soyBEY%
sleep 2000
click %mezoX%, %mezoY%
sleep 500
click %asoX%, %asoY%
sleep 500
click %mezoX% , %mezoY%
sleep 3000
click %asoOKX%, %asoOKY%
}
return
^x:: reload
Sometimes farmwille buggy and not realize the clicks so wait more then script do in init, but if u can set up variables well its working very very fine:P