What's new
  • Visit Rebornbuddy
  • Visit Resources
  • Visit API Documentation
  • Visit Downloads
  • Visit Portal
  • Visit Panda Profiles
  • Visit LLamamMagic

Adding OK/(hash) clickers on profiles?

zippysticks

New Member
Joined
Jun 14, 2012
Messages
452
Reaction score
0
Is there anyway to add a button clicker(hash clicker?) from profiles? For example, if doing questing profiles or moving onto the next act, sometimes there's an OK button.

Maybe something similar to this:
Code:
<If condition="ActorExistsAt(157541, 158.3026, 149.8434, 7.629395E-06, 15)">
     <UseObject questId="72221" stepId="43" actorId="157541" x="162.2066" y="149.8318" z="0.1000036" />
</If>

But, instead, it will feature something like:
Code:
<If condition="UIElementFromHashExists(0x51A3923949DC80B7)">
     <ClickObject UIElementFromHash="0x51A3923949DC80B7" />
</If>

Reason I'm asking is because my Act 1 questing is almost complete, and would like it to click OK to move onto the next Act automatically, and also click OK on hiring the Follower.

Any help is appreciated thanks.
 
I saw your plugin, but my goal might be different than yours. The thing is, with the plugin, it'll click on OK/Cancel on all of them since the plugin is static. But with the option to click OK/Cancel in the profile based as i mentioned, it'll be more customizable.

For example, with questing profile, the user might want to click cancel when it ask to hire the templar, but when it gets to the sorceress time to ask for hire, you might want that instead. So with the plugin, it'll either click on OK or Cancel on all of them.

My main objective was to make it customizable like how profiles are, so if you want to input an option to either click on OK or Cancel at that time, it'll be a simple variable. Hope that makes sense.
 
Back
Top