7,1 Balanc

MoonFire Sunfire and used separately

Sequences[‘MOJE’] = {
specID = 01,
author = “Blejza - Samycka”,
helpTxt = “3221233”,
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
‘/castsequence reset=10 Solar Wrath, Lunar Strike, Solar Wrath, Lunar Strike’,
‘/cast [nochanneling] Starsurge’,
‘/cast New Moon’,
‘/cast [nochanneling] Starsurge’,
PostMacro = [[
/startattack
]],
}

Sequences[‘MOJE’] = {
specID = 01,
author = “Blejza – Samycka”,
helpTxt = “3221233”,
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
‘/castsequence reset=10 Solar Wrath, Lunar Strike, Solar Wrath, Lunar Strike’,
‘/cast [nochanneling] Starsurge’,
‘/cast New Moon’,
‘/cast [nochanneling] Starsurge’,
PostMacro = [[
/startattack
]],
}

Put it in the code tag for you.

it doesn’t import. this macro is wrong!

Sequences['MOJE'] = {
specID = 01,
author = 'Blejza – Samycka',
helpTxt = '3221233',
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
'/castsequence reset=10 Solar Wrath, Lunar Strike, Solar Wrath, Lunar Strike',
'/cast [nochanneling] Starsurge',
'/cast New Moon',
'/cast [nochanneling] Starsurge',
PostMacro = [[
/startattack
]],
}

Should be fixed now, give it a try and let me know

This will not work unless you correct the SpecID.

Boomkin druid ID is 102.

SpecID = 102,

Sequences['MOJE'] = {
specID = 102,
author = 'Blejza – Samycka',
helpTxt = '3221233',
PreMacro = [[
/targetenemy [noharm][dead]
/use [noform]!Moonkin Form
]],
'/castsequence reset=10 Solar Wrath, Lunar Strike, Solar Wrath, Lunar Strike',
'/cast [nochanneling] Starsurge',
'/cast New Moon',
'/cast [nochanneling] Starsurge',
PostMacro = [[
/startattack
]],
}

Ha, didn’t even spot that, just noticed that the syntax was wrong where ’ was displayed wrongly