Help - Search - Members - Calendar
Full Version: Can't seem to combine these
AC Tools Everything Macro > AC Tool Macros > Macro Development
DaftStyle
Everything I try does not work. dry.gif
Don't remember learning much about procceses when I was learning about ACTools and gaming back when.
Having to run 3 macros and having global hot keys not work is a pain!


Thank you


HP might have really small delay, but I really need it to scan and spam heal on the tee cool.gif
CODE

While 1=1
LoadRGB 143, 11
If {RGBRED} < 100
Keys 1
delay .060 sec
Keys 2
delay .060 sec
Keys 3
delay .060 sec
Keys 4
delay .060 sec
Keys 5
delay .060 sec
end
end


CODE
While 1 = 1
Loop 1
KeyDown w 2 sec
delay 1.5 sec
KeyDown r 2 sec
delay 175 sec
end
End


There is an extra delay in there. ph34r.gif
CODE
While 1=1
delay 2 sec
delay .060 sec
LoadRGB 122,22
if {RGBBLUE} < 100
keys 6
delay .060 sec
keys 7
delay .060 sec
keys 8
delay .060 sec
end
end
DaftStyle
I can't seem to nest them within each other properly and add the buff script.

When I do add them, the BLUE will only heal if it the red is down, I know you can't have multiple loops and whiles. unsure.gif
Bear
QUOTE(DaftStyle @ Jun 26 2009, 10:56 PM) *
I can't seem to nest them within each other properly and add the buff script.

When I do add them, the BLUE will only heal if it the red is down, I know you can't have multiple loops and whiles. unsure.gif

You can have as many Loops & Whiles as you want. But it's best to have only one While, unless the While isn't "While 1 = 1"

CODE
LoadRGB 143, 11
  While {RGBRED} < 100
  // Do Red Code
  LoadRGB 143, 11
  End


Also look at ProcessMessages. At the End of the Red code , you should have another LoadRGB else you'll Loop forever since {RGBRed} is never updated.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.