Quantcast
Channel: WoWInterface - Latest list
Viewing all articles
Browse latest Browse all 49883

TomTom (v50001-1.2.1)

$
0
0
Change Log:
--------------------
commit c6fdd3c4756d48d0fafeff205300745cff9bb3ef
Author: James Whitehead II
Date: Fri Oct 12 08:02:24 2012 +0200

Fix an issue with saved variables/callbacks

commit a9bc01c78d02f73b4805cd625b7a7f31d451002f
Author: James Whitehead II
Date: Wed Oct 10 08:26:01 2012 +0200

1 Add an option to make the corpse arrow sticky

Other addons that attempt to set waypoints on the crazy arrow when
you are dead will silently fail, if this option is enabled.

commit fe3fe3802cc4478b5e7686114b9e1041685f7e81
Author: James Whitehead II
Date: Mon Oct 8 10:37:14 2012 +0200

Fix callback bug, clean up leaked globals

commit 9ba1a227b95c2c28fdd05d994430ac2a09c31f64
Author: James Whitehead II
Date: Mon Oct 8 08:22:48 2012 +0200

Update localization

commit 016d91116b7c06ba768ea15ee2509e29a7ae9686
Author: James Whitehead II
Date: Mon Oct 8 08:21:04 2012 +0200

Automatically hide the crazy arrow during pet battles

There is an option to disable this feature, under 'Crazy Arrow'.

commit 6d0bf72ba6d96d31064c3f21cce52f6db2e88130
Author: James Whitehead II
Date: Mon Oct 8 08:20:30 2012 +0200

Add a method to get a table of default callbacks

This makes it possible for an add-on to create a waypoint with custom callbacks without losing the tooltip/onclick functionality that currently exists in TomTom. Usage is something like this:

local opts = {} -- any options for your waypoint, such as title, etc.
opts.callbacks = TomTom:DefaultCallbacks()
opts.callbacks.distance = function(event, uid, range, distance, lastdistance)
-- this function will be called when the player moves from
-- outside 15 yards to within, or vide-versa and passed
-- several parameters
--
-- event: "distance"
-- uid: the UID of the wayp...

Description:
--------------------
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
Can set waypoints by clicking on quest objective POIs on the World Map and watch frame.
Can automatically set waypoints to your closest quest objective
Please also check out LightHeaded: http://www.wowinterface.com/downloads/info7017-LightHeaded.html
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:

Add a new waypoint at 14.78, 23.90:/way 14.78 23.90Add a new waypoint in Nagrand at 45, 50: /way Nagrand 45 50Add a new waypoint with a description: /way 14.78 23.90 This is a waypoint!Remove ALL current waypoints: /way reset allRemove all waypoints in Nagrand: /way reset NagrandSet a waypoint at the current location: /wayb or /waybackSet the waypoint arrow to the closest arrow in the current zone: /cway or /close...

Viewing all articles
Browse latest Browse all 49883

Trending Articles