Need help with macro

xXMaincrafterXx

New member
So I'm trying to make a macro and I want it to ignore my interactions meanwhile it's running.
 

Attachments

  • Screenshot_20230708-210632-236.png
    Screenshot_20230708-210632-236.png
    137.5 KB · Views: 15
Last edited:

FrameXX

Well-known member
You can use the new "Block Screen Touches" action. Enable the function by action at the start of your sequence of UI interactions and the disable it with the same action again. As far as I tryed UI interaction still works even when the screen is blocked, but I need to note it doesn't fully block the screen. Navigation bar and statusbar remain touchable.
 

xXMaincrafterXx

New member
You can use the new "Block Screen Touches" action. Enable the function by action at the start of your sequence of UI interactions and the disable it with the same action again. As far as I tryed UI interaction still works even when the screen is blocked, but I need to note it doesn't fully block the screen. Navigation bar and statusbar remain touchable.
I tried that but the thing is I still want to be able to touch the screen when it's running.

Also meanwhile I'm moving or touching the screen the trigger doesn't work
 

dhj49er

Well-known member
So I'm trying to make a macro and I want it to ignore my interactions meanwhile it's running.
What does the macro do?

It appears to click on 8 points and probably takes around half a second to run, which would make it difficult to interact with, unless the macro repeats.

I must be missing something?
 

xXMaincrafterXx

New member
What does the macro do?

It appears to click on 8 points and probably takes around half a second to run, which would make it difficult to interact with, unless the macro repeats.

I must be missing something?
It's a combo for a game, basically you have powers but to activate them you have to select them and then touch the screen so they can be activated.

The macro clicks on the powers and then immediately touches the screen, but the thing is that the macro doesn't want to activate meanwhile I'm moving the screen (The joystick to move my character). It just works when I'm idle and not moving or touching anything else, so that's why I want it to ignore my touches so I can activate the combo meanwhile I'm moving my character.
 

FrameXX

Well-known member
It just works when I'm idle and not moving or touching anything else, so that's why I want it to ignore my touches so I can activate the combo meanwhile I'm moving my character.

I am sorry, but I am pretty sure this is not possible. If the act of you touching the screen while MacroDroid tries to perform the UI interaction blocks MacroDroid from reliably doing so, there's nothing much else MacroDroid can do. It's really not a tool dedicated for games interaction automation.
 

Endercraft

Moderator (& bug finder :D)
Yes as @FrameXX says it won't work. From what I've seen depending on the type of click it will either do nothing or override your touch completely (like you weren't touching anything).
 
Top