I use this macros (GS-E 1.4.3, GS-E Translator 1.3.3)
Sequences['MY_Feral-ST-PVP'] = {
specID = 103,
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence [@player,nostance:2] Cat Form
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
/castsequence [stealth] Rake
]],
'/castsequence reset=combat moonfire,Shred,Shred,Rake,Rip',
'/castsequence Shred,Shred,Shred,Rake,Savage Roar',
PostMacro = [[
/startattack
/cast [combat] Tiger's Fury
]],
}
And it’s work fine.
But when i change Savage Roar to Maim - sequence never use it.
Sequences['MY_Feral-ST-PVP'] = {
specID = 103,
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence [@player,nostance:2] Cat Form
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
/castsequence [stealth] Rake
]],
'/castsequence reset=combat moonfire,Shred,Shred,Rake,Rip',
'/castsequence Shred,Shred,Shred,Rake,Maim',
PostMacro = [[
/startattack
/cast [combat] Tiger's Fury
]],
}
Even if i add ‘/cast Maim’, this is noting change
Sequences['MY_Feral-ST-PVP'] = {
specID = 103,
PreMacro = [[
/targetenemy [noharm][dead]
/castsequence [@player,nostance:2] Cat Form
/cast [nostealth,nocombat] Prowl
/cast Wild Charge
/castsequence [stealth] Rake
]],
'/castsequence reset=combat moonfire,Shred,Shred,Rake,Rip',
'/castsequence Shred,Shred,Shred,Rake',
'/cast Maim',
PostMacro = [[
/startattack
/cast [combat] Tiger's Fury
]],
}
GS even not recognize it as ability or spell in GSSE (Maim is Red when other abilities are light blue).\
PS. Where i can find code of Maim ability, google not helped me