PVP Battleground Location

PVP Battleground Location

PVP Location Macro:

/script mP = GetMinimapZoneText( );
/script cL = “”;
/script cL = “BATTLEGROUND”;
/script SendChatMessage ( “INC To “..mP..” (# =  # of enemies.)”, cL, nil, nil);

Use it, love it. SPAM IT.

My clear Macro:

/script mP = GetMinimapZoneText( );
/script cL = “”;
/script cL = “BATTLEGROUND”;
/script SendChatMessage ( ” “..mP..” Clear”, cL, nil, nil);

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.