Advertisement
Guest User

PoE Region Search AHK

a guest
Jan 10th, 2020
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. #IfWinActive, ahk_class POEWindowClass
  2.  
  3. LAlt & 1::
  4. {
  5. Send ^f
  6. Send Haewark Hamlet
  7. Send {Enter}
  8. }
  9. return
  10.  
  11. LAlt & 2::
  12. {
  13. Send ^f
  14. Send Tirn's End
  15. Send {Enter}
  16. }
  17. return
  18.  
  19. LAlt & 3::
  20. {
  21. Send ^f
  22. Send Lex Proxima
  23. Send {Enter}
  24. }
  25. return
  26.  
  27. LAlt & 4::
  28. {
  29. Send ^f
  30. Send Lex Ejoris
  31. Send {Enter}
  32. }
  33. return
  34.  
  35. LAlt & 5::
  36. {
  37. Send ^f
  38. Send New Vastir
  39. Send {Enter}
  40. }
  41. return
  42.  
  43. LAlt & 6::
  44. {
  45. Send ^f
  46. Send Glennach Cairns
  47. Send {Enter}
  48. }
  49. return
  50.  
  51. LAlt & 7::
  52. {
  53. Send ^f
  54. Send Valdo's Rest
  55. Send {Enter}
  56. }
  57. return
  58.  
  59.  
  60. LAlt & 8::
  61. {
  62. Send ^f
  63. Send Lira Arthain
  64. Send {Enter}
  65. }
  66. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement