Vengeance 7.3 casual player

I am a very casual player, and am looking for critique for the most “efficient” script/macro. Please feel free to suggest fixes for what I have wrote. I am sure this is modifications of others scripts, but I haven’t modified them in months, so I won’t remember the originator.

Here is what currently use:


Sequences['veng'] = {
  SpecID=581,
  Author="ME",
  Talents = "2,3,2,1,3,2,3",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Throw Glaive",
        "/cast Soul Barrier",
        "/cast [@player] Infernal Strike",
        "/cast [@player] Sigil of Flame",
        "/cast [combat] Arcane Torrent",
        "/cast [combat] Immolation Aura",
        "/cast Soul Cleave",
        "/cast Demon Spikes",
        "/cast Soul Carver",
        "/cast Sever",
        "/cast Shear",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Fiery Brand",
        "/cast [combat] Empower Wards",
      },
    },
  },
}

FYI, I will be submitting the same request for critiqus for each class/spec I play. Thanks!

I am currently trying this out. Will update when I get enough tests in.

[quote quote=56440]I am currently trying this out. Will update when I get enough tests in.
[/quote]

Looking forward to your critique!

[quote quote=56448]

I am currently trying this out. Will update when I get enough tests in.

Looking forward to your critique! [/quote] My DH is still new. Only 881 iLVL. But this build is amazing for trash clear. I am able to do much larger pulls. and adds from bosses are a breeze. I plan on doing mythic+ later today when my healer gets on.

Take soul barrier out of it you dont want that on automatic its a big incoming damage CD

    "/cast [@player] Infernal Strike",
    "/cast [@player] Sigil of Flame",

Those two cant be next to each other the sigil will never activate
i would put it after demon spikes since its a instant cast.

I use my own custom one i made But otherwise its a good start .

Based on Thomas’ suggestion I changed to the below. I moved sigil of flame and soul barrier down the list, and also arcane torrent to better utilize the free 15 pain.


Sequences['veng'] = {
  SpecID=581,
  Author="ME",
  Talents = "2,3,2,1,3,2,3",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      KeyPress={
        "/targetenemy [noharm][dead]",
      },
      PreMacro={
      },
        "/cast Throw Glaive",
        "/cast [@player] Infernal Strike",
        "/cast [combat] Immolation Aura",
        "/cast Soul Cleave",
        "/cast Demon Spikes",
        "/cast [@player] Sigil of Flame",
        "/cast Soul Carver",
        "/cast Soul Barrier",
        "/cast [combat] Arcane Torrent",
        "/cast Sever",
        "/cast Shear",
      PostMacro={
      },
      KeyRelease={
        "/cast [combat] Fiery Brand",
        "/cast [combat] Empower Wards",
      },
    },
  },
}

Please share it with us :)!

[quote quote=56524]

I use my own custom one i made But otherwise its a good start .

Please share it with us :)! [/quote]

https://wowlazymacros.com/forums/topic/pvp-vs-meele-and-vs-caster/