Jump to content

Mapping pixels to characters?


Ritz
 Share

Recommended Posts

I want to have a bot which joins a game based on the number of people (between 1 and 9) in an arena. I know the locations of the digits corresponding to the player count in the lobby window, and I could easily implement a nested series of if/then/else statements to arrive at the #'s. I feel like this would be too slow, however, since I could be scanning 30+ games before finding one in my desired area.

Does AutoIt provide anyway to create a map from an array of pixels to a character?

Link to comment
Share on other sites

I want to have a bot which joins a game based on the number of people (between 1 and 9) in an arena. I know the locations of the digits corresponding to the player count in the lobby window, and I could easily implement a nested series of if/then/else statements to arrive at the #'s. I feel like this would be too slow, however, since I could be scanning 30+ games before finding one in my desired area.

Does AutoIt provide anyway to create a map from an array of pixels to a character?

Diablo 2? What game?

what code do you have so far

I'd write something, but I hate just stabbing in the dark

EDIT:Typo

Edited by Paulie
Link to comment
Share on other sites

Diablo 2? What game?

what code do you have so far

I'd write something, but I hate just stabbing in the dark

EDIT:Typo

I'm writing a table-hopping script for PokerStars which will let me enter a new table of a specified name, limit, player size, or any combination there of. I haven't started anything yet to read the characters, because I was hoping there was an easier way than laying out all of the pixels one by one in if/then blocks. Stars doesn't allow access to the normal ListView for the lobby like most sites, so I have to get the info by screen scraping.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...