The new version is up, I wiped out the old one by accident and now it says it has never been downloaded
Change Log:
9-19-07: Added complication support. This works off a current mouseclick so you dont have to define another one but you may need to change it slightly depending on your resolution. If it is not clicking any of the solutions then look for this code
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
End If
and add or subtract some to the CC_X value, do not change the Y value unless you are above or under the solution buttons.
Also removed all the mouseclicks for utilities in the script because they were just making it harder to find stuff, and it seemed to overwhelm people who have just downloaded the script when they do not even work at the moment. Hopefully Wyvx will get this API in ASAP
