Need some help with a Gnome Sequence

I need this to work without it casting healing touch or the use of the trinkets can’t seem to get it to work myself so im coming to you guys

`Sequences[‘FeralST’] = {
PreMacro = [[
/targetenemy [noharm][dead]
/console Sound_EnableSFX 0
/castsequence [@player,nostance:2] Mark of the Wild,Cat Form(Shapeshift)
/cast [nostealth,nocombat] Prowl
/castsequence [nocombat] reset=target !rake,null
/stopattack [stealth]
]],
‘/castsequence [combat,nostealth] reset=target Shred,Shred,Shred,Ferocious Bite,Rake,Shred,Shred,Shred,Rip,Rake,Shred,Savage Roar’,
[[/cast Tiger’s Fury]],
[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],
PostMacro = [[
/startattack
/use [combat]13
/use [combat]14
/console Sound_EnableSFX 1
]],
}

Try edit this:

[[/console autounshift 0
/cast [@player,combat] Healing Touch
/console autounshift 1]],

Into:

[[/console autounshift 0
/cast [@player,combat] !Healing Touch
/console autounshift 1]],

Thanks

No it still doesnt work i just want that edited out along with the trinkets

Then you can just delete that sentence and your cooldowns if you want to control them by yourself?
I keep my Healing Touch manually, always as you don’t know when you really need it.

Those are some precious few seconds of healing!!

Tobias