Originally Posted by
chancity
Screen shot detection is how I got the postions. It'll snap a screenshot the same size as your game resolution and then you open it in paint and it'll give you the coordinates in the bottom left of paint to where ever your cursor is. Try using autoit info on an open cellar to get the color and replace that in the findcellar function.
hey
Global $cellarCoordx[6] = [255, 175, 315, 265, 280, 600]
Global $cellarCoordy[6] = [290, 305, 314, 340, 302, 435]
from this
why are there 6 numbers each?