[Guide] What a macro is allowed to do in Path of Exile

they really need to change how stacked decks using works, they should convert to a div card with clicking on it , on the same inventory slot, rather to have to move your mouse to a new inventory spot
I reached out to GGG support but haven't received a clear yes or no answer. I want to create and use a macro that works like this (scuffed pseudo code follows):

"
click "H":
move_mouse_cursor(15px, right);

click "J":
click(right_mouse_button);

click "K":
move_mouse_cursor(15px, left);

click "L":
click(left_mouse_button);


//click "H": means -> when I click button "H" on my keyboard, then program will do this... etc.

Each button press would correspond to a single action in the macro. The program will always move the same distance and won't be automated by any logic, as you can see in the pseudo code.

Is it allowed or not?

Report Forum Post

Report Account:

Report Type

Additional Info