Maim dont work in GS

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 :slight_smile:

If Maim comes up red it means that the Translator doesnt know what to translate it to. If youre playing in English then it doesnt matter but if you are playing in another language you will have to manually edit your macro and replace Maim with the local name of that ability.

Thx for the answer, but i already tried it. My wow version is euRU. And i manualy rename ability (white after rename), but it change nothing. /castsequence or /cast just ignore Maim. But if i use ingame wow macros editor /cast Maim (Растерзать) it works fine.

If you just have '/cast Maim', then the macro will spam the hell out of Maim.

The best results using a feral macro have been with only using one /castsequence.

Give this a try and let me know if it helps.

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,Rake,Rip,Moonfire,Shred,Shred,Rake,Maim",
PostMacro = [[
/startattack
/cast [combat] Tiger's Fury
]],
}

The Problem is program ignore even “/cast Maim”, GSSE use any ability in my macros exept Maim. Even cant recognize it on english or local language. I want to try to use code of Maim ability but cant find it.

No one can help me =( ?