Advertisement
perazite

Prot War 7.2.5

Aug 31st, 2017
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 1.46 KB | None | 0 0
  1. Sequences['P_war'] = {
  2. -- This Sequence was exported from GSE 2.1.07.
  3.   Author="supadupa",
  4.   SpecID=73,
  5.   Talents = "1,2,2,3,2,1,2",
  6.   Default=1,
  7.   MacroVersions = {
  8.     [1] = {
  9.       StepFunction = "Sequential",
  10.       KeyPress={
  11.         "/targetenemy [noharm][dead]",
  12.       },
  13.       PreMacro={
  14.       },
  15.         "/castsequence Devastate",
  16.         "/castsequence Shield Slam",
  17.         "/castsequence Revenge",
  18.         "/castsequence Ignore Pain",
  19.         "/cast [combat] Shield Block",
  20.         "/cast [combat] Spell Reflection",
  21.         "/castsequence Focused Rage",
  22.         "/castsequence [combat] Thunder Clap, Shield Block, Spell Reflection",
  23.         "/castsequence [combat] Shockwave",
  24.         "/castsequence Shield Slam",
  25.         "/cast Impending Victory",
  26.         "/cast [combat] Heroic Throw",
  27.       PostMacro={
  28.       },
  29.       KeyRelease={
  30.         "/cast [combat] Demoralizing Shout",
  31.         "/cast [combat] Battle Cry",
  32.       },
  33.     },
  34.   },
  35. }
  36.  
  37.  
  38.  
  39.  
  40. CD
  41. /cast [combat] Battle Cry
  42. /cast [combat] Demoralizing Shout
  43. /cast [combat] Avatar
  44. /cast [combat] Berserker Rage
  45. /cast [combat] Berserking
  46.  
  47.  
  48. DEF
  49. /cast [combat] Last Stand
  50. /cast [combat] Berserker Rage
  51. /cast [combat] Shield Wall
  52. /use [combat] Healthstone
  53. /cast [combat] Neltharion's Fury
  54.  
  55. RAV
  56. #showtooltip
  57. /cast [@cursor] Ravager
  58.  
  59. INT
  60. /cast [combat] Pummel
  61. /cast [combat] Shockwave
  62. /cast [combat] Disarm
  63.  
  64. P_HL
  65. /cast [@cursor] Heroic Leap
  66. /cast Thunder Clap
  67. /cast Disarm
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement