Jump to content

WantEggRoll

Members
  • Posts

    2
  • Joined

  • Last visited

WantEggRoll's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. So I used the AutoIT Info window all the time with Windows XP and it worked just fine, recently I updated my OS to Windows 7 and now all of the coords are off. I've made sure to switch the mode to Windowed and I have set my Opt MouseCoordMode to two. My problem is that when I enter a MouseClick it clicks well below where the x,y should be and the PixelCheckColor function doesn't work, where as if I change it to Opt MouseCoordMode = 0 then the x,y work but the PixelCheckColor command still doesn't. Is there anyway to get it back to working properly besides switching back to XP?
  2. I'm fairly new to AutoIT and coding in general so I apologize if this is a really stupid question. The script I am trying to write should open up a treasure list within a game to scroll down it and check for a certain item. So far I've only managed to get the script to get to and activate the item list, so for example purposes say the list is: Sword Armor Boots And for this example say I am attempting to only pick up the boots before exiting the list, I'm guessing you'd use the ControlGetText function to actually check to make sure Boots are on the window's list? Then from there how would you be able to get the script to find the X,Y cords of the text "Boots" within the window to right click them and pick them up? If anyone would be able to explain this to me I'd be very grateful, I've tried looking through the help file and few tutorials and am still completely stumped.
×
×
  • Create New...