daemitus / SomethingNeedDoing

89 stars 64 forks source link

[Question] What information do I need to click buttons besides "Synthesize"? #27

Closed borkmaster12 closed 2 years ago

borkmaster12 commented 2 years ago

While browsing the plugin capabilities, I was intrigued by the Click feature. Out of curiousity, I decided to see whether I could click buttons besides Synthesize such as Quick Synthesis, Begin Trial Synthesis, or Quit on the crafting window.

After exhausting the trial-and-error options that seemed most obvious to me, I turned my attention to the /xldata interface. I was able to locate the target window/button data in the "Addon Inspector" view, but wasn't able to turn up a button identifier that compares to the provided "synthesis" example. Would you mind pointing me in the right direction please?

daemitus commented 2 years ago

https://github.com/daemitus/ClickLib/tree/master/ClickLib/Clicks

On Mon, Jan 3, 2022, 12:31 AM borkmaster12 @.***> wrote:

While browsing the plugin capabilities, I was intrigued by the Click feature. Out of curiousity, I decided to see whether I could click buttons besides Synthesize such as Quick Synthesis, Begin Trial Synthesis, or Quit on the crafting window.

After exhausting the trial-and-error options that seemed most obvious to me, I turned my attention to the /xldata interface. I was able to locate the target window/button data in the "Addon Inspector" view, but wasn't able to turn up a button identifier that compares to the provided "synthesis" example. Would you mind pointing me in the right direction please?

— Reply to this email directly, view it on GitHub https://github.com/daemitus/SomethingNeedDoing/issues/27, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFMTBBC6GJVTE6CLLGGAKDUUEYE5ANCNFSM5LERNCYA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

borkmaster12 commented 2 years ago

Thanks, that's what I needed