Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cast sequencing not functioning properly #210

Closed
Trollholio opened this issue Jan 15, 2017 · 1 comment
Closed

Cast sequencing not functioning properly #210

Trollholio opened this issue Jan 15, 2017 · 1 comment

Comments

@Trollholio
Copy link

Trollholio commented Jan 15, 2017

In 1.5 the following would function properly by ensuring 1:1 ratio of Kill Command to Cobra Shots fired. Now it seems to only cast Cobra Shot after Kill Command once Bestial Wrath has been activated. After BW expires (8 seconds) Cobra Shot has to be fired manually until BW is off cool down (1.5-2 minutes). Others on WLM.com have reported the same issue at least with this specific sequence.
"/castsequence [combat] Kill Command, Cobra Shot",

Below is the full macro for reference:

Sequences['bm'] = {
  Author="tater",  
  SpecID=253,
  Talents = "3213112",
  Default=1,
  Icon='ability_hunter_bestialdiscipline',
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy  [noharm][dead]",
        "/petattack  [@target,harm]",
        "/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
        "/petautocastoff  [group] Growl",
        "/petautocaston  [nogroup] Growl",
        "/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
        "/cast [nomod:alt, combat] Bestial Wrath",
      },
      PreMacro={
      },
        "/cast Dire Frenzy",
        "/castsequence [combat] Kill Command, Cobra Shot",
        "/cast [nomod:alt, combat] A Murder of Crows",
        "/cast [nomod:alt, combat] Titan's Thunder",
      PostMacro={
      },
      KeyRelease={
        "/cast [nomod:alt] Aspect of the Wild",
        "/startattack  [@target,exists]",
      },
    },
  },
}

See thread on WLM.com for more info: https://wowlazymacros.com/forums/topic/my-dps-rankings-for-normal-and-now-heroic-emerald-nightmare/page/6/#post-40490

@Trollholio
Copy link
Author

This is actually working as intended. The macro is what needs adjusting based on the need to fire off additional Cobra Shots after the initial CS after KC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant