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

TomTomPing (1.2 r027)

$
0
0
Change Log:
--------------------
Version 1.2 r027:

* modularized addon
* updated toc to 50300
* new feature to switch destination setting in tooltip
* new option to select mouse button for mouseover-click setting
* new handling for mouseover(-click) setup which combines several destination conditions with modificator key settings to activate/deactivate direction arrow
* conditions are 'in combat', 'out of combat', 'target alive', 'target dead', 'in casting range', 'out of casting range', 'target is player', 'target is pet'
* new static icon
* new optional dynamic compass icon indicating compass direction for data broker and minimap button
* users of Broker-display DockingStation will experience scaling of compass icon based on current direction; fix it by adjusting DockingStation like below

File Textures.lua (line 51):

replace
local ULx, ULy, LLx, LLy, URx, URy, LRx, LRy = topercent(value, 0), topercent(value, 0), topercent(value, 0), topercent(value, 1), topercent(value, 1), topercent(value, 0), topercent(value, 1), topercent(value, 1)

with
local ULx, ULy, LLx, LLy, URx, URy, LRx, LRy = value, value, value, value, value, value, value, value

Update Version 1.1 r026:

* fixed text colorization function
* renamed event PARTY_MEMBERS_CHANGED to GROUP_ROSTER_UPDATE
* fixed raid unit name mapping due to new GetNumGroupMembers

Update Version 1.1 r025:

* fixed taint issue caused by using global _ variable

Update Version 1.1 r024:

* adjustments due to WoW API changes
* internal text coloring now supports nested colors
* updated libraries
* updated toc to 50001

Update r023:

* removed Astrolabe library
* added LibMapData-1.0 support
* several changes to destination handling
* reducing calls to SetMapToCurrentZone to reduce occasional hiccups producing fps drop and lag
* fixed bug with unit name coloring
* removed obsolete optional DBM dependency
* removed obsolete default DB values

Update v1.1 r022:...

Description:
--------------------
TomTomPing - Addon that uses TomTom's Crazy Arrow to display the direction and distance of pings and party members.

Features -

* Ping tracking: listens to Minimap pings
* Waypoint tracking: set and unset waypoints to track
* Player tracking: track any party or raid member
* Manual selection of tracking target
* Auto track Target, Focus, Mouseover, Mouseover-click (Works with addons like Healbot and Grid)
* Stick/Unstick current Arrow target: make current arrow target sticky; overrides selected tracking mechanism
* Color coded facing direction: green towards the target, red when running away from it
* Arrival check: direction arrow changes to down arrow on user defined range from destination
* Heal range check: recolors arrow when out of healing range
* Estimated time of arrival
* Broker support
* Compass as Broker text
* Semi-automatic map measurement for instance maps with unknown dimensions

Install -

Copy the TomTomPing folder to your Interface\AddOns directory.
You need to have TomTom installed. Only working with "TomTom-r216" or newer.

Commands -

/tomtomping arg
/ttp arg

With arg:
target - use current target as arrow target
stick - make current arrow target sticky / unstick again
clear - release the crazy arrow
ping - ping on self
waypoint - set waypoint on self
wpclear - clear waypoint
measure - init map size measurement (Move at least 20 yards!)
menu - display options menu
version - display the version information
help - display this help

Usage -

Trigger commands via slash command, keybindings or mouse-clicks on Broker display or Minimap button.
The option menu lets you configure the addon behaviour in detail.

Using the "/ttp target" command will automatically stick the selected target as well if the auto tracking type is "Mouseover" or "Waypoint". This is to prevent the refresh routine to immediately overwrite the selected target agai...

Viewing all articles
Browse latest Browse all 49536

Trending Articles