obsivus Posted July 3, 2012 Posted July 3, 2012 (edited) Greetings, I have a loop with a bunch of mouseclicks. this is my code: <Removed> What I want that my script to do is: after it clicks the dropdownlist it should click on an specific item inside the dropdownlist I have the pixels on the specific item inside the dropdownlist. then it should search and do the rest of the mouseclicks. But the thing is that I want that my script click on two other items aswell with different pixels and do the search and the rest of mouse clicks also. Example: It clicks on item Armor then does the search and the rest of the mouse clicks when thats done it clicks on Weapons which is inside the dropdownlist and then does the search and then clicks on item offhand inside the dropdownlist and then searchs and then it goes back to start again and searchs for armor. loops thru these 3 items I the pixels for the three items inside the dropdownlist its following: MouseClick("Primary",434,400,1,4) MouseClick("Primary",434,430,1,4) MouseClick("Primary",434,380,1,4) Any kind of help is appreciated Edited July 3, 2012 by Valik
Valik Posted July 3, 2012 Posted July 3, 2012 Looks very much like you are writing an auction bot for Diablo III or some other game. I suggest you read the forum rules. Thread locked.
Recommended Posts