This project is abandoned and its default file will likely not work with the most recent version of World of Warcraft. Whether this project is out of date or its author has marked it as abandoned, this project is no longer maintained.
Class Data for The Talent Template Editor
With version 1.9.5, Talented does not use Talented_Data anymore. Talented_Data is obsolete, and you can safely deinstall it.
The druid talent "Predatory Strikes" currently reads "While in Cat form increases your damage from melee critical strikes by X% and reduces the damage from area effect attacks by Y%".
This is INCORRECT.
It should read, "Increases melee attack power in Cat, Bear, Dire Bear and Moonkin forms by X% of your level and Y% of any attack power on your equipped weapon."
Talented is giving it the same info as the talent "Predatory Instincts".
I changed the code manually from:
talent.name = "Predatory Strikes"
talent.tips = {
format = "While in Cat Form increases your damage from melee critical strikes by %s%% and reduces the damage taken from area of effect attacks by %s%%.",
table_cache_130, 1
{7, 20}, 2
table_cache_152, 3
}
Which is what was posted in releases 5 and 6 to...
talent.name = "Predatory Strikes"
talent.tips = {
format = "Increases your melee attack power in Cat, Bear, Dire Bear and Moonkin Forms by %s%% of your level and %s%% of any attack power on your equipped weapon.",
{50, 7}, 1
{100, 14}, 2
{150, 20}, 3
}
At least the enUS descriptions for the Priest Shadow tree do not currently match those from "http://www.worldofwarcraft.com/info/classes/priest/talents.html" for patch 3.0.3 (I haven't checked any others, the character I play most is a shadow priest). I remember it matching them once, so I went back and found that v3.0.3-9183-release-1 does have the correct descriptions; but somehow since then (including the very next version r169), they got reverted back to the descriptions from 3.0.2. (The most notable changes are the nerfing of Vampiric Embrace & Improved Vampiric Embrace and the bonus crit damage for dots added to Shadowform.)
Seems when i import a template from wowhead.com for death knight i get an error "It seems the url entered is invaild" even thou i copyed and pasted from site.
There seems to be a bug with the warrior 46-50 talent point in unending fury. Talented data is telling me that it reduces the rage costs of the abilities by 5, when WoW says that it increases the damage by 5%, i believe. I know it was originally designed this way, but it was changed. Is this just an issue with me or the mod.
If I'm reading this right, the November 5th should be the most recent one and should, in theory, work with the new patch. But I'm still getting an error saying I need to update. Any chance I'm just getting my butt kicked or what?
Playing on a french client, i installed Talented data, but all talents are displayed in english, even the main talented page... If I unload Talented_data, i have my main talented talents page in french... Is there anything to do to fix this ?
It is coming soon. I am dependent on two things to be able to update Talented_Data:
The patch being available on the realms where I play (Europeans).
The Blizzard Talent Calculator being updated with correct description text. This tends to take a while.
I will upload a version of Talented_Data compatible with 3.0.3 as soon as I can. It probably have wrong descriptions for a little while.
New to talented and the _data
Can I assume that just the descriptions are wrong, none of the # points to spend etc have changed, so is it safe to use?
Or do I have to uninstall until an update is available?
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
Or you could use the wowhead.com talent trees. They are much more accurate.
I have conflicting queries about the source of Talented_Data. Some wants me to use the US site, others wants me to use the european site.
I'm sticking with worldofwarcraft for now.
Please please please report the problems to Blizzard.
The druid talent "Predatory Strikes" currently reads "While in Cat form increases your damage from melee critical strikes by X% and reduces the damage from area effect attacks by Y%".
This is INCORRECT.
It should read, "Increases melee attack power in Cat, Bear, Dire Bear and Moonkin forms by X% of your level and Y% of any attack power on your equipped weapon."
Talented is giving it the same info as the talent "Predatory Instincts".
I changed the code manually from:
talent.name = "Predatory Strikes"
talent.tips = {
format = "While in Cat Form increases your damage from melee critical strikes by %s%% and reduces the damage taken from area of effect attacks by %s%%.",
table_cache_130,
12{7, 20},
table_cache_152,
3}
Which is what was posted in releases 5 and 6 to...
talent.name = "Predatory Strikes"
talent.tips = {
format = "Increases your melee attack power in Cat, Bear, Dire Bear and Moonkin Forms by %s%% of your level and %s%% of any attack power on your equipped weapon.",
{50, 7},
12{100, 14},
{150, 20},
3}
which is what was in releases 4 and before.
At least the enUS descriptions for the Priest Shadow tree do not currently match those from "http://www.worldofwarcraft.com/info/classes/priest/talents.html" for patch 3.0.3 (I haven't checked any others, the character I play most is a shadow priest). I remember it matching them once, so I went back and found that v3.0.3-9183-release-1 does have the correct descriptions; but somehow since then (including the very next version r169), they got reverted back to the descriptions from 3.0.2. (The most notable changes are the nerfing of Vampiric Embrace & Improved Vampiric Embrace and the bonus crit damage for dots added to Shadowform.)
You can grab the latest beta from Curse if you can't wait for a release.
Need 3.0.3 paladin changes plz,thx。
Hunter barrage still have wrong tooltip. ;)
Hunter barrage still have wrong tooltip. ;)
Need 3.0.3 update please.
If you really want it on the Curse Project page, you could tag it yourself, but it seems kinda redundant now.
The patch being available on the realms where I play (Europeans).
The Blizzard Talent Calculator being updated with correct description text. This tends to take a while.
I will upload a version of Talented_Data compatible with 3.0.3 as soon as I can. It probably have wrong descriptions for a little while.
New to talented and the _data
Can I assume that just the descriptions are wrong, none of the # points to spend etc have changed, so is it safe to use?
Or do I have to uninstall until an update is available?