stupidhead64 wrote:
If (Crafting_hasComplication = True) Then
Mouse.LMouseClick (CC_X+90), (CC_Y-25), 1, 1
Mouse.LMouseClick (CC_X+75), (CC_Y+75), 1, 1
Mouse.LMouseClick (CC_X+125), (CC_Y+75), 1, 1
Mouse.LMouseClick (CC_X+175), (CC_Y+75), 1, 1
If so, which ones are which? There are only 3 complication actions, but 4 of these listed here? Thanks!
The first click is where it click the complication to bring up the solutions. The ensuing 3 clicks are where it will click for the possible placements of solutions. Change the x,y of those to change where it clicks, its a simple graph cordinates. Add to x it goes right, subtract from x it goes left. Add to y it goes up, subtract from y it goes down.