Close
Showing results 1 to 10 of 16

Threaded View

  1. #3

    Default

    [URL]https://github.com/Jabberie/WoW-Multibox/blob/master/GSEMacros/Priest/Discipline/Disc_AoE.txt[/URL]

    I've deprecated my github for now.

    I use this for 5 mans.


    Code:
    Sequences['Disc_AoE'] = {
      Author="Jabberie@Draka",
      SpecID=256,
      Talents = "1123113",
      Default=1,
      Icon='Spell_Holy_PowerWordShield',
      MacroVersions = {
        [1] = {
          StepFunction = [[Sequential]],
          KeyPress={
            "/stopmacro [channeling:Penance]",
            "/castsequence [@focus, exists, combat][@party1, exists, combat] reset=combat  Plea, null",
            "/castsequence [talent:7/1] reset=combat  Smite, Purge the Wicked, null; [talent:7/2][talent:7/3] reset=combat  Smite, Shadow Word: Pain, null",
          },
          PreMacro={
          },
            "/castsequence [@focus, exists][@party1, exists] reset=combat Power Word: Shield, Shadow Mend",
            "/castsequence [talent:7/2][talent:7/3] reset=combat  Smite, Smite, Smite, Shadow Word: Pain;[talent:7/1] Smite, Smite, Smite, Purge the Wicked",
            "/castsequence [combat] reset=combat  Smite, Penance, Power Word: Radiance",
            "/cast [@focus, exists][@party1, exists] Power Word: Shield",
            "/castsequence [talent:4/3] reset=combat  Smite, Mindbender;  reset=combat  Smite, Shadowfiend",
            "/cast [combat] Penance",        
            "/castsequence [combat] reset=combat  Smite, Penance, Power Word: Radiance, Evangelism",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }
    Last edited by Jabberie : 08-05-2017 at 09:49 AM

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •