PTR 8.0 Mistweaver

I recently got on the PTR to update the macros for my main. I know there is some sort of punch build that is supposed to be real strong I haven’t got into that and I prefer to play like a traditional healer so I updated my Mistweaver macro as such. 3231131 are the talents the macro is target based so just click the target and that’s who gets healed everything is auto and shouldn’t interrupt essence font the only interaction from you is if you want to cast Vivify(ctrl) or Enveloping mists(alt) and it will only cast them while you’re channeling soothing mist so they’re always instant.


Sequences['Mistweaving'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Shufang@Lycanthoth",
  SpecID=270,
  Talents = "3231131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast [nochanneling: Essence Font] Renewing Mist",
        "/castsequence [nochanneling] Soothing Mist",
        "/cast Essence Font",
        "/cast [channeling: Soothing Mist,mod: alt] Enveloping Mist",
        "/cast [channeling: Soothing Mist,mod: ctrl] Vivify",
        "/cast [nochanneling: Essence Font] Chi Burst",
        "/cast [nochanneling: Essence Font,combat] Invoke Chi-Ji, the Red Crane",
        "/cast [nochanneling: Essence Font] Mana Tea",
        "/cast [nochanneling: Essence Font] Thunder Focus Tea",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

yo man , how easy would this be to make it mouseover ?

I’m thinking this is how it would look but I may be mistaken :slight_smile:

Sequences['Mistweaving'] = {
-- This Sequence was exported from GSE 2.2.08.
  Author="Shufang@Lycanthoth",
  SpecID=270,
  Talents = "3231131",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/cast [@mouseover,help,nodead][nochanneling: Essence Font] Renewing Mist",
        "/castsequence [@mouseover,help,nodead][nochanneling] Soothing Mist",
        "/cast [@mouseover,help,nodead]Essence Font",
        "/cast [@mouseover,help,nodead][channeling: Soothing Mist,mod: alt] Enveloping Mist",
        "/cast [@mouseover,help,nodead][channeling: Soothing Mist,mod: ctrl] Vivify",
        "/cast [@mouseover,help,nodead][nochanneling: Essence Font] Chi Burst",
        "/cast [@mouseover,help,nodead][nochanneling: Essence Font,combat] Invoke Chi-Ji, the Red Crane",
        "/cast [@mouseover,help,nodead][nochanneling: Essence Font] Mana Tea",
        "/cast [@mouseover,help,nodead][nochanneling: Essence Font] Thunder Focus Tea",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

works well dude :slight_smile: ty