Advertisement
Guest User

MACROS

a guest
Mar 17th, 2018
1,146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. #showtooltip (1-3)
  2. /cast [@arena1] blind
  3. /P blind!
  4.  
  5. #showtooltip
  6. /cast Cloak of Shadows
  7. /P CoS
  8.  
  9. #showtooltip (1-3)
  10. /cast [@arena1] Shadowstep
  11. /cast [@arena1] Cheap Shot
  12.  
  13. #showtooltip
  14. /cast Ambush
  15. /use Wrathful Gladiator's Leather Gloves
  16. /startattack
  17. /use Perpetual Purple Firework
  18.  
  19. #showtooltip
  20. /cast Eviscerate
  21. /use Wrathful Gladiator's Leather Gloves
  22. /use Scourge Stranglers
  23.  
  24. #showtooltip
  25. /startattack
  26. /cast envenom
  27. /use Wrathful Gladiator's Leather Gloves
  28.  
  29. #showtooltip Sap
  30. /console targetNearestDistance 1.000000
  31. /targetenemy [noharm][dead]
  32. /console targetNearestDistance 41.000000
  33. /cast [harm,nodead] sap
  34.  
  35. #showtooltip blind
  36. /cast [nomod] Throw
  37. /cast [mod:shift] Blind
  38. /cast [mod:ctrl, @focus] Blind
  39.  
  40. #showtooltip
  41. /startattack
  42. /cast Backstab
  43.  
  44. #showtooltip
  45. /console targetNearestDistance 1.000000
  46. /targetenemy [noharm][dead]
  47. /console targetNearestDistance 41.000000
  48. /use [form:1/3]Sap;Shadow Dance
  49. /P DANCING!!!!!
  50.  
  51. #showtooltip shiv
  52. /cast [@focus] shiv
  53.  
  54. #showtooltip cheap shot
  55. /cast [@focus] cheap shot
  56.  
  57. #showtooltip dismantle
  58. /cast [@focus] dismantle
  59.  
  60. #showtooltip gouge
  61. /cast [@focus] gouge
  62.  
  63. #showtooltip sap
  64. /cast [@focus] sap
  65.  
  66. #showtooltip kick
  67. /cast [nomod] kick
  68. /cast [mod:shift] kick
  69. /cast [mod:ctrl,@focus] kick
  70. /cast [mod:alt] kick
  71.  
  72. #showtooltip shadowstep
  73. /cast [nomod] shadowstep
  74. /cast [mod:ctrl, @focus] shadowstep
  75.  
  76. #showtooltip tricks of the trade
  77. /cast [@mouseover] Tricks of the Trade
  78. /P TRICKED U
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement