Project 2386
Project has not been updated for seven years, and is no longer compatible with World of Warcraft.
If you have any questions please contact our support team https://support.curseforge.com.
Talented adds spec templates to the Talent UI.
Talented 3
Talented is getting a large update for wow 4. It will no longer replace the default UI but add a new Tab to it, with most of the previous functionality present.
There is an alpha release available on wowace. It's still missing some major parts, but it should give you an idea of the new interface.
Talented_Loader is no longer needed (and in fact will create problems if left installed, so remove it at once).
Update feature List
- Create and view templates for all classes and all pet types.
- Set a specific template as a target, and see it when you're spending your next talent point on level up.
- Apply complete templates with a single click, after a talent wipe.
- Hunters can view the spec of their pet and apply templates to them.
- Share your current build with other, or any template you've made.
- Import templates directly from the Blizzard Talent calculator, wowhead or wowdb.
- Export templates as URL to wowhead, wowdb or the Blizzard Talent calculator.
- Allow pet templates to be imported from and export to wowhead pet calculator.
- Inspection of other characters will also inspect their alternate spec, if they have one.
- A macro command /talented apply <template> allows to automatically apply a template based on its name.
I would like to ask one feature though. The export feature post your build to whatever chat you are. It would be GREAT to have a window in which the text would just appear. I could copy it and minimize WoW to past that directly on my browser.
Thank you! =)
I would like to ask one feature though. The export feature post your build to whatever chat you are. It would be GREAT to have a window in which the text would just appear. I could copy it and minimize WoW to past that directly on my browser.
Thank you! =)"
Download Prat 3.0! It allows links in the chat! So when you click it a window pops up and you can copy-paste ^^
Butchery rank 1 Interface\Icons\Inv_Axe_68 0 false 0 0 0 0
/run print(Talented:GetTalentIcon("DEATHKNIGHT", 1, 1))
attempt to call method 'GetTalentIcon' (a NIL value)
/run print(Talented:GetTalentDesc("DEATHKNIGHT", 1, 1, 1))
attempt to call method 'GetTalentDesc' (a NIL value)
You don't seem to be running the latest beta. Make sure that you download and install beta 4.
I have just checked that curse has the correct file version for beta 4. The file "spell.lua" should be 2512 bytes long.
i'll try again, thanks
Download Talented
Talented v1.9.4-beta4
when i install it "automaticly" with the curse client i have a spell.lua of 1261 bytes long
thanks
Interface\Addons\Talented\learn.lua:52: bad arguement #2 to 'format' (string expected, got nil)
The only reason why you're not seing icons is because the Blizzard API GetSpellInfo() is not behaving correctly on your system. (or at list it's what it looks like).
Could anyone that has this issue try the following commands in chat:
/run print(GetSpellInfo(48979))
/run print(Talented:GetTalentIcon(48979))
/run print(Talented:GetTalentDesc(48979))
And report the corresponding output ?
/run print(GetSpellInfo(48979))
/run print(Talented:GetTalentIcon("DEATHKNIGHT", 1, 1))
/run print(Talented:GetTalentDesc("DEATHKNIGHT", 1, 1, 1))
I'll do a release of 1.9.4 tomorrow if no new issue arise.