01-30-2005, 10:42 PM
mac "Function_1"
mac "Function_2"
3
rep 99999
,
,WaitPixelColor(0 0xD6565E 68 43)
,
,key+ R; 0.1; key- R; key F8
,
,sel pixel(87 99)
,,case [0xFFBE00,0xAAFFFF,0x40FF40,0x40FFFF] continue
,
,key v ;; con
,
,sel pixel(53 619) ;;Look at this location
,,case [0xFFBE00,0xAAFFFF,0x40FF40,0x40FFFF]
,key e
,key Y ;;press enter
,key (VK_DIVIDE)
,key {petVattack}
,key Y
,key 2
,,if(pixel(731 592)=0xFFFF64)
,,,key+ U; 0.1; key- U
,,,0.5
,key 2
,sel pixel(675 592)
,,case [0xFFFF64] continue
,
,WaitPixelColor(0 0xFFFF 417 148)
,
Thats the code for my macro, however im having problems with it skipping parts. Right now how i have it, everything seems to be working great, expect it seems to skip this part:
Could anyone help me out with the problem? And help me clean up with my code.
(all the locations and pixel colors there are correct)
Thanks