View Single Post
10-06-20, 12:09 AM   #2
seanjohn24
A Defias Bandit
Join Date: Oct 2020
Posts: 2
I create a global variable, GlobalMarker (/run GlobalMarker = 8) each session... then run this in a macro...

/run if GlobalMarker > 0 then SetRaidTarget("target",GlobalMarker) GlobalMarker = GlobalMarker - 1 else GlobalMarker = 8 SetRaidTarget("target",GlobalMarker) end

note, between pulls, if you need to assure your next marker is a skull make a macro to use that does /run GlobalMarker = 8

it's hackish, but it works...

This starts at skull and works it's way down.... It still requires you to target -> hit a macro button, but I'm certain in some time I can refine it to mouseover...

I hope this helps.
  Reply With Quote