Fri Aug 21, 2020 4:23 pm by bob
You may need to break up whatever you are doing so the spell has a chance to execute, and get in the state it wants a left click.
You may also need to consider where the cursor actually is. When you send a left click (mouse1) to the game, that does not magically move the cursor. So if the cursor is not where you expect, then it may be clicking something else.
However, to testing, I would use a mapped key with 2 steps.
Step 1
Sync Cursor Action -> target windows
Keystroke Action -> to trigger PBAE spell -> target windows
Step 1
Keystroke Action -> Mouse 1 -> target windows.
Now, for the first run, I would left this as two steps. Position the mouse on the main, Press the hotkey the first time, make sure the targeting circle appears, press hotkey again for the mouse click, see if the spell goes off.
If it does, then you might consider changing the mapped key option for "execute a step when I", to the "press OR release" option, which will do step 1 on press, and step 2 on release. Then figure out how long you have to hold down the key before letting it go.
If the first run is not successful, then there is something else missing from this process. Like an in game entity to be targeted ?