Download
(9Kb)
Download
Updated: 09-09-22 08:13 PM
Pictures
File Info
Compatibility:
WOTLK (3.4.0)
Updated:09-09-22 08:13 PM
Created:01-19-22 02:12 PM
Downloads:386
Favorites:1
MD5:

Talent Sequence 2

Version: 3.2.2
by: Moregelen [More]

What It Is


NOTE: WOTLK has only been updated to support WowHead

Talent Sequence 2 is a WoW AddOn for TBC Classic that allows you to display a the talent sequence you've built in various web-based talent calculators side-by-side the in game talent window.

Supports

  • IcyVeins Talent Calculator
  • WowHead WotLK Talent Calculator
  • Hooks into Talented AddOn if you are using it

Origins


This AddOn is a fork of the original Talent Sequence AddOn. With the death of bobos talents, the AddOn became essentially unusable. This fork breaths new life into the AddOn making the following changes:

In-Game Previews

Blizzard Talent Frame



Talented AddOn



How-To


#### *Add Icy Veins Talent Sequence*

* Build your talent sequence in the Icy Veins TBC calculator. Alternatively, use a prebuilt sequence.
* When using a linked or embedded sequence (eg: the Icy Veins leveling guides), verify that the sequence in the calculator actually includes the talent order. If the calculator was embedded, you should see buttons that allow you to step through the point distribution. This isn't necessary when building the spec yourself as the order is maintained by default. ![talent step buttons](https://i.imgur.com/MT02brt.png)
* Copy the entire Icy Veins talent calcluator URL
* In-game, open your Talent window, and click `Talent Sequence >>`
* Click the `Load` button
* Paste the Icy Veins talent calculator URL and load
* Name the sequence and hit enter
* Click the now available button in order to set your talent sequence
* Go level and earn talent points!

