• World of Warcraft Addons
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

TomTom

 

Project Updated:
Files Updated: Thu, Oct 22 2009
Supports Game Version: 3.2.0
Category: Map & Minimap
Tags:

[Edit Tags]

Project Manager: Cladhaire
Additional Authors: No additional authors
Current Version: r226-release
License: All Rights Reserved
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 1,388
Downloads Total: 220,595
Favorites: 467
Comments: 39
  • Curse Giveaways
  • Alganon

    Alganon

    Alganon Open Beta Key Giveaway Alganon is an upcoming fantasy-based MMORPG that allows thousands of people to play together in a virtual world that features a rich history dominated by commanding deities...

    Get Key

  • Contests
  • About TomTom
  •  

TomTom is your personal navigation assistant in World of Warcraft. This addon is very simple, but provides a nice set of functionality. Thanks to Esamynn for Astrolabe, which does the bulk of the work in this addon.

TomTom offers the following major features:

  • Set waypoints via command, or by clicking on the world map
  • A draggable coordinate display with customizable accuracy. This frame can be hidden or locked.
  • Player and cursor coordinates on the World Map (these can be hidden)
  • A floating "crazy-taxi" style arrow that points you to your destination
  • Displaying the "crazy-taxi" arrow or coordinate block in compatible LDB displays, such as NinjaPanel
  • Show a waypoint that points you towards your corpse for easy recovery

Please also check out LightHeaded

Slash Commands:
/tomtom - Opens configuration GUI

In addition you can use the /way command to add and reset waypoints. In order to overcome conflicts with the Cartographer /way command, you can also use /tway to access TomTom's waypoint command. The following slash commands are available:

Slash CommandDescription
/way 14.78 23.9Add a new waypoint at 14.78, 23.90
/way Nagrand 45 50Add a new waypoint in Nagrand at 45, 50
/way 14.78 23.90 This is a waypoint!Add a new waypoint with a description
/way reset allRemove ALL current waypoints
/way reset NagrandRemove all waypoints in Nagrand
/wayb or /waybackSets a waypoint at the current location
/cway or /closestwaySet the crazy arrow to the closest waypoint

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.

  • Downloads (5)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  TomTom r226-release Release 3.2.0 42,792 10/22/2009
  TomTom r224-release Release 3.2.0 88,508 8/5/2009
  TomTom-r216-release Release 3.1.0 71,167 5/6/2009
  TomTom-r211-release Release 3.1.0 15,137 4/24/2009
  TomTom-r199-release Release 3.1.0 2,970 4/22/2009
  • 1 page(s)
  • Comments

