View Single Post
07-15-20, 12:31 PM   #1
Naruos
A Defias Bandit
Join Date: Apr 2009
Posts: 3
Question Clear raid target markers

I want to clear the Raid Targets from everyone in the raid.

At the moment,
Lua Code:
  1. for i=8,0,-1 do SetRaidTarget("player", i); end
is the only way I've found, but I figure I've missed something obvious. This way, all eight markers gets spammed as system messages.

I know that I have
Code:
/cwm 0
for the World Markers and thus there should be a better way to clear the target markers as well.

What am I missing?
  Reply With Quote