Close
View RSS Feed

Ebony's Blog

My Goblins Macros

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


anyway

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.04.
  Author="Ebony",
  SpecID=256,
  Talents = "1211211",
  Default=2,
  MacroVersions = {
    [1] = {
      Trinket1=false,
      Trinket2=false,
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence [nochanneling] reset=combat/target  Purge the Wicked, Power Word: Solace, null",
      },
      PreMacro={
      },
        "/castsequence [@targettarget,help,nochanneling] Power Word: Shield, Clarity of Will",
        "/castsequence [nochanneling] reset=target  Purge the Wicked, Power Word: Solace, Power Word: Radiance, Smite, Smite, Smite, Smite, Light's Wrath",
        "/cast [harm] Penance",
        "/castsequence [nochanneling] Smite, Smite",
      PostMacro={
      },
      KeyRelease={
      },
    },
    [2] = {
      Trinket1=false,
      Trinket2=false,
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence [nochanneling] reset=combat/target  Purge the Wicked, null",
      },
      PreMacro={
      },
        "/castsequence [@targettarget,help,nochanneling] Power Word: Shield",
        "/castsequence [nochanneling] reset=target  Purge the Wicked, Power Word: Radiance, Smite, Smite, ",
        "/cast [harm] Penance",
        "/castsequence [nochanneling] Smite, Smite, ",
        "/castsequence [nochanneling] reset=combat  Smite, Smite, Power Word: Radiance, Light's Wrath, MindBender",
      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 07-30-2017 at 04:38 PM by ebony

Tags: None Add / Edit Tags
Categories
Uncategorized

Comments