Latest Legion Resto Macro?

Alot of these are pretty old or seem to have reported problems.

What are you guys using these days?

  • UPDATED *

I created a post in September about creating a macro and just haven’t had the time to do it. I’m pleased to announce that one has been created but needs to be tested in mythic+ and raid. It hasn’t been easy for the community to develop macros like we could in WoD because of all the class changes but it’s possible. I’ll update this post in the future when the macro has been tested and completed. Thanks for your patients all!

Still waiting :slight_smile:

I am still using TacoLibre macro, altough modified for my own needs and it works very good .

Sequences['restodruid'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Zambalis",
  SpecID=105,
  Talents = "2,2,1,3,3,3,3",
  Help = [[2,2,1,3,3,3,3 talents]],
  Default=1,
  Icon='INV_MISC_QUESTIONMARK',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/castsequence [@focus,combat,help,dead] Ironbark",
      },
      PreMacro={
      },
        "/castsequence [@focus] Lifebloom",
        "/cast [@mouseover,mod:shift,nodead] Swiftmend",
        "/castsequence [@player] Innervate, Wild Growth, Essence of G'Hanir",
        "/castsequence [mod:alt,@player] Wild Growth, Healing Touch, Healing Touch",
        "/cast [@focus,nodead,nomod,combat] Cenarion Ward",
      PostMacro={
      },
      KeyRelease={
        "/castsequence [@mouseover,help,nodead,nomod] Rejuvenation, Rejuvenation",
        "/cast [@focus,combat] Barkskin",
        "/cast Essence of G'Hanir",
        "/cast Flourish",
      },
    },
  },
}

focus growth macro

Sequences['focusgrowth'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Zambalis",
  SpecID=105,
  Talents = "2,2,1,3,3,3,3",
  Help = [[2,2,1,3,3,3,3]],
  Default=1,
  Icon='Spell_Nature_HealingTouch',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/castsequence [@focus] Wild Growth",
        "/cast Flourish",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

resto dps

Sequences['RestoDPS'] = {
-- This Sequence was exported from GSE 2.2.00.
  Author="Zambalis",
  SpecID=105,
  Talents = "2,2,1,3,3,3,3",
  Help = [[Talents-2213333]],
  Default=1,
  Icon='Spell_Nature_HealingTouch',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/cast [@focus,dead] Rebirth",
        "/assist [@focus,exists,nodead]",
        "/targetenemy [noharm]",
        "/use [noform] Moonkin Form",
      },
      PreMacro={
      },
        "/castsequence  reset=target/shift  Moonfire, Sunfire, null",
        "/castsequence [combat] Solar Wrath, Lunar Strike, Solar Wrath, Lunar Strike, Solar Wrath, Lunar Strike",
        "/cast Starsurge",
      PostMacro={
      },
      KeyRelease={
        "/startattack",
      },
    },
  },
}

I have one more, since I dont like mods, guess to old for it

sort of oshit macro :

Sequences['swift2'] = {
-- This Sequence was exported from GSE 2.2.02.
  Author="bluestree@stormscale",
  SpecID=105,
  Talents = "1,2,1,1,1,3,2",
  Help = [[sort of oshit macro]],
  Default=1,
  Icon='Spell_Nature_HealingTouch',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
      },
      PreMacro={
      },
        "/castsequence [@mouseover] Swiftmend, Swiftmend, Ironbark",
        "/castsequence [@mouseover] Rejuvenation, Lifebloom, Rejuvenation",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

@timeless I’ve been trying out your macros. The “swiftmend” macro casts swiftmen once, and that’s it. I can’t figure why. I’m pretty sure I imported them correctly and using the talents listed.

@timeless -

I tested your script. Awesome one, my Druid 106lvl atm and beautiful smooth and easy! Thanks

Then, please, tell me what the hell I’m doing wrong with the switftmend macro. lol

@Matthew

you are right , previous swiftmendmacro was casting only swiftmend twice and nothing more. Macro updated,and works good,Please notice the tallent change

once again i only made swift2 macro , other macros are writen by Zambalis so all credits goes to him.

timeless, your restodruid macro is also locking. Not sure why exactly.

[quote quote=55259]timeless, your restodruid macro is also locking. Not sure why exactly.
[/quote]

I rly have no idea why is it locking for you :S I am using it since they came up and never ever had a lockup, rly not. Check the tallents is the only thing i can suggest, I’ve just did +11 with it,works from the day one like charm

@timeless

is this still current? i tried it and maybe i was doing something wrong but when i have a focus target it seems to want to spam lifebloom and the mousover stuff wont go through. ill do some more testing but it happened to me about 3 times now

Hi great macro, I’m having trouble getting the mod keys to work nothing casts when i hold them down is there something I’m missing?

@Kaldus

I agreed, I noticed the lifebloom wanted to spam and I took it out. It solved problem for me and i used the separated macro for tank focused button instead. it worked