Path of Exile

zombiewizardhawk

Potato del Grande
9,349
11,972
Do people really struggle that much to press 2345 or 12345 that they need a macro to do it for them? Voice to text software to type out forum posts, too?
 

Caeden

Silver Baronet of the Realm
7,399
12,028
I’ve cleared most all higher level content, albeit not a deathless UE yet and I hit my flasks normally. That said, I’d like to cut down on piano typing.

Also anyone have some examples they really like?
 

OU Ariakas

Diet Dr. Pepper Enjoyer
<Silver Donator>
7,063
19,445
I’ve cleared most all higher level content, albeit not a deathless UE yet and I hit my flasks normally. That said, I’d like to cut down on piano typing.

Also anyone have some examples they really like?

I have one but cannot attach it. I will put it in here.

Step 1: Download AutoHotkey

Step 2: Open and choose "create macro"

Step 3: Paste the script below into a file and name it 'PoE Flask' or some shit. If you read it all the instructions are inside the macro. You can see that I changed the bound keys to w,e,r, and f because that is where my flasks were bound.

Step 4: Choose and load macro

Step 5: ??

Step 6: Profit!

Macro:

;Lines starting with a ; are comments and are not part of the actual script.
;If you want to deactivate a flask press(e.g. because it is your hp flask) simply add a ; to the start of the line
;this line makes the script only work when Path of Exile is the active window
#IfWinActive, ahk_class POEWindowClass
;The key (or mouse button) you press to activate the script. For a list of supported "keys" and combinations, see Hotkeys - Definition & Usage | AutoHotkey
;XButton1 = "Back"-Button on my mouse. For a complete list of special keys, see List of Keys (Keyboard, Mouse and Joystick) | AutoHotkey
XButton1::
{
;Initialize random delays between 57 and 114 ms (arbitrary values, may be changed)
random, delay2, 57, 114
random, delay3, 57, 114
random, delay4, 57, 114
random, delay5, 57, 114
;send, 2 ;simulates the keypress of the 1 button. If you use another button, change it!
;sleep, %delay2%
send, w ;simulates the keypress of the 2 button. If you use another button, change it!
sleep, %delay3%
send, e ;simulates the keypress of the 3 button. If you use another button, change it!
sleep, %delay4%
send, r ;simulates the keypress of the 4 button. If you use another button, change it!
sleep, %delay5%
send, f ;simulates the keypress of the 5 button. If you use another button, change it!
}
return

/end Macro
 
  • 1Like
Reactions: 1 user

Evernothing

Bronze Baronet of the Realm
4,689
8,519
I’ve cleared most all higher level content, albeit not a deathless UE yet and I hit my flasks normally. That said, I’d like to cut down on piano typing.

Also anyone have some examples they really like?

This one works great.

 

Caeden

Silver Baronet of the Realm
7,399
12,028
Well, that’s the same thing OU posted above. What makes that more likely to get banned. You’re hitting a single button and it hits he flasks. Has an arbitrary delay between each hit.
 

Evernothing

Bronze Baronet of the Realm
4,689
8,519
The script OU and I posted is fine.

I'm pretty sure Deathwing was making a joke because the guy has his name right in his GitHub.
 

Caeden

Silver Baronet of the Realm
7,399
12,028
Oh.

To be fair. I thought that for a brief second but I’m such a literalist that, well, yeah.
 

Brikker

Trump's Staff
6,143
4,527
The one I'm using just ties flask use (you input which flask slots you want and the duration of the flask) to whatever your main attack button is. I use Space.
 

ronne

Nǐ hǎo, yǒu jīn zi ma?
7,976
7,211
Yea and every message you type in guild is "any12345one12345got12345perfect12345fossils12345for12345sale?"

Don't be like Brikker.
 
  • 4Worf
  • 1Like
Reactions: 4 users

Borzak

Bronze Baron of the Realm
24,815
32,294
Macros and bots. Get responses that are obviously a macro at times. Also someone buys something and fills up the trade window completely full in 0.5 second. Yeah...

Anyway. I actually press my flask it's a timing deal and at this point I would probably press it if I had a macro anyway.

Anyone play scourge arrow lately? I'm thinking of converting my pathfinder to it.