Aetherytes have a new interface, which is probably not supported yet. There is a solution through using sendKey to “manually” move to the right option before selecting it once, and then using afkFor after the final interaction.
I use a sequence like this right now:
key(F12,1)
key(num6,1) //cursor activate
key(num0,1) //select option 1
key(num2,1) //move to option 2
key(num2,1) //move to option 3
key(num2,1) //move to option 4
key(num0,1) //select option 4
key(num0,1) //select option 4
afkFor(0:00:10)
-
This reply was modified 2 years, 11 months ago by soviras.
-
This reply was modified 2 years, 11 months ago by soviras.