Hi, this is a blood dk talent build that i`ve grabbed here from the boards and tweaked a little: WoW Talent Calculator - Sigrie. View attachment Death Knight - Blood.xml
Here is also one for Resto Druid out of the Macro Section. Would be nice if the next release includes these profiles.
shouldn't it look like that? Code: <?xml version="1.0" encoding="utf-8" ?> <!-- http://www.wowhead.com/talent#jbGZGcMMfuRzbu0h --> <TalentTree Specialization="2" Name="Frost Two-Hand DPS DK - By ElitistJerks converted by Stormchasing" Class="DeathKnight"> <!-- Frost --> <Talent Tab="2" Index="1" Count="3" Name="Runic Power Mastery" /> <Talent Tab="2" Index="2" Count="2" Name="Icy Reach" /> <Talent Tab="2" Index="4" Count="3" Name="Annihilation" /> <Talent Tab="2" Index="6" Count="2" Name="On a Pale Horse" /> <Talent Tab="2" Index="8" Count="2" Name="Merciless Combat" /> <Talent Tab="2" Index="9" Count="2" Name="Chill of the Grave" /> <Talent Tab="2" Index="10" Count="3" Name="Killing Machine" /> <Talent Tab="2" Index="11" Count="3" Name="Rime" /> <Talent Tab="2" Index="12" Count="1" Name="Pillar of Frost" /> <Talent Tab="2" Index="13" Count="1" Name="Improved Icy Talons" /> <Talent Tab="2" Index="14" Count="2" Name="Brittle Bones" /> <Talent Tab="2" Index="16" Count="1" Name="Hungering Cold" /> <Talent Tab="2" Index="17" Count="2" Name="Improved Frost Presence" /> <Talent Tab="2" Index="19" Count="3" Name="Might of the Frozen Wastes" /> <Talent Tab="2" Index="20" Count="1" Name="Howling Blast" /> <!-- Blood --> <Talent Tab="1" Index="1" Count="2" Name="Butchery" /> <Talent Tab="1" Index="3" Count="3" Name="Bladed Armor" /> <Talent Tab="1" Index="4" Count="2" Name="Improved Blood Tap" /> <!-- Unholy --> <Talent Tab="3" Index="3" Count="3" Name="Epidemic" /> </TalentTree> -edit- fixed spezialization from 1 to 2, thanks to DarkBen
Hi storm, both you and kuku have a wrong XML , i just fixed yours, talent spec= 2 1 blood 2 frost 3 unholy Code: <?xml version="1.0" encoding="utf-8" ?> <!-- http://www.wowhead.com/talent#jbGZGcMMfuRzbu0h --> <TalentTree Specialization="2" Name="Frost Two-Hand DPS DK - By ElitistJerks converted by Stormchasing" Class="DeathKnight"> <!-- Frost --> <Talent Tab="2" Index="1" Count="3" Name="Runic Power Mastery" /> <Talent Tab="2" Index="2" Count="2" Name="Icy Reach" /> <Talent Tab="2" Index="4" Count="3" Name="Annihilation" /> <Talent Tab="2" Index="6" Count="2" Name="On a Pale Horse" /> <Talent Tab="2" Index="8" Count="2" Name="Merciless Combat" /> <Talent Tab="2" Index="9" Count="2" Name="Chill of the Grave" /> <Talent Tab="2" Index="10" Count="3" Name="Killing Machine" /> <Talent Tab="2" Index="11" Count="3" Name="Rime" /> <Talent Tab="2" Index="12" Count="1" Name="Pillar of Frost" /> <Talent Tab="2" Index="13" Count="1" Name="Improved Icy Talons" /> <Talent Tab="2" Index="14" Count="2" Name="Brittle Bones" /> <Talent Tab="2" Index="16" Count="1" Name="Hungering Cold" /> <Talent Tab="2" Index="17" Count="2" Name="Improved Frost Presence" /> <Talent Tab="2" Index="19" Count="3" Name="Might of the Frozen Wastes" /> <Talent Tab="2" Index="20" Count="1" Name="Howling Blast" /> <!-- Blood --> <Talent Tab="1" Index="1" Count="2" Name="Butchery" /> <Talent Tab="1" Index="3" Count="3" Name="Bladed Armor" /> <Talent Tab="1" Index="4" Count="2" Name="Improved Blood Tap" /> <!-- Unholy --> <Talent Tab="3" Index="3" Count="3" Name="Epidemic" /> </TalentTree>
Hi kuku, first the error was <TalentTree Specialization="1" Name="Frost Two-Hand DPS DK - By ElitistJerks converted by Stormchasing" Class="DeathKnight"> must be: <TalentTree Specialization="2" Name="Frost Two-Hand DPS DK - By ElitistJerks converted by Stormchasing" Class="DeathKnight"> I took your xml and extended your xml to the missing points to level 85