AutoHotKey list of macros for PoE by W1ndows/Instinct

"
TiznaraN wrote:
cool , would be nice to get something official but hopefully they would just warn and not insta ban if it's something they wouldn't want people doing

If you are really not sure about a macro you want to use, write an E-mail to support@grindinggear.com. They are really fast responding, friendly and able to break down important things for you.

Avoid using timers. As described by Chris it could be deemed a bannable offense.
I believe however that GGG would give a warning beforehand as I have seen it already.
Last edited by Nightmare90 on Oct 18, 2013, 3:03:28 PM
new feature to add: I assigned another key just to switch to my favourite chat channels each time I start the game - there should really be an option to save it as preferences!
invited by timer @ 10.12.2011
--
deutsche Community: www.exiled.eu & ts.exiled.eu
Can I look up the syntax online? Is ahk a language? I don't know it.

I've never done this before, going to have to experiment with it I guess. Just want an /oos button.
Current IGN: TheBearerOfLight
Gizoogle Chris: "Da State of Exile muthafuckas axed mah crazy ass ta post a reminder dat they podcast is dis weekend, as usual. It aint nuthin but tha nick nack patty wack, I still gots tha bigger sack."
If you just want a /oos button copy paste this into a script file. The button is the button to the left of 1 on the keyboard. It's called tilde or backtick. This will only work if PoE is the active window meaning if you press that button when poe is minimized it won't try to /oos. It will /oos then switch back to party chat, if you're in a party.

#IfWinActive Path of Exile ahk_class Direct3DWindowClass
SendMode Input
{
`::
BlockInput On
Send {Enter}/oos{Enter}
Send {Enter}+5{Enter}
BlockInput Off
Return
}
hi

Using everyone's examples i made a Open Portal macro.
Of course, you have to adjust the coordinates to fit were you place your portal scrolls in your inventory and then always put the portal scrolls at the same place for all your characters.
That's the first time i use Auto HotKey so if you see anything wrong, correct me please.

"
F5::OpenPortal() ; Assign F5 to auto right-click a portal scroll

OpenPortal(){
BlockInput On
SetDefaultMouseSpeed 0
sendinput i
Sleep 2
MouseClick, right, 1330, 600, 1, 1
Sleep 2
sendinput {esc}
BlockInput Off
return
}
This is what I use.

OpenPortal(){
BlockInput On
MouseGetPos xx, yy
Send {i}
MouseMove, 1300,825,0
Sleep 2
Click Right
Send {i}
MouseMove, xx, yy, 0
BlockInput Off
return
}

MouseGetPos and MouseMove makes it so the pointer is moved back to the spot when you pressed the macro.
thank you
"
Nightmare90 wrote:
"
TiznaraN wrote:
cool , would be nice to get something official but hopefully they would just warn and not insta ban if it's something they wouldn't want people doing

If you are really not sure about a macro you want to use, write an E-mail to support@grindgear.com. They are really fast responding, friendly and able to break down important things for you.

Avoid using timers. As described by Chris it could be deemed a bannable offense.
I believe however that GGG would give a warning beforehand as I have seen it already.


I tried to send email to that address (support@grindgear.com) but it never arrived to them. I think it's because that email doesn't even exist. At least gmail says me so. I think this email is the one what they use currently: "support@grindinggear.com".

At least it's the one what I've been using for conversations with their support team.
"
Therier wrote:
"
Nightmare90 wrote:
"
TiznaraN wrote:
cool , would be nice to get something official but hopefully they would just warn and not insta ban if it's something they wouldn't want people doing

If you are really not sure about a macro you want to use, write an E-mail to support@grindgear.com. They are really fast responding, friendly and able to break down important things for you.

Avoid using timers. As described by Chris it could be deemed a bannable offense.
I believe however that GGG would give a warning beforehand as I have seen it already.


I tried to send email to that address (support@grindgear.com) but it never arrived to them. I think it's because that email doesn't even exist. At least gmail says me so. I think this email is the one what they use currently: "support@grindinggear.com".

At least it's the one what I've been using for conversations with their support team.

I fixed it, thanks. Sorry for any inconvenience which derived from this mistake. :(
Uhh Chris how does forcing /oos on a timer effect playing speed ? All it does is limit deaths caused by the servers deciding NOT to force /oos commands often enough for stable play.

Report Forum Post

Report Account:

Report Type

Additional Info