My Version of an AFF macro for Beta and Ptr

Not much to say try it let me know if it can be improved…

Talent´s: 3,1,3,1,2,1,2

Macro:

Sequences['AFF'] = {
PreMacro = [[
/targetenemy [noharm][dead]
/startattack
]],
"/castsequence [nochanneling] Agony,Corruption,Siphon Life,Unstable Affliction,Drain Soul,Drain Soul",
"/cast [nochanneling] Phantom Singularity",
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Have Fun

Jimmy

This GnomeSequencer Enhanced is shit, i cant get it to work it is realy bad…

Jimmy

Fixed AFF and AFf2 - Your sequence had errors:

Sequences['AFF2'] = {
specID = 265,
author = "Jimmy",
helpTxt = "Talent´s - 3,1,3,1,2,1,2",
PreMacro = [[
/targetenemy [noharm][dead],
/startattack
]],
'/cast [nochanneling] Agony',
'/cast [nochanneling] Corruption',
'/cast [nochanneling] Unstable Affliction',
'/castsequence [nochanneling] Siphon Life,Drain Soul,Drain Soul',
'/cast [nochanneling] Phantom Singularity',
'/cast [nochanneling] Reap Souls',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Sequences['AFF'] = {
specID = 265,
author = "Jimmy",
helpTxt = "Talent´s - 3,1,3,1,2,1,2",
PreMacro = [[
/targetenemy [noharm][dead],
/startattack
]],
'/cast [nochanneling] Agony',
'/cast [nochanneling] Corruption',
'/cast [nochanneling] Unstable Affliction',
'/castsequence [nochanneling] Siphon Life,Drain Soul,Drain Soul',
'/cast [nochanneling] Reap Souls',
PostMacro = [[
/startattack
/petattack
/use [combat]13
/use [combat]14
]],
}

Ty for the help Draik :slight_smile:

Jimmy

They work fine !!

Since we sould do more dots on multiple targets i was playing and trying to make something with mouse over.
Or my rotation doenst start @ beginning or the main(selected) target is switching…

Any thoughts how to solve that?

Sequences['LiveTest'] = {
author='Dollfje@Blade's Edge',
specID=265,
helpTxt = 'Talents: 3111211',
PreMacro=[[
/cast [nopet] Summon Doomguard
/targetenemy [noharm][dead],
/startattack
/target mouseover
]],
icon='Spell_Shadow_DeathCoil',
"/cast [nochanneling] Agony",
"/cast [nochanneling] Corruption",
"/cast [nochanneling] Unstable Affliction",
"/castsequence [nochanneling] Siphon Life,Drain Soul,Drain Soul",
"/cast [nochanneling] Reap Souls",
PostMacro=[[
/startattack
/petattack
/use [combat]13

Problem with affliction is there is some of the artifact traits built into the macro, which we do not have access to on live currently but soon

Just a Side Note: GS-E will skip anything (including artifact) abilities that are not available

So, AFF2 seems to get stuck on Agony a lot. Why would that be. It just keeps casting agony over and over.

replied to incorrect post, deleted

[quote quote=29921]They work fine !!

Since we sould do more dots on multiple targets i was playing and trying to make something with mouse over.
Or my rotation doenst start @ beginning or the main(selected) target is switching…

Any thoughts how to solve that?

Sequences['LiveTest'] = {
author='Dollfje@Blade's Edge',
specID=265,
helpTxt = 'Talents: 3111211',
PreMacro=[[
/cast [nopet] Summon Doomguard
/targetenemy [noharm][dead],
/startattack
/target mouseover
]],
icon='Spell_Shadow_DeathCoil',
"/cast [nochanneling] Agony",
"/cast [nochanneling] Corruption",
"/cast [nochanneling] Unstable Affliction",
"/castsequence [nochanneling] Siphon Life,Drain Soul,Drain Soul",
"/cast [nochanneling] Reap Souls",
PostMacro=[[
/startattack
/petattack
/use [combat]13

[/quote]

/target [@mouseover,harm,nodead]

See if that works… Not sure how accurate that can be since your mouseover will change from mob to mob so much. I might try out your rotation later today if I have time.