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:
But, instead, it will feature something like:
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.
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.