Mount Track

Mount Track

2.1k Downloads

MountTrack

Lua Battle.net
World of Warcraft addon to track specific mounts.
Download: https://www.curseforge.com/wow/addons/mount-track

Dependencies

  • Ace3, LibDBIcon
  • These can both be found within the libs folder.

Usage

  • Install and unzip into \World of Warcraft\_retail_\Interface\AddOns
  • Once in game, list of mounts can be viewed clicking on the minimap tooltip.
  • To search the source of a specific mount, type /mountT mountname in chat.
  • Toggle minimap button by typing /mountT minimap in chat.
  • If minimap is disabled, type: /mountT in chat to display list.
  • To view these in game, type /mountT help in chat

Editing for own-use

  • Due to Blizzard's blocking of file I/O streams, the list must be edited within source code.
  • In Get_Mounts() the mount table is listed with mount IDs you wish to track.
  • IDs can be found on the mount's SPELL page on wowhead (Ex. https://www.wowhead.com/spell=288503/umber-nightsaber mount ID = 1203)
  • Mounts can also be added by name as seen by Blue Proto-Drake in table.
  • Example: local mounts = {"Blue Proto-Drake", 1332, 1185, 1182, 1203, 1205, 1200, 527}

IMPORTANT NOTE

  • After updating addon, list will be overwritten with empty list, save your list externally to update it again easily after update.