Thread Tools Display Modes
Prev Previous Post   Next Post Next
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
 

WoWInterface » Developer Discussions » General Authoring Discussion » Clear raid target markers

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off