Search found 8 matches
- Tue Jan 10, 2006 1:09 pm
- Forum: Technical / Scripting
- Topic: A couple questions about screen locations and pixel colors
- Replies: 6
- Views: 7620
- Tue Jan 10, 2006 12:47 pm
- Forum: Technical / Scripting
- Topic: A couple questions about screen locations and pixel colors
- Replies: 6
- Views: 7620
Ok another question has come up =P. I thought I understood what I was doing with the getpixelcolor>...but I guess I really don't. From the posts i've looked at, the program moves the cursor around the defined area and if the color is under it, it clicks it. What I need to do is have the cursor move ...
- Tue Jan 10, 2006 12:31 pm
- Forum: Technical / Scripting
- Topic: A couple questions about screen locations and pixel colors
- Replies: 6
- Views: 7620
Thanks yet again Marcus, you always save me =P. If you hadn't noticed, a vast amount of common sense isn't a quality I possess, so please forgive my easy and obvious questions that I keep asking =). Oh yeah, I also plan on helping people out here once I get this down pat, don't worry. Hell, I think ...
- Tue Jan 10, 2006 11:57 am
- Forum: Technical / Scripting
- Topic: A couple questions about screen locations and pixel colors
- Replies: 6
- Views: 7620
A couple questions about screen locations and pixel colors
Well I'm at it again, trying to make an improved bot =). This time I'm going for something a little bit more complex. There are numerous things that I need to do with the bot, and I'm hoping those of you more coding savvy can help me out. First thing: I need the macro to check a specific area on the...
- Tue Jan 10, 2006 11:28 am
- Forum: Technical / Scripting
- Topic: Unknown Identifier? =)
- Replies: 6
- Views: 8713
Sorry for the long delay, was away for a few days. Anywayz, thanks a ton! =). The bot was finished and works quite nicely. I also want to thank you on behalf of all the players now benfitting from the bot. You were a great help and thanks to the success of this simple bot, I'm going to continue to a...
- Tue Jan 03, 2006 10:00 am
- Forum: Technical / Scripting
- Topic: Unknown Identifier? =)
- Replies: 6
- Views: 8713
Thanks so much! Works great now. All I have to do is add a few more small bits and my little macrobot will be complete ^^. On another note, I was wondering if it was possible for Macro Scheduler to pick out colors on the screen and move the cursor towards them. I saw a few people using AutoIT to do ...
- Tue Jan 03, 2006 8:59 am
- Forum: Technical / Scripting
- Topic: Unknown Identifier? =)
- Replies: 6
- Views: 8713
Ask>Use Potions?,PotChoice Ask>Use Shield?,ShieldChoice IF>{%PotChoice%="YES" AND %ShieldChoice%="YES"} I changed it to this and now have a new error: Operator opAnd incompatible with String, says this twice...and then Internal parser error. Code 10. Any suggestions? =), I'm more lost than before......
- Tue Jan 03, 2006 7:40 am
- Forum: Technical / Scripting
- Topic: Unknown Identifier? =)
- Replies: 6
- Views: 8713
Unknown Identifier? =)
Edit: This is my first time working with more complex stuff in Macro Scheduler, so it might seem a bit sloppy...and probably a lot of unnecessary code, so if you happen to notice a lot of crap, please forgive me :). Ask>Use Potions?,PotChoice Ask>Use Shield?,ShieldChoice IF>{PotChoice=YES AND Shield...