autohotkey scripts can only do 1 thing

strictly speaking one-key that does

"

chat-window
/remaining
close
chat-window
%
close


would be two things.

but really, that hardly seems to violate the spirit of the rule.

So will I get banned if I use that script ?

I don't actually have to worry about it right now, I can't seem to get it to work. lol.




i use "alt-r" to get /remaining:

$!r::
IfWinActive, Path of Exile
{
Send {Enter}/remaining{Enter}
} else {
Send !r
}
return


*also the same script for /oos and /itemlevel. Itemlevel needs two {click}s but i'm sure you'd figure it out.
"
Ebrelle wrote:

i use "alt-r" to get /remaining:

$!r::
IfWinActive, Path of Exile
{
Send {Enter}/remaining{Enter}
} else {
Send !r
}
return


*also the same script for /oos and /itemlevel. Itemlevel needs two {click}s but i'm sure you'd figure it out.


sure I got a script working to just do remaining (and oos of course), but what I want is for the chat window to be left in party chat, i.e. as if i had typed "%-return" next.

as i said, doing that with one-key is, strictly speaking a "violation" of the one thing at a time rules.
Those scripts are allowed to do 1 server-side action (like /remaining), doesn't matter how many times they open or close chat or whatever.
"
phoenix4dota wrote:
Those scripts are allowed to do 1 server-side action (like /remaining), doesn't matter how many times they open or close chat or whatever.


well that makes perfect sense. now if i can just get that to work...

Report Forum Post

Report Account:

Report Type

Additional Info