Advertisement
perazite

HDRO start

Jul 22nd, 2017
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $F12::
  2. $F1::
  3.     Suspend
  4.     If A_IsSuspended
  5.         TrayTip, Script, Off, 3, 0
  6.     Else
  7.         TrayTip, Script, On, 3, 0
  8. Return
  9.  
  10. $F11::
  11. TrayTip, Script, RELOADED!, 3, 0
  12. Reload
  13. Return
  14.  
  15.  
  16.  
  17.  
  18. #IfWinActive The Lord of the Rings Online™
  19. z::
  20.     SetKeyDelay 750, 25
  21.     #UseHook On ;so the keys are picked up in Lotro
  22.     SendInput 231 ;3 skills
  23.     #UseHook Off
  24. Return
  25. #IfWinActive
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. IfWinExist The Lord of the Rings Online™: Siege of Mirkwood™
  34. WinActivate
  35.  
  36. setkeydelay 750, 25
  37.  
  38. #UseHook On ;so the keys are picked up in Lotro
  39.  
  40. z:: Send {2}{3}{1} ;Fast Interrupt cast
  41. +W:: Send {4}{2}{3}{1} ;Area Life Tap (8x mobs)
  42. +E:: Send {3}{2}{3}{2}{1} ;T3 Heal Over Time
  43. +Q:: Send {3}{2}{4}{3}{1} ;Defensive Buff
  44. +R:: Send {2}{4}{2}{4}{1} ;Parry Buff and Damage
  45. +A:: Send {4}{3}{1} ;Area Effect Taunt
  46. ^w:: Send {4}{2}{1} ;T1 dot/hot/tot
  47. ^z:: Send {2}{3}{2}{3}{1} ;Damage + Parry Buff
  48. +s:: Send {4}{3}{4}{3}{1} ;Dot and T2 Taunt
  49.  
  50. #UseHook Off
  51.  
  52. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement