Boomy solo target prem macro

Sequences[‘1’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
[[/cast [nochanneling:New Moon] New Moon]],
[[/cast [nochanneling:Starsurge] Starsurge]],
[[/castsequence [nochanneling:New Moon] Lunar Strike, Lunar Strike, Solar Wrath]],
[[/castsequence [nochanneling:New Moon] Starsurge, Moonfire, Sunfire]],
PostMacro=[[
/cast [combat]astral Communion
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}

talents 3232233

sorry don’t know how to box

Sequences['test'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
[[/cast [nochanneling:Starsurge] Starsurge]],
[[/cast [nochanneling:New Moon] Solar Wrath]],
[[/cast [nochanneling:New Moon] Lunar Strike]],
[[/castsequence [nochanneling:New Moon] Starsurge, Moonfire, Sunfire]],
[[/cast [nochanneling:New Moon] New Moon]],
PostMacro=[[
/use [combat]13
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}

so you got an interesting set up here, but why this. it will cast continually, especially when running around, why not set it up on a null option to cast then a modifier to recast if your not doing enough lunar strikes/solar wraths?

Also what is your talents?

ok i tested this very well and im only able to pull just under 148k dps with it. i will tweak it out to max the dps but the way it is now wont fry the bacon mate

I also found that it cast too many solar wraths and lunar strikes out of proc, this is a good filler but doesnt max the dps out when at the proc a 110% damage buff is the nuts. It also cast too many moonfires/sunfires this causes a slower rotation to occur and reduced dps by over 200k from others on here. its a good structure id like to implement this into a dreamcatcher set up. but needs to be cleaned up.

Sequences[‘1’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
[[/cast [nochanneling:New Moon] New Moon]],
[[/cast [nochanneling:Starsurge] Starsurge]],
[[/castsequence [nochanneling:New Moon] Lunar Strike, Lunar Strike, Solar Wrath]],
[[/castsequence [nochanneling:New Moon] Starsurge, Moonfire, Sunfire]],
PostMacro=[[
/cast [combat]astral Communion
/use [combat]14
/script UIErrorsFrame:Hide();
]],
}

talents 3232233

new to macros so questions i don’t really understand em… >.< i just made this to help me level my boomy and gear it :stuck_out_tongue: does great for me just wanted to share here is a updated version i find works better did 300k deeps at ilvl 818

Sequences[‘1’] = { 
PreMacro = [[ 
/targetenemy [noharm][dead] 
/use [noform]!Moonkin Form]], 
[[/cast [nochanneling:New Moon] New Moon]], 
[[/cast [nochanneling:Starsurge] Starsurge]], 
[[/castsequence [nochanneling:New Moon] Lunar Strike, Lunar Strike, Solar Wrath]], 
[[/castsequence [nochanneling:New Moon] Starsurge, Moonfire, Sunfire]], 
PostMacro=[[ 
/cast [combat]astral Communion 
/use [combat]14 
/script UIErrorsFrame:Hide(); ]], }

talents 3232233
new to macros so questions i don’t really understand em…… >.< i just made this to help me level my boomy and gear it ??? does great for me just wanted to share here is a updated version i find works better did 300k deeps at ilvl 818
[/quote]

here is a version you should be able to copy and import


Sequences['balance_druid'] = {
-- This Sequence was exported from GSE 2.1.01.
  Author="Redsdrutwo@Darkspear",
  SpecID=102,
  Talents = "3231233",
  Default=1,
  MacroVersions = {
    [1] = {
      StepFunction = "Sequential",
      KeyPress={
        "/targetenemy [noharm][dead]",
        "/use [noform] [Moonkin Form]",
      },
      PreMacro={
      },
        "/cast [nochanneling:New Moon] New Moon",
        "/cast [nochanneling:Starsurge] Starsurge",
        "/castsequence [nochanneling:New Moon] Lunar Strike, Lunar Strike, Solar Wrath, ",
        "/castsequence [nochanneling:New Moon] Starsurge, Moonfire, Sunfire, ",
      PostMacro={
        "/script UIErrorsFrame:Hide()",
      },
      KeyRelease={
      },
    },
  },
}