Yahoo Canada Web Search

Search results

  1. People also ask

  2. Nov 10, 2020 · Tomtom coordinate: how to add a set of coordinates. Hi there, I see very often coordinates on wowhead for many location, and sometimes, a set of 20+ coordinates, like this: /way Gorgrond 36 68 /way Gorgrond 56 96.

  3. I tried making a macro with the coordinates copied out of Wowhead, but that didn’t work. Curseforge, my mod installer, also doesn’t seem to be capable of making waypoints. How do I use this?

  4. TomTom has been designed to publish the Crazy-Arrow and Coordinate Block as LDB feeds, allowing them to be displayed in compatible display addons. I've written a very simple, easy-to-configure panel that is capable of displaying these called NinjaPanel.

  5. Aug 23, 2024 · Add a function to fetch coordinates safely For the coordinate feed and coordinate block. this function can be used instead of the heavier player position function to get the current player's coordinates.

    • Overview: What Does TomTom do?
    • How to Install TomTom
    • How to Use TomTom
    • Final Thoughts and Important Links

    As mentioned above, TomTom adds coordinates to your game. More specifically, it places a movable box on your screen for your current location and adds coordinates to the top of your world map. I also love it because it allows you to set “waypoints,” which are targets for where you want to go. So while the addon is simple, it is a huge quality of li...

    Getting TomTom into your game is easy. If you want to install it manually, you can download the files for it from the CurseForge website and then place them into your addons folder. If you aren’t sure how to locate your addons folder, feel free to check out my article on Finding Your WoW Addons Folder. The other option is to install TomTom with an ...

    When you first login after setting up TomTom, you won’t see too many differences in your game. The most noticeable will be a floating box above your character with two numbers. The first number is your east/west (X-axis) location on the map. The second is your north/south (Y-axis) location. If you head west, the first number goes down. Go east and ...

    While several addons perform similar functions to TomTom, many of them lack the easy-to-use features and frequent updates provided by TomTom. If you are looking to get coordinates into your game with an addon, TomTom is the best option from my experience. Owners/Authors: jnwhiteh, Esamynn, Nevcairiel, Ludovicus_Maior Curseforge: https://www.cursefo...

  6. I have a list of waypoints and I'd like to paste them all at once into TomTom instead of giving any single command "/way x, y". Never used the addon before and can't find out if this is even possible.

  7. Jan 13, 2011 · The following works to get map coordinates in game without an add on - /script SetMapToCurrentZone () local x,y=GetPlayerMapPosition (“player”) DEFAULT_CHAT_FRAME: AddMessage (format (“%s, %s: %.1f, %.1f”,GetZoneText (),GetSubZoneText (),x*100,y*100)) You can just cut and paste it into the macro text area after you have created a name ...