![screenshot](https://i.imgur.com/dZAMbix.png)
![screenshot](https://i.imgur.com/3BZAal9.png)

\Add WowHead Talent Sequence
  • Build your talent sequence in the WowHead TBC calculator. Alternatively, use a prebuilt sequence.
  • Ensure that you have the Talent Order enabled. In the calculator window, you must expand the Talent Order tab and keep it open, or WowHead will not maintain the talent sequence. The import will NOT work if this tab is not open and showing your talent sequence
  • Copy the entire WowHead talent calcluator URL
  • In-game, open your Talent window, and click Talent Sequence >>
  • Click the Load button
  • Paste the WowHead talent calculator URL and load
  • Name the sequence and hit enter
  • Click the now available button in order to set your talent sequence
  • Go level and earn talent points!

* 3.2.2
- Adds back in IcyVeins support

* 3.2.1
- Updated for WotLK; IcyVeins removed for now

* 3.0.10
- Solves Talented race condition without force loading Talented

* 3.0.9
- Fix race condition when attaching to Talented

* 3.0.7
- Show button not being set corrected if hidden when first loading

* 3.0.7
- Additional WoWHead talent fix

* 3.0.6
- Changed talent sequence background to opaque
- Modified button to be more descriptive

* 3.0.5
- Fixed bug with WowHead import

* 3.0.4
- Added support for WowHead

* 3.0.3
- You can now paste either just the talents, or the entire icy-veins URL
- Fixed bug that throws error if you try and open the talent window on a character with a level lower than 10

* 3.0.2
- Fixed bug where talent sequence management window open under Talented

* 3.0.1
- Support added for Talented

* 3.0.0
- Fixed issues preventing addon from running with TBC Classic + ported to use Icy Veins talent calculator

==== FORKED HERE ====

* 2.0
- Added support for multiple sequences

* 1.2.3
- Fixed issue where error would sometimes occur on login

* 1.2.2
- Fixed issue where addon would not attach to the talent ui if DejaClassicStats is enabled

* 1.2.1
- Fixed level text with a 4 or 8 sometimes getting turned into ...

* 1.2
- Fixed an issue where importing a sequence that includes talents you already know would not properly adjust the scroll bar

* 1.1
- Won't try to import if the url is for a different class

* 1.0
- Fixed rank text being slightly offset
- Support more versions of Bobo-Talent urls

* 0.1-beta
- Fixed icons of not known talents being desaturated

* 0.3-alpha
- Now works in Classic Beta, thanks to /u/mrdarkey and /u/lentus

* 0.2-alpha
- Fix Classic not having the "ItemButton" frame type

* 0.1-alpha
- Intial Release
Archived Files (3)
File Name
Version
Size
Author
Date
3.2.1
8kB
Moregelen
09-07-22 03:04 PM
3.0.10
8kB
Moregelen
01-21-22 01:26 AM
3.0.5
8kB
Moregelen
01-20-22 08:30 PM


Post A Reply Comment Options
Unread 09-07-22, 03:07 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 55
that helps quite a bit actually. I don't play anymore and don't have a subscription which made making the adjustment tough haha.

I think I'll be removing IcyVeins to make this easier on myself too.

Edit: As for level, talents still start at level 10 in Wrath, no?
Oh that's what you get from cursory looks. I thought it was a counter variable for talent tier not player level. Nothing to see here
Report comment to moderator  
Reply With Quote
Unread 09-07-22, 02:39 PM  
Moregelen
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Originally Posted by Dridzt
Nice to see an update to this for Wrath

From a quick look at the code it will need a small change to how it handles the wowhead sequence for wrath.
It currently has 30 chars for it but wrath talents are 31 (per tab)

Additionally it uses the simple caps check for maxed talents which will only work for the first 26 talents of each tab.

The indexes for wrath are
Code:
abcdefghjkmnpqrstvwzxyilou468-~
for the 31 talent indexes and
Code:
ABCDEFGHJKMNPQRSTVWZXYILOU579_
for the maxed out counterparts.
You'll notice the 2nd sequence only has 30 indexes but since there's no class with a 2 point end talent 31 is never used.

Hope it helps

Edit: local level = 9 also probably needs to be changed to local level = 11 for wrath?

that helps quite a bit actually. I don't play anymore and don't have a subscription which made making the adjustment tough haha.

I think I'll be removing IcyVeins to make this easier on myself too.

Edit: As for level, talents still start at level 10 in Wrath, no?
Last edited by Moregelen : 09-07-22 at 02:41 PM.
Report comment to moderator  
Reply With Quote
Unread 09-07-22, 02:31 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 55
Nice to see an update to this for Wrath

From a quick look at the code it will need a small change to how it handles the wowhead sequence for wrath.
It currently has 30 chars for it but wrath talents are 31 (per tab)

Additionally it uses the simple caps check for maxed talents which will only work for the first 26 talents of each tab.

The indexes for wrath are
Code:
abcdefghjkmnpqrstvwzxyilou468-~
for the 31 talent indexes and
Code:
ABCDEFGHJKMNPQRSTVWZXYILOU579_
for the maxed out counterparts.
You'll notice the 2nd sequence only has 30 indexes but since there's no class with a 2 point end talent 31 is never used.

Hope it helps

Edit: local level = 9 also probably needs to be changed to local level = 11 for wrath?
Last edited by Dridzt : 09-07-22 at 02:37 PM.
Report comment to moderator  
Reply With Quote
Unread 01-20-22, 07:29 AM  
Moregelen
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 2
Uploads: 1
Re: Packaging issue

Originally Posted by Dridzt
Your package is missing the addon folder.

To make this into a proper addon the files need to be into a `IcyVeinsTalentSequence` folder as per your .toc name.
Gotcha. Did not realize I needed to zip the outer folder instead of just the content; I've uploaded again. Currently pending. Thanks for letting me know!
Report comment to moderator  
Reply With Quote
Unread 01-20-22, 06:31 AM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1360
File comments: 829
Uploads: 55
Packaging issue

Package is missing the addon folder.

To make this into a proper addon the files need to be into a `IcyVeinsTalentSequence` folder as per your .toc name.
Last edited by Dridzt : 01-20-22 at 10:58 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: