Skip to content

Instantly share code, notes, and snippets.

@tjstalcup
Created July 4, 2020 21:11
Show Gist options
  • Save tjstalcup/ab4ed54d5317e1ebdadb0ec09d8ab315 to your computer and use it in GitHub Desktop.
Save tjstalcup/ab4ed54d5317e1ebdadb0ec09d8ab315 to your computer and use it in GitHub Desktop.
WoW Rare Found at your Location Macro
/run z = C_Map.GetBestMapForUnit("player"); pos = C_Map.GetPlayerMapPosition(z,"player");SendChatMessage(("Rare at: %s - %0.1f, %0.1f"):format(C_Map.GetMapInfo(z).name, math.ceil(pos.x*10000)/100, math.ceil(pos.y*10000)/100),"CHANNEL",nil,"1")
@tjstalcup
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment