Five macros that will make your life easier

He got banned not because of his use of macros, but because of RMT.
Macro buttons are built into most gaming keyboards and mice. In fact GGG even has a promotion advertising one of the companies that produces these keyboards and mice.

I only use an /oos macro cause I don't really need any others, but there is nothing wrong with that, and I never once felt like it was cheating. /oos is the only real way to combat desync issues, and I am sure GGG has no problem with ppl making a macro for it.
Here is an AHK macro for identifying mouse coordinates, if you have problems figuring out what to put in for the macro.
Spoiler
F11::MousePos()

MousePos(){
MouseGetPos, xpos, ypos
Msgbox, The cursor is at X%xpos% Y%ypos%
}
You can change the F11 to be any button of your choice. To use it, run the AHK macro and then start PoE. Once in game, press Esc and place your mouse over the logout button. Press F11(or whatever you choose) and then alt+tab out of PoE to read a pop-up with the coordinates. You can then edit the logout macro with your coordinates.
You can also use this macro for identifying mouse coordinates of your portal scrolls and wisdom scrolls for the other macros.
If you have any questions feel free to message me.
Can someone make an AHK macro for necroing threads? That's one action right?
"
Can someone make an AHK macro for necroing threads? That's one action right?

That would be nice.

Report Forum Post

Report Account:

Report Type

Additional Info