AutoHotkey Community

It is currently May 24th, 2012, 8:15 am

All times are UTC [ DST ]


Search found 27 matches
Search these results:

Author Message

 Forum: Support   Topic: Please help with my Settimer function

Posted: May 7th, 2010, 2:01 pm 

Replies: 5
Views: 289


Can you give an example please, i get the label and stuff but not how im supposed to write what im trying to do. thanks

 Forum: Support   Topic: Please help with my Settimer function

Posted: May 6th, 2010, 4:31 pm 

Replies: 5
Views: 289


Thank you, I'll try it when i get home

 Forum: Support   Topic: Please help with my Settimer function

Posted: May 6th, 2010, 3:01 pm 

Replies: 5
Views: 289


Hi, I have read the other posts about settimer but can't seem to get it to work. Trying to have bot self buff every few minutes, but if i leave it outside my main function, it never goes back to it, if i leave it inside my main loop then it just keeps rebuffing. If i leave it the way bellow, then it...

 Forum: Support   Topic: How to parse the numbers behind /

Posted: December 16th, 2009, 3:33 pm 

Replies: 3
Views: 319


Hi, Whats the syntax to parse the following

123.../3234

I just want it to parse everything to the left of the / char.


Thank you

 Forum: Support   Topic: Imagesearch loop

Posted: November 17th, 2009, 11:29 pm 

Replies: 13
Views: 720


had to read it again, i get what you saying, that'll be tomorrow's project...TX :idea:

 Forum: Support   Topic: Imagesearch loop

Posted: November 17th, 2009, 8:55 pm 

Replies: 13
Views: 720


Ok ya your way better to put it inside the image search... the way i did it, i had to take the 30 back off for the 2nd row so it would find the button right bellow the first one. (Button is 60/20) Got it all working perfectly now inside my script, not sure if there's better way to do it, but this is...

 Forum: Support   Topic: Imagesearch loop

Posted: November 17th, 2009, 4:42 pm 

Replies: 13
Views: 720


I like that method, I did a test run and got it working this way. ;=============================Row 1============================ ImageSearch, X1, Y1, 90, 100, 1047, 833, C:\Pirates\Test.bmp MouseMove, X1, Y1 Sleep 1000 X1 += 30 ImageSearch, X2, Y2, X1, Y1, 1047, 833, C:\Pirates\Test.bmp MouseMove, ...

 Forum: Support   Topic: Imagesearch loop

Posted: November 17th, 2009, 1:10 am 

Replies: 13
Views: 720


its java game, there is status bar but does not always reflect the game status , the game just lags sometimes and it takes longer to load certain screens. Yes its unattended, ran over night, and it has been working 99% of time, but now I'm just trying to knock out all the little problems that make t...

 Forum: Support   Topic: Imagesearch loop

Posted: November 16th, 2009, 11:03 pm 

Replies: 13
Views: 720


well not all the image searches are like that, after everyone there is bunch of functions first then i go to the next image...This is my problem::: I look for the dog I find the Attack button to kill him Screen refreshes to different screen that shows all stats, my problem is that here i always just...

 Forum: Support   Topic: Imagesearch loop

 Post subject: Imagesearch loop
Posted: November 16th, 2009, 7:59 pm 

Replies: 13
Views: 720


Hi, Is there a better way than the following to do imagesearch, if not found, wait, then search again? Just asking because I have about 40 different imagesearches in the script and this just seems wrong way to do it for some reason. Thanks. Loop { ImageSearch, Ax, Ay, 735, 207, 927, 463, C:\dog...

 Forum: Support   Topic: Help please with using Hex Image code inside script

Posted: October 1st, 2009, 10:07 pm 

Replies: 4
Views: 288


Man you are gooood, perfect.

Thanks

 Forum: Support   Topic: compile/run autohotkey program

Posted: October 1st, 2009, 8:54 pm 

Replies: 50
Views: 3218


ehh, it says "getz.txt" thats not a .ahk file... you sure you clicked on the right thing?

If thats the script you coppied the code from earlier, then just rename it and take the .txt out and put .ahk instead, then run it.

 Forum: Support   Topic: Help please with using Hex Image code inside script

Posted: October 1st, 2009, 7:55 pm 

Replies: 4
Views: 288


I'm using 16 different picture files in my script for my ImageSearches, It be much more efficient if i could wrap everything into one file and compile it for ease of distribution.

 Forum: Support   Topic: compile/run autohotkey program

Posted: October 1st, 2009, 6:16 pm 

Replies: 50
Views: 3218


if it is a .ahk file, then right click it and choose edit. Copy all the lines of code and paste it here so we can see what it does first.

 Forum: Support   Topic: Help please with using Hex Image code inside script

Posted: October 1st, 2009, 5:01 pm 

Replies: 4
Views: 288


I can convert my .bmp files into hex. Can i define each of them as : picture1 = ( join HexData ) picture2 = (join HexData ) And then use them inside my script for ImageSearch? myImages := "picture1|picture2" Loop, Parse, myImages, | { ImageSearch, OutputVarX, OutputVarY, 0, 0, 1000, 1...
Sort by:  
Page 1 of 2 [ Search found 27 matches ]


All times are UTC [ DST ]


Powered by phpBB® Forum Software © phpBB Group