Marksman GSE 7.2.5 Testers wanted! :)

Looking for people to test my MM macro. Let me know what you think and suggest changes! Thanks in advance!


Sequences['Marksman'] = {
-- This Sequence was exported from GSE 2.1.03.
  Author="Otarka",
  SpecID=254,
  Talents = "2133333",
  Default=1,
  Raid=1,
  Dungeon=1,
  Heroic=1,
  Mythic=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      LoopLimit=10,
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast [target=focus, exists, nodead] Misdirection",
        "/cast [mod:ctrl] Concussive Shot",
      },
      PreMacro={
      },
        "/cast [combat] Trueshot",
        "/cast Marked Shot",
        "/cast Windburst",
        "/cast A Murder of Crows",
        "/cast Multi-Shot",
        "/cast Marked Shot",
        "/cast Aimed Shot",
        "/cast Aimed Shot",
        "/cast Arcane Shot",
        "/cast Marked Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}

i’m a PvP player and this did ok for me but my previous macro seems to do really well, not sure why as i’m not great with editing macro’s.

Maybe someone else can test who has a bit more knowledge on what, if anything needs tweaking

For me, lone wolf and sidewinders seems to work best for me but many thanks for posting a macro, appreciated :slight_smile:

@Spoony what is your MM pvp macro will you plz show us ty

[quote quote=50436]@spoony what is your MM pvp macro will you plz show us ty
[/quote]

I am still using this one from ages ago but it’s the best serving one for me, might not be for others

Sequences['MM_BOSS'] = {
-- This Sequence was exported from GSE 2.1.00.
  Author="Raxons@Thrall",
  SpecID=254,
  Talents = "1112211",
  Default=1,
  Icon='Ability_Hunter_FocusedAim',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/cast Blood Fury",
        "/cast Trueshot",
      },
      PreMacro={
      },
        "/cast [nochanneling] Windburst",
        "/cast [nochanneling] Bursting Shot",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] A Murder of Crows",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] Sidewinders",
        "/cast [nochanneling] Marked Shot",
      PostMacro={
      },
      KeyRelease={
      },
    },

Here is what i use for PVP

Sequences['1PureMM'] = {
-- This Sequence was exported from GSE 2.1.02.
  Author="NotKosher",
  SpecID=254,
  Talents = "2333331",
  Help = [[Talents 2333331, Added a wee bit to your great Macro with a wee bit of a PVP line]],
  Default=1,
  Icon=132216,
  MacroVersions = {
    [1] = {
      StepFunction = "Priority",
      LoopLimit=6,
      KeyPress={
        "/startattack",
        "/petattack [@target,harm]",
        "/petautocastoff [group] Growl",
        "/petautocaston [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [combat] Trueshot",
        "/cast [combat] Blood Fury",
        "/cast [mod:alt] Mend Pet",
        "/cast [mod:ctrl] Exhilaration",
      },
      PreMacro={
        "/targetenemy [noharm][dead]",
      },
        "/cast [pvptalent:4/1] Viper Sting; [pvptalent:4/2] Scorpid Sting: [pvptalent:4/3] Spider Sting",
"/cast [pvptalent:6/3] Sniper Shot",
        "/cast [nochanneling] Sidewinders",
        "/cast [nochanneling] Aimed Shot",
        "/cast [talent:6/1] A Murder of Crows; [talent:6/2] Barrage; [talent:6/3] Volley",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Aimed Shot",
        "/cast [nochanneling] Marked Shot",
        "/cast [nochanneling] Windburst",
          
      PostMacro={
      },
      KeyRelease={
      },
    },
  },
}