AlexanderYoshi
11-18-2005, 07:41 PM
Since this was so heavily requested:
/script x,y=GetPlayerMapPosition("player");
SendChatMessage(string.format("Horde attacking at %s! (%d, %d)",GetMinimapZoneText(),1+x*100,1+y*100),"CHANNEL",nil,1);
This will all you to print the macro to the General channel.
And for the horde:
/script x,y=GetPlayerMapPosition("player");
SendChatMessage(string.format("Alliance assaulting %s! (%d, %d)",GetMinimapZoneText(),1+x*100,1+y*100),"CHANNEL",nil,1);
Enjoy!
-Alexander
/script x,y=GetPlayerMapPosition("player");
SendChatMessage(string.format("Horde attacking at %s! (%d, %d)",GetMinimapZoneText(),1+x*100,1+y*100),"CHANNEL",nil,1);
This will all you to print the macro to the General channel.
And for the horde:
/script x,y=GetPlayerMapPosition("player");
SendChatMessage(string.format("Alliance assaulting %s! (%d, %d)",GetMinimapZoneText(),1+x*100,1+y*100),"CHANNEL",nil,1);
Enjoy!
-Alexander