Posted on: 12-27-2012 - Updated on: 12-27-2012 - viewed 8570 times
Description:
This Wow macro is great for raid leaders that need to announce to the raid where they are at. One example is for the Sha of Anger. Simply stand in a spot and click this macro to announce to the raid what zone you are in and your coordinates.
To customize:
Replace “I am located here:” to whatever you want as long as you have the room (within 255 characters)
author:
/run local x, y = GetPlayerMapPosition("player") SendChatMessage(("{skull} I am located here: %s (%0.1f, %0.1f)"):format(GetMinimapZoneText(), x*100, y*100), "RAID")