Advertisement
perazite

SPrrieeestt

Feb 22nd, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 3.06 KB | None | 0 0
  1. Sequences['HP_SPriest'] = {
  2. -- This Sequence was exported from GSE 2.0.14.
  3.   Author="xxx",
  4.   SpecID=258,
  5.   Talents = "3221121",
  6.   Default=1,
  7.   Icon='Spell_Shadow_ShadowWordPain',
  8.   MacroVersions = {
  9.     [1] = {
  10.       Trinket1=false,
  11.       Head=false,
  12.       Neck=false,
  13.       Belt=false,
  14.       Ring1=false,
  15.       Ring2=false,
  16.       StepFunction = [[Sequential]],
  17.       KeyPress={
  18.         "/cast [form:0] Shadowform",
  19.         "/targetenemy [noharm] [dead]",
  20.       },
  21.       PreMacro={
  22.       },
  23.         "/cast [nochanneling:Void Torrent] Void Eruption",
  24.         "/castsequence [nochanneling:Void Torrent] Shadow Word: Death, Shadow Word: Death, Mind Blast, Mind Blast",
  25.         "/castsequence [nochanneling:Void Torrent] Mind Blast, Mind Blast",
  26.         "/castsequence [nochanneling:Void Torrent] Mind Flay, Mind Flay",
  27.         "/castsequence [nochanneling:Void Torrent] Mind Blast, Mind Blast",
  28.         "/cast [combat, nochanneling:Void Torrent] Mindbender",
  29.       PostMacro={
  30.       },
  31.       KeyRelease={
  32.       },
  33.     },
  34.   },
  35. }
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. Sequences['HP_SPriest_def'] = {
  44. -- This Sequence was exported from GSE 2.0.14.
  45.   Author="Dæmsoñ@Antonidas",
  46.   SpecID=258,
  47.   Talents = "1222311",
  48.   Default=1,
  49.   MacroVersions = {
  50.     [1] = {
  51.       Trinket1=false,
  52.       Trinket2=false,
  53.       Head=false,
  54.       Neck=false,
  55.       Belt=false,
  56.       Ring1=false,
  57.       Ring2=false,
  58.       StepFunction = [[Sequential]],
  59.       KeyPress={
  60.       },
  61.       PreMacro={
  62.       },
  63.         "/cast Psychic Scream",
  64.         "/cast Power Word: Shield",
  65.         "/use Healthstone",
  66.       PostMacro={
  67.       },
  68.       KeyRelease={
  69.       },
  70.     },
  71.   },
  72. }
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81. Sequences['HP_SPriest_dots'] = {
  82. -- This Sequence was exported from GSE 2.0.14.
  83.   Author="xxx",
  84.   SpecID=258,
  85.   Talents = "xxx",
  86.   Helplink = "xxx",
  87.   Help = "xxx",
  88.   Default=1,
  89.   Icon='Spell_Shadow_ShadowWordPain',
  90.   MacroVersions = {
  91.     [1] = {
  92.       Trinket1=false,
  93.       Trinket2=true,
  94.       Head=false,
  95.       Neck=false,
  96.       Belt=false,
  97.       Ring1=false,
  98.       Ring2=false,
  99.       StepFunction = [[Sequential]],
  100.       KeyPress={
  101.         "/cast [form:0] Shadowform",
  102.         "/targetenemy [noharm] [dead]",
  103.       },
  104.       PreMacro={
  105.       },
  106.         "/castsequence [@mouseover] Shadow Word: Pain",
  107.         "/castsequence [@mouseover] Vampiric Touch",
  108.         "/cast power word: shield",
  109.       PostMacro={
  110.       },
  111.       KeyRelease={
  112.       },
  113.     },
  114.   },
  115. }
  116.  
  117.  
  118.  
  119.  
  120. Sequences['HP_SPriest_heal'] = {
  121. -- This Sequence was exported from GSE 2.0.14.
  122.   Author="Dæmsoñ@Antonidas",
  123.   SpecID=258,
  124.   Talents = "1222311",
  125.   Default=1,
  126.   MacroVersions = {
  127.     [1] = {
  128.       Trinket1=false,
  129.       Head=false,
  130.       Neck=false,
  131.       Belt=false,
  132.       Ring1=false,
  133.       Ring2=false,
  134.       StepFunction = [[Sequential]],
  135.       KeyPress={
  136.       },
  137.       PreMacro={
  138.       },
  139.         "/cast Shadow Mend",
  140.         "/use healthstone",
  141.         "/cast Power Word: Shield",
  142.         "/cast Vampiric Embrace",
  143.       PostMacro={
  144.       },
  145.       KeyRelease={
  146.       },
  147.     },
  148.   },
  149. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement