Jump to content

Recommended Posts

Posted (edited)

Hello
How do I merge these two macros? if I leave it this way it will work only while1.... thx=)

 

 

 

MsgBox(64,"Ciao è un autopozze","Divertiti by Greg")
;heal
While 1
if (PixelGetColor(636, 691) = 0xE4262A) then
Sleep(200)
Else
Send("{F1}")
EndIf
Wend


;mana
While 2
if (PixelGetColor(498, 706) = 0x417EFF) then
Sleep(200)
Else
Send("{F2}")
EndIf
Wend
 

 

Edited by gigiiiii
  • Developers
Posted

@gigiiiii,
I see you did not read those rules, to which I linked, very carefully - you missed the part that says:

"
Do not repost the same question if the previous thread has been locked - particularly if you merely reword the question to get around one of the prohibitions listed above
"

Do NOT start another thread on this - our patience has limits. :naughty:
Jos

SciTE4AutoIt3 Full installer Download page   - Beta files       Read before posting     How to post scriptsource   Forum etiquette  Forum Rules 
 
Live for the present,
Dream of the future,
Learn from the past.
  :)

  • Jos locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...