KeyPress
/targetenemy [noharm][dead]
/petattack [@target ,harm]
/cast [nopet,nodead] Call Pet 1; [@pet ,dead] Heart of the Phoenix
/petautocastoff [group] Growl
/petautocaston [nogroup] Growl
/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection
/cast [nomod:alt, combat] Bestial Wrath
Sequence
/cast [nochanneling] Dire Beast
/cast [nochanneling] Dire Frenzy
/castsequence [nochanneling] Kill Command, Cobra Shot
/cast [nochanneling] A Murder of Crows
/cast [nochanneling] Concussive Shot
/cast [mod:ctrl] Titan’s Thunder
/cast [nochanneling] Kill Command
/cast [mod:ctrl] Aspect of the Cheetah
/cast [nochanneling] Scorpid Sting
/cast [mod:Shift] Intimidation
/cast [mod:Shift] [target=PLAYERS NAME] Roar of Sacrifice(Cunning Ability)
/cast [mod:Shift] Mend Pet
/cast [mod:Shift] [target=PLAYERS NAME] Spirit Mend(Exotic Ability)
KeyRelease
/cast [mod:alt] Aspect of the Wild
admin1
January 20, 2017, 10:11am
2
Hello Tater,
I’m not at home at the moment, but can you try to create a macro and place only the /cast parts under each section? I believe is pretty straight forward to copy and paste.
If you can’t create a macro and fill in the blanks then if I remember I will try to do an export for you.
nano
January 20, 2017, 12:47pm
3
there you go Tater
Sequences['New'] = {
Author="Tater",
SpecID=253,
Talents = "3113112",
Default=1,
MacroVersions = {
[1] = {
StepFunction = [[Sequential]],
KeyPress={
"/targetenemy [noharm][dead]",
"/petattack [@target,harm]",
"/cast [nopet,nodead] Call Pet 1; [@pet,dead] Heart of the Phoenix",
"/petautocastoff [group] Growl",
"/petautocaston [nogroup] Growl",
"/cast [target=focus, exists, nodead],[target=pet, exists, nodead] Misdirection",
"/cast [nomod:alt, combat] Bestial Wrath",
},
PreMacro={
},
"/cast [nochanneling] Dire Beast",
"/cast [nochanneling] Dire Frenzy",
"/castsequence [nochanneling] Kill Command, Cobra Shot",
"/cast [nochanneling] A Murder of Crows",
"/cast [nochanneling] Concussive Shot",
"/cast [mod:ctrl] Titan's Thunder",
"/cast [nochanneling] Kill Command",
"/cast [mod:ctrl] Aspect of the Cheetah",
"/cast [nochanneling] Scorpid Sting",
"/cast [mod:Shift] Intimidation",
"/cast [mod:Shift] [target=PLAYERS NAME] Roar of Sacrifice(Cunning Ability)",
"/cast [mod:Shift] Mend Pet",
"/cast [mod:Shift] [target=PLAYERS NAME] Spirit Mend(Exotic Ability)",
PostMacro={
},
KeyRelease={
"/cast [mod:alt] Aspect of the Wild",
},
},
},
}
Hello
Should this line “/cast [nochanneling] Scorpid Sting”, not be “/cast [nochanneling] Cobra Shot”,? as Scorpid Sting dos not exist any more!!!
Jimmy
odaxis
January 20, 2017, 9:59pm
5
[quote quote=42253]Hello
Should this line “/cast [nochanneling] Scorpid Sting”, not be “/cast [nochanneling] Cobra Shot”,? as Scorpid Sting dos not exist any more!!!
Jimmy
[/quote]
Scorpid Sting exists as a PvP talent
jalkai
January 20, 2017, 10:02pm
6
But this is the PvE section, not the PvP.