How to remove auto targetting when looting?

Hi guys! I try to get support directly in the macro’s topic, but it seems that my problem doesn’t come from this macro. I still give ya the one i use.

Sequences['bm'] = {
author="my name",
specID=253,
version=7,
source = "Local",
helpTxt = "Talents: 3112112",
icon='INV_MISC_QUESTIONMARK',
lang="enUS",
PreMacro=[[
/cast [@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
]],
"/cast Dire Beast",
"/castsequence [combat] Kill Command, Cobra Shot",
"/cast [nomod:alt, combat] A Murder of Crows",
"/cast [nomod:alt, combat] Titan's Thunder",
PostMacro=[[
/cast [nomod:alt] Aspect of the Wild
/startattack [@target,exists]
]],
}

That being say, my problem is that when my macro is active, if i loot a mob, it’ll attack the nearest mob. It’s a problem in raid/dungeon because i often attack trash which are not on the road just by looting mobs.

I use my logitech software for spam & or " where my macro are bind, but even if i press it manually, it’ll target the nearest one.

Do you have any idea? Thanks for answer, have a nice day guys.

I am still new to GS/GS-E but as far as I understand the line /startattack [@target, exists] causes your Problem, the Moment you hit your makro key it will attack the next possible existing target with your autoattack.

You are still new to GS/SE, but you got it :slight_smile:

Problem solved! Thanks mate!