Add Comment

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • seo0maja said

    I find a automatic mining addon
    www.deadlybossmods.org
    I appreciate all the hard work you've put into it.Very simple.

    Reply Report Permalink
  • why is tom tom from http://www.wowinterface.com/downloads/info7032-TomTom.html
    a larger file than it is here?

    also, I can not access the configuration menu for tom tom. the most I get is "tomtom is a simple navigation assistant"

    Reply Report Permalink
  • ya I'm stupid... didn't hit the plus button

    Reply Report Permalink
  • halverton said

    Is there a way to adjust the strata of the minimap waypoint mouseover tooltips that TomTom ads? Mine disappear underneath my Bartender buttons, but the built in Blizzard waypoint tooltips do not.

    Reply Report Permalink
  • Cladhaire said

    Try this; change the following line in TomTom.lua:

    self.tooltip = CreateFrame("GameTooltip", "TomTomTooltip", nil, "GameTooltipTemplate")

    to

    self.tooltip = CreateFrame("GameTooltip", "TomTomTooltip", nil, "GameTooltipTemplate")
    self.tooltip:SetFrameStrata("DIALOG")

    Let me know if that fixes things, and I'll likely commit it.

    Reply Report Permalink
  • halverton said

    I can't tell you why, but last night when I logged in to WoW, I noticed it had corrected itself. I'm going to keep this handy just in case. Thanks.

    Reply Report Permalink
  • kibblez said

    Is there a way to save waypoints so that I can reload them once they've been cleared?

    Reply Report Permalink
  • Cladhaire said

    Not really, no. You can do this using the API or macros, if you'd like. You can also just "clear" waypoints instead of removing them.. then you can get to them any time. Let me know if that makes sense.

    Reply Report Permalink
  • Souricette said

    Hello.

    1/ Is there a way to force Tomtom crazy arrow to point on waypoints in the order they have been added, and not to what it considers to be the closest one? I'm creating circuits for the TourGuide addon, and I *really* wish I could have the "crazy arrow" following the coordinates in the order they appear in the circuit...

    2/ There is a problem when it computes the closest one, as shown by the following coordinates:
    (28.6, 65.4) (23.0, 64.0) (33.8, 62.8)
    When we reach the first coordinate, the "mathematically" closest one is the second one - but Tomtom points on the last one...

    Reply Report Permalink
  • Cladhaire said

    1. TomTom ONLY switches to the "closest" waypoint when the user runs the /cway command, or when a waypoint is removed (by the user, or automatically). I'm not sure what you're referring to here, since regardless of what is going on, TomTom will always point to the most recently added waypoint as long as it is valid.

    2. The same logic that is used to calculate the icon positions is used to compute the distance. I'm not saying you're wrong, but if so there would be a bug in the code and I don't see anyplace where that's the case.

    Reply Report Permalink
  • Souricette said

    Thanks for the answer. You wrote "TomTom ONLY switches to the closest waypoint when ... a waypoint is removed (by the user, or automatically)." I think it's what happens, ie the waypoint is removed when I reach it (the "automatically" removal I think). But I wish the next one it points to would not be the closest one, but the next one in the order they have been added.

    Concerning step 2, you can do the following thing: add the 3 waypoints I gave (pointing to the first one at the beginning), go to that first one (it will be removed when you reach it), and you will notice that it now points on the third one, even though the second one is the mathematically closest.

    But maybe all the problems I have are related to the way the TourGuide addon uses Tomtom - on my tourguide-guide-writer side, I specify the locations in a text form ((28.6, 65.4), for example), and TourGuide converts them to Tomtom waypoints in a way I don't know.

    I hope it's clearer now - sorry, english is not my native language...

    Reply Report Permalink
  • Cladhaire said

    No worries. The user customises that setting, so its up to them to change that behavior.. or you can override it by calling the TomTom API. The user should never really see this, or its something weird about the way you use TomTom. I'll look into the second one, but I'm not convinced its an issue.

    Reply Report Permalink
  • Mscdex said

    for creating waypoint by click(right button mouse) on frame coordinates
    insert this code:
    ---------------------------
    function Block_OnClick(self, button, down)
    local c,z,x,y = Astrolabe:GetCurrentPlayerPosition()
    local desc =format("%.2f, %.2f", x*100, y*100)
    TomTom:AddWaypoint(x*100, y*100, desc)
    end
    ----------------------------
    under here
    ----------------------------
    function Block_OnDragStop(self, button, down)
    self:StopMovingOrSizing()
    end
    ----------------------------
    -->>> insert

    in TomTom.lua script

    Reply Report Permalink
  • Cladhaire said

    Thanks, I'm adding this to the next version.

    Reply Report Permalink
  • JCKodel said

    Bug Report:

    See SexyMap addon. It have a HudMap function, that hides the normal minimap and draws a custom centered screen minimap.

    The crazy arrow, in this state, no longers update its distance. When the minimap (even the modified SexyMap minimap) is on, the distance is corrected.

    This does not happen for the QuestHelper arrow, so, there must be an alternative way to make TomTom distance show correctly even if the normal minimap is not present.

    Reply Report Permalink
  • Cladhaire said

    Of course there is, but such a redesign is not a trivial matter. I don't anticipate fixing it in the immediate future. It's likely to be fixed when the next revamp of Astrolabe or TomTom happens.

    Reply Report Permalink
  • kanntara said

    I've become frustrated with Cartographer. Is there another addon that is recommended with tomtom?

    Reply Report Permalink
  • Cladhaire said

    I don't recommend Cartographer with TomTom at all. TomTom works just fine with the default world map. If you're looking for somethign that allows you to customize the world map in different ways, I suggest you use Mapster.

    Reply Report Permalink
  • kanntara said

    Thanks for the quick suggestion. I tried it but I miss the ability to zoom in and get a better view of the terrain too much :/ I'll keep looking. Randomly they do behave together.

    Reply Report Permalink
  • I did not drag either of them offscreen and I have tried resetting the way point arrow as well as uninstalling and reinstalling tom tom.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 56,209 QuestHelper Quests & Leveling, and Map...
  2. 20,986 Atlasloot Enhanced PvP, Arena, Map & Minimap...
  3. 5,455 GatherMate_Data Map & Minimap
  4. 3,864 SexyMap Map & Minimap
  5. 3,497 Atlas Map & Minimap