Whats up guys. I love the macros here as I have been using this site for a long time. My question is this, how can you put multiple macros in to the Seq. file for GS? I have the Frosty mage macro in mine but when I try to put the Ret Pally macro into it the mage macro quits working, oh, and the Pally macro wont work either. When I remove the pally macro the mage macro starts working again. Does anyone know whats going on? Thanks
I am by no means an expert. All I can say is check you have each sequence properly bracketted off at the end. I have multiple macros in mine and they all work and were all cut and pasted from these forums. note the double ]] followed by a single ] at the end of each sequence. I hope someone else more educated can help if that doesn’t.
Sequences[‘Frostmage’] = {
PreMacro = [[
/targetenemy [noharm][dead]
]],
‘/castsequence reset=26, Ice Barrier’,
‘/castsequence reset=21, Ice Ward’,
‘/castsequence reset=26, Ice Nova’,
‘/castsequence reset=31, Comet Storm’,
‘/castsequence reset=26, Frostbolt,Frostbolt,Frostbolt,Ice lance,Ice Lance,Frostfire Bolt,Frostbolt,Frostbolt,Frostbolt,Ice Lance,Ice Lance,Frostfire Bolt’,
‘/cast Ice Nova’,
‘/castsequence reset=20 Deep Freeze,Ice Lance,Ice Lance’,
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/use [combat]Ice Floes
/use [combat]Icy Veins
/use [combat]Mirror Image
/use [combat]Frozen Orb
]],
}
Sequences[‘Conserve’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
‘/cast [nochanneling] Arcane Missiles’,
‘/castsequence [nochanneling] Arcane Barrage,Arcane Blast,Arcane Blast,Arcane Blast,Arcane Blast’,
PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
Sequences[‘Burn’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
‘/cast [nochanneling] Arcane Missiles’,
‘/cast [nochanneling] Arcane Blast’,
PostMacro = [[
/cast [combat]Presence of Mind
/cast [combat]Arcane Torrent
/use [combat]14
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
Sequences[‘AreaAttack’] = {
PreMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
‘/cast [nochanneling] Supernova’,
‘/cast [nochanneling] Cone of Cold’,
‘/castsequence [nochanneling] Arcane Barrage,Arcane Explosion,Arcane Explosion,Arcane Explosion,Arcane Explosion’,
PostMacro = [[
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
Sequences[‘Crystal’] = {
PreMacro = [[
/console Sound_EnableSFX 0
/targetenemy [noharm][dead]
]],
‘/cast Arcane Power’,
‘/cast [nochanneling] Supernova’,
‘/cast [nochanneling] Arcane Blast’,
PostMacro = [[
/cast [combat]Presence of Mind
/cast [combat]Cold Snap
/use [combat]13
/script UIErrorsFrame:Hide();
/console Sound_EnableSFX 1
]],
}
copy paste underneath