Leveling/Tanaan, Balance. pre-patch.

Hey, not really used to making macros here, do it for myself mostly as it’s very gear dependant to get it right, timings and such. But noticed not many macros for balance druids so here’s one I use for being lazy. Am abit undergeared atm so don’t know how it’ll work for ppl. Ilvl 635. Doing tanaan jungle with it though, works for me, one button mashing while watching movies :slight_smile:

Oh I keep spamming my mouse4 key to use this at a normal pace so thats how it works, so I dont have to worry about getting all the spells out. Don’t know how others play.

Dont know how to make a box for the code. Oh talents : 3333132

Sequences[‘druid_bala_st’] = {
helpTxt = “3333132”,
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
PreMacro = [[
/targetenemy [noharm][dead]
/cast [noform]!Moonkin Form
/cast [mod:ctrl] Blessing of the Ancients
/cast [mod:shift] Celestial Alignment
/cast [mod:alt] Solar Beam
]],
‘/castsequence reset=target Sunfire,null’,
‘/castsequence reset=target Moonfire,null’,
‘/castsequence [combat]Starsurge,Solar Wrath,Lunar Strike,Solar Wrath’,
‘/castsequence Lunar Strike,Solar Wrath,Starsurge,Solar Wrath,Lunar Strike,Starsurge’,
‘/castsequence [combat]Solar Wrath,Lunar Strike,Solar Wrath,Moonfire’,
‘/castsequence [combat]Solar Wrath,Starsurge,Lunar Strike,Solar Wrath’,
‘/castsequence [combat]Starsurge,Solar Wrath,Solar Wrath,Sunfire’,
‘/castsequence [combat]Solar Wrath,Lunar Strike,Starsurge,Moonfire’,
‘/castsequence [combat]Lunar Strike,Solar Wrath,Lunar Strike’,
‘/cast Starsurge’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
]],
}

Sequences[‘druid_bala_st’] = {
helpTxt = “3333132”,
StepFunction = [[
limit = limit or 1
if step == limit then
limit = limit % #macros + 1
step = 1
else
step = step % #macros + 1
end
]],
     PreMacro = [[
/targetenemy [noharm][dead]
/cast [noform]!Moonkin Form
/cast [mod:ctrl] Blessing of the Ancients
/cast [mod:shift] Celestial Alignment
/cast [mod:alt] Solar Beam
     ]],
     ‘/castsequence reset=target Sunfire,null’,
     ‘/castsequence reset=target Moonfire,null’,
     ‘/castsequence [combat]Starsurge,Solar Wrath,Lunar Strike,Solar Wrath’,
     ‘/castsequence Lunar Strike,Solar Wrath,Starsurge,Solar Wrath,Lunar Strike,Starsurge’,
     ‘/castsequence [combat]Solar Wrath,Lunar Strike,Solar Wrath,Moonfire’,
     ‘/castsequence [combat]Solar Wrath,Starsurge,Lunar Strike,Solar Wrath’,
     ‘/castsequence [combat]Starsurge,Solar Wrath,Solar Wrath,Sunfire’,
     ‘/castsequence [combat]Solar Wrath,Lunar Strike,Starsurge,Moonfire’,
     ‘/castsequence [combat]Lunar Strike,Solar Wrath,Lunar Strike’,
     ‘/cast Starsurge’,
     PostMacro = [[
/startattack
/use [combat] 13
/use [combat] 14
     ]],
}