1. #1
    Scarab Lord foxHeart's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Inside Jabu-jabu's Belly
    Posts
    4,402

    Simple Coordinates Addons?

    Looking for a simple addon that lets me see coordinates of where I am on the map and the location that I put my cursor over. An ability to set simple waypoints would be a bonus. I've tried cartographer, but it's too clunky for my tastes on top of being buggy.

    I will be looking around on curse in the mean time. Any help would be appreciated.
    Look! Words!

  2. #2

    Re: Simple Coordinates Addons?

    /script px,py=GetPlayerMapPosition("player")
    /script DEFAULT_CHAT_FRAME:AddMessage(format("[ %s ] %i , %i",GetZoneText(),px*100,py*100));

    copy and paste that macro...about the least clunky thing you can get to give co-ords

    When you enter a zone, sometimes you have to open and close map to reset it to the new zone

    It wont do the mosue over thing, but after using it awhile you can guesstimate where things are

  3. #3

    Re: Simple Coordinates Addons?

    Try Mapster.

    Gershuun @ Borean Tundra US - Interface & Macros Moderator

  4. #4
    Scarab Lord foxHeart's Avatar
    10+ Year Old Account
    Join Date
    Jul 2009
    Location
    Inside Jabu-jabu's Belly
    Posts
    4,402

    Re: Simple Coordinates Addons?

    Quote Originally Posted by lawomous
    Try Mapster.
    Winner. Thank you.
    Look! Words!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •