First of all - I´m not a Pro-Gamer or something like that , just enjoy playing wow =)
I tried out a lot of the Macros here and take a few changes .
I dont even know how to put a macro in a box xD so i write it down that way and hope someone could help me - and sry for my english, im from germany and traditionally our english is horrible Oo
My talents are 3133333
I-Level 851
Single Target:
Sequences[‘MMsingleT’] = {
author=“Vôlenteê@Kel’Thuzad”,
specID=254,
version=7,
source = “Local”,
helpTxt = “Talent: 1313321”,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“deDE”,
PreMacro=[[
/run x=GetCVar(“Sound_EnableSFX”) SlashCmdList.UI_ERRORS_OFF()
/targetenemy [noharm][dead]
/cast [nopet,nodead] Call Pet 1; [@pet,dead] Herz des Phönix
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Irreführung
/cast [combat,nochanneling] Kochendes Blut
/cast [combat,nochanneling] Volltreffer
]],
“/cast [nochanneling] Windstoß”,
“/cast [nochanneling] Schwarzer Pfeil”,
“/cast [nochanneling] Arkaner Schuss”,
“/cast [nochanneling] Im Visier”,
“/cast [nochanneling] Gezielter Schuss”,
PostMacro=[[
/run SlashCmdList.UI_ERRORS_ON() SetCVar(“Sound_EnableSFX”,x)
]],
}
I took a macro from here (MMRaeBarrage) and changed it for my needs - you can see it xP
Black arrow : I only skill it when i do wq or stuff like that , for dungeon or raids i choose “Sichern und Laden (in german, dont know it in english)”
For aoe i wrote this one :
Sequences[‘MMaoee’] = {
author=“Vôlenteê@Kel’Thuzad”,
specID=254,
version=1,
source = “Local”,
helpTxt = “Talents: 3133333”,
StepFunction = GSStaticPriority,
icon=‘INV_MISC_QUESTIONMARK’,
lang=“deDE”,
PreMacro=[[
/run x=GetCVar(“Sound_EnableSFX”) SlashCmdList.UI_ERRORS_OFF()
/targetenemy [noharm][dead]
/cast [nopet,nodead] Call Pet 1; [@pet,dead] Herz des Phönix
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Irreführung
/cast [combat,nochanneling] Kochendes Blut
/cast [combat,nochanneling] Volltreffer
]],
“/cast [nochanneling] Im Visier”,
“/cast [nochanneling] Mehrfachschuss”,
PostMacro=[[
/run SlashCmdList.UI_ERRORS_ON() SetCVar(“Sound_EnableSFX”,x)
]],
}
It works very good i guess ( at least for me it works ) - just spamm it O.O
I wanna learn - so pls dont flame me or stuff like that , be nice and tips or so are welcome =D
Have fun by trying it out =)