View Single Post
06-05-11, 07:02 AM   #6
Jynks
A Frostmaul Preserver
Join Date: Oct 2006
Posts: 264
Originally Posted by Seerah View Post
Untested....

/run SendChatMessage(string.format("{Skull} >>Need Help at [%s] NOW!<< {Skull}",GetMinimapZoneText()),select(2,GetInstanceInfo())=="pvp" and "BATTLEGROUND" or GetNumWorldStateUI()>0 and "RAID" or "YELL")

Works perfectly... thanks a mill man... every random unrated BG player should have this macro !!!

I use 4 of them... just a click and it says it all...

Incoming Macro
Code:
/run SendChatMessage(string.format("{Diamond} %s {Diamond} - INC",GetMinimapZoneText()),select(2,GetInstanceInfo())=="pvp" and "BATTLEGROUND" or GetNumWorldStateUI()>0 and "RAID" or "YELL")
Needs Help NOW!
Code:
/run SendChatMessage(string.format("{skull} %s {skull} - Needs help NOW!!",GetMinimapZoneText()),select(2,GetInstanceInfo())=="pvp" and "BATTLEGROUND" or GetNumWorldStateUI()>0 and "RAID" or "YELL")
Clear
Code:
/run SendChatMessage(string.format("{Triangle} %s {Triangle} - CLEAR",GetMinimapZoneText()),select(2,GetInstanceInfo())=="pvp" and "BATTLEGROUND" or GetNumWorldStateUI()>0 and "RAID" or "YELL")
Lost
Code:
/run SendChatMessage(string.format("{CROSS} %s {CROSS} - LOST",GetMinimapZoneText()),select(2,GetInstanceInfo())=="pvp" and "BATTLEGROUND" or GetNumWorldStateUI()>0 and "RAID" or "YELL")
  Reply With Quote