I used it through out the day at work for about 4 hours off and on and got 20 treasure maps.
I first created a /forage macro and mapped it to the N key. I borrowed a little of the code from other scripts on the site.
Heres the script.
Code: |
;StarWarsGalaxies Forager Sleep("5000") Sleep("10000") $i = 0 Do If WinActive( "Star Wars Galaxies", "" ) Then Send("{w down}") ;Walk Forward Sleep("1500") Send("{w up}") ;Stop Sleep("500") Send("{n down}") ;Created a /forage macro and mapped it to N Send("{n up}") Sleep("2500") EndIf Until $i = 1 |
Hiç yorum yok:
Yorum Gönder