UnknownWarrior Posted March 6, 2006 Posted March 6, 2006 If any of you play the game conquer, talk here . I was wondering if me and you could make a good macro for conquer using autoit, or not just a macro, a good program. So if you play conquer and are interested, msg me or post here . By any meens at all, i wont release my conquer name.
cppman Posted March 6, 2006 Posted March 6, 2006 any info? what kind of program... im guessing a bot... Miva OS Project
UnknownWarrior Posted March 6, 2006 Author Posted March 6, 2006 Ya just a good program that does alot of stuff for conquer. Auto drop ore, auto- reconnect, drop items, sell items to NPC, maybe if we get good people to help, an attacker. And many other things that could be thought up
Moderators SmOke_N Posted March 6, 2006 Moderators Posted March 6, 2006 If any of you play the game conquer, talk here . I was wondering if me and you could make a good macro for conquer using autoit, or not just a macro, a good program. So if you play conquer and are interested, msg me or post here . By any meens at all, i wont release my conquer name.This is more of a Chat topic than anything else... I surely don't see why it's in the v3 GUI (Graphical User Interface) forum.Was there a specific question you had about an AutoIt GUI? Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
UnknownWarrior Posted March 6, 2006 Author Posted March 6, 2006 Well rather i do have a question related to GUI. How come when i put MouseClick (coordinates, 15) to click 15 times it clicks few times then goes right to the next thing in my code? y dont it do all 15 clicks?
Moderators SmOke_N Posted March 7, 2006 Moderators Posted March 7, 2006 Well rather i do have a question related to GUI. How come when i put MouseClick (coordinates, 15) to click 15 times it clicks few times then goes right to the next thing in my code? y dont it do all 15 clicks?First... When did "GUI related" stem to MouseClicks?Second, the correct Syntax for MouseClick() is: 'Button', 'xcoord', 'ycoord', 'number of clicks', 'speed to move'So from your 'example': I would say look at the Help file under Opt('MouseClickDelay', 'Number') and you would see something like this:MouseClickDelay Alters the length of the brief pause in between mouse clicks.Time in milliseconds to pause (default=10). Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
UnknownWarrior Posted March 7, 2006 Author Posted March 7, 2006 yes i know how to do MouseClick coding, that was just fast example, but even when iadd delays between clicks or w/e, it still clicks like 3 times at most and goes on to another thing in my code
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now