Search found 8 matches

by thepenguin99
Tue Jun 12, 2007 12:17 am
Forum: Beginners
Topic: Recording pixel colors found at a certain point.
Replies: 1
Views: 4045

Recording pixel colors found at a certain point.

Ok, I have a a box in my game that changes color as the box fills up. Right now I have my macro set to see when the box is about 95% full by checking a pixel color. Now for the problem. The color changes slightly depending on the sun. Even with it changing I don't think there are over 20-30 possible...
by thepenguin99
Mon Jun 11, 2007 9:12 pm
Forum: Beginners
Topic: Saving dialog entries with ini file.
Replies: 1
Views: 3511

Nevermind found my problem.

ReadIniFile>C:\macrofolder\Settings.ini,Login,Username,Username

The result variable needed to be named something else for the editinifile to work.
by thepenguin99
Mon Jun 11, 2007 7:48 pm
Forum: Beginners
Topic: Saving dialog entries with ini file.
Replies: 1
Views: 3511

Saving dialog entries with ini file.

Ok I have a dialog that gets information from the user to setup the program being automated. Since this information is generally the same after they enter it once I want it to save it for the next time the macro runs. I am trying to use the ReadIniFile and EditIniFile commands to accomplish this. I ...
by thepenguin99
Mon Jun 11, 2007 6:35 am
Forum: Beginners
Topic: Command to delete all files in a directory?
Replies: 6
Views: 7771

Thx guys, got it.
by thepenguin99
Mon Jun 11, 2007 1:48 am
Forum: Beginners
Topic: Command to delete all files in a directory?
Replies: 6
Views: 7771

Use the DOS command DEL with wildcards WAIT_RP=1 Run Program>C:\command.com /c DEL Drive:\Folder\*.* Do More Stuff What does wait_rp=1 do? I know most commands in the macro seem to change color when you type them in but this one remains black. Also the command doesn't work for me. Dos box comes up ...
by thepenguin99
Sat Jun 09, 2007 11:24 pm
Forum: Technical / Scripting
Topic: Constantly looking for a graphic change.
Replies: 2
Views: 4194

Thank You. That helped me out a bit I think.
by thepenguin99
Sat Jun 09, 2007 10:24 pm
Forum: Beginners
Topic: Command to delete all files in a directory?
Replies: 6
Views: 7771

Command to delete all files in a directory?

Is there a command to delete all files in a directory? I don't want to delete the directory itself just everything in it. I am currently deleting the directory then recreating it but am looking for a better way.
by thepenguin99
Thu Jun 07, 2007 10:53 pm
Forum: Technical / Scripting
Topic: Constantly looking for a graphic change.
Replies: 2
Views: 4194

Constantly looking for a graphic change.

I have been working on a macro to automate a game I play for when im sleeping. I need the macro to constantly be doing one thing while checking for something else to happen. For example it needs to constantly be pressing 1,2,3,4,5 but when a certain message pops up or a color in a small portion of t...
cron
Sign up to our newsletter for free automation tips, tricks & discounts