Close
Showing results 1 to 2 of 2
  1. #1

    Default The PowerPuff Girls Team Macros 7.2.5

    This is my Current Teams macros That is:

    6 Aff Locks
    2 Disc
    2 Resto Shams

    Just using this as a place holder really and i guess if anyone wants to use them maybe?

    You need. ill try to keep this page updated:

    https://mods.curse.com/addons/wow/gs...dvanced-macros

    Affi Locks DPS
    Code:
    Sequences['Ebsaffi'] = {
    -- This Sequence was exported from GSE 2.1.03.
      Author="Blòssom@Chamber of Aspects",
      SpecID=265,
      Talents = "311112,2,",
      Default=1,
      MacroVersions = {
        [1] = {
          Trinket1=false,
          Trinket2=false,
          StepFunction = "Sequential",
          KeyPress={
            "/castsequence [nochanneling] reset=combat/target  Agony, Corruption, Siphon Life, null",
          },
          PreMacro={
          },
            "/castsequence [nochanneling] Agony, Corruption, Siphon Life, Life Tap, Agony",
            "/cast [nochanneling] Unstable Affliction",
            "/castsequence [nochanneling] Unstable Affliction, Drain Soul, Reap Souls",
            "/cast [nochanneling] Phantom Singularity",
          PostMacro={
          },
          KeyRelease={
          },
        },
        [2] = {
          Trinket1=false,
          Trinket2=false,
          StepFunction = "Sequential",
          KeyPress={
            "/castsequence [nochanneling] reset=combat/target  Agony, Corruption, Siphon Life, null",
          },
          PreMacro={
          },
            "/castsequence [nochanneling] Agony, Corruption, Siphon Life, Phantom Singularity, Reap Souls, Unstable Affliction, Drain Soul, Life Tap",
            "/castsequence [nochanneling] Unstable Affliction, Drain Soul",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }
    Disc DPS/Heal

    Code:
    Sequences['EbsDisc'] = {
    -- This Sequence was exported from GSE 2.1.07.
      Author="Ebony",
      SpecID=256,
      Talents = "1211211",
      Default=1,
      MacroVersions = {
        [1] = {
          Trinket1=false,
          Trinket2=false,
          StepFunction = "Sequential",
          KeyPress={
            "/castsequence [nochanneling] reset=combat/target  Purge the Wicked, null",
          },
          PreMacro={
          },
            "/castsequence [@targettarget,help,nochanneling] Power Word: Shield, Clarity of Will",
            "/castsequence [nochanneling] reset=target  Purge the Wicked, Power Word: Radiance, Smite, Smite, Power Word: Radiance",
            "/cast [harm] Penance",
            "/castsequence [nochanneling] Smite, Smite",
            "/castsequence [nochanneling] Smite, Smite, Light's Wrath",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }

    Resto Shamm (use on dps key)

    Code:
    Sequences['EbonyResoSham'] = {
    -- This Sequence was exported from GSE 2.1.04.
      Author="Ebony",
      SpecID=264,
      Talents = "1312333",
      Default=1,
      MacroVersions = {
        [1] = {
          Trinket1=false,
          Trinket2=false,
          StepFunction = "Sequential",
          KeyPress={
          },
          PreMacro={
          },
            "/castsequence [@targettarget,help,nochanneling] Riptide",
            "/castsequence [harm] Flame Shock",
            "/cast [@player] Healing Rain",
            "/cast [@player] Gift of the Queen",
          PostMacro={
          },
          KeyRelease={
            "/cast Healing Stream Totem",
          },
        },
      },
    }
    Click Heal unit frames for use with addons, EG vudeo

    Code:
    Sequences['Heal'] = {
    -- This Sequence was exported from GSE 2.1.04.
      Author="Ebony",
      SpecID=264,
      Talents = "1312333",
      Default=1,
      MacroVersions = {
        [1] = {
         Combat=true,
          Trinket1=false,
          Trinket2=false,
          Head=false,
          Neck=false,
          Belt=false,
          Ring1=false,
          Ring2=false,
          StepFunction = "Sequential",
          KeyPress={
          },
          PreMacro={
          },
            "/castsequence [@mouseover,exists,nodead] Riptide, Healing Surge, Healing Surge",
          PostMacro={
          },
          KeyRelease={
          },
        },
      },
    }
    Oh S&&t button

    Code:
    Sequences['EmgCDs'] = {
    -- This Sequence was exported from GSE 2.1.04.
      Author="Ebony",
      SpecID=264,
      Talents = "1312333",
      Default=1,
      MacroVersions = {
        [1] = {
         Combat=true,
          Trinket1=true,
          Trinket2=true,
          Head=true,
          Neck=true,
          Belt=true,
          Ring1=true,
          Ring2=true,
          StepFunction = "Sequential",
          KeyPress={
          },
          PreMacro={
          },
            "/cast [@player] Spirit Link Totem",
          PostMacro={
          },
          KeyRelease={
            "/cast Healing Tide Totem",
            "/cast Ancestral Guidance",
            "/cast Astral Shift",
          },
        },
      },
    }

    Updated: 30/7/2017
    Last edited by ebony : 09-06-2017 at 12:55 PM




  2. #2

    Default

    Thank you
    Last edited by TheDraig : 07-30-2017 at 05:39 PM

Posting Rules

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