/Talentsaver

World of Warcraft AddOn for 1.12.1 (Vanilla) - save & load your common Talent Specs with just one click!

Primary LanguageLua

Talentsaver

With this World of Warcraft AddOn you can save your current Talent Specs and if you have to reset to switch to another spec you can easily let the AddOn load the saved template.

It was created for situations like during the raid, when you have to switch your spec for one Boss only so you don't have that much time and you don't want to look up your saved talent specs so you don't make mistakes while speccing in a hurry. It was initially created for my ViroUI pack but due to popular demand I released it independently.

Showcase

<br > Talentsaver 1.4 Preview on Youtube

Download

Download latest Release

Discussion

Feenix Forum Thread<br > Nostalrius Forum Thread

Chat Commands

  • /talentsaver /talents or /ts
  • /talents save name - to save the current spec as 'name'
  • /talents load name - to load the template named 'name'
  • /talents delete name - to delete the template named 'name'
  • /talents list - to display a list of your saved Talent templates
  • /talents delay number - to change the delay. 'number' in ms (eg. 'delay 400' for 400ms delay) Default Value is -1 which means the AddOn calculates the delay latency dependent (latency in ms/50*0.4)
  • /talents stop - will stop if a template is being loaded right now

Changelog

1.41 (3. July 2015)

  • fixed the DoubleCheck process (delayed it)
  • the estimated loading value will now be increased by 2s to make it more accurate

1.4 (2. July 2015)

  • added a FuBarPlugin for easier usage
  • added a DoubleCheck (if the loading process is finished it will check if it's really finished, Lag Spikes could fail the process)
  • overhauled load, save and delete functions as well as few other functions and variables

1.3 (27. July 2014)

  • added the 'stop' command
  • completely remade the BUILD Variables and therefor saving&loading procedures
  • fixed the loading procedure if points are already spent

1.2 (26. July 2014)

  • changed the Spec Info Variables from string to table with 4 int values(!)
  • deleting a spec will now completeley remove it from the LIST table and therefor the /list command
  • on loading it will display an estimated loading time
  • on loading it will now check how many points you have free and how much you need --> it can now continue loading the template if you've already spent a few of the needed points correctly (if you've spent them on your own or the loading process got stopped due to dc)

1.1 (22. July 2014)

  • fixed the delay variable (from s to ms)