Can anybody please post a macro where I can place a "skull" marker over my target's head?

Title.

Its better when you mark things for death in mythic dungeons.

You can keybind them with the WoW UI

Just hit Esc and click Keybinds - Target Markers

Then bind away to your hearts content

3 Likes

I miss the old add-on that would automatically mark my target after a couple of seconds of me keeping it targeted.

Thanks man!

If you want to use it with mouseover

/script if UnitExists(“mouseover”) and not UnitIsDead(“mouseover”) then a=GetRaidTargetIndex(“mouseover”)if not a or a~=8 then SetRaidTarget(“mouseover”,8) end;else a=GetRaidTargetIndex(“target”)if not a or a~=8 then SetRaidTarget(“target”,8)end;end

That means mouseover first, targeting second.
The 8 is skull. It goes 8,7,6… like this from the top to bottom marks. Bad thing is that you can’t remove it with this macro, so either you kill it or remove it manually lol

woo I didn’t know this! it’s nice

No Problem at all.

yeah been in game for awhile just use to be a lot harder to find the keybinds

1 Like