by borisj » Fri Jan 30, 2009 6:01 pm
Hi,
Sorry for my English.
If nobody found a version of this file, it's very simple to create it.
1 - Make a 2nd copy of the file of another classe
2 - Rename this copy to talenticons_death knight.php
Structure off lines in the file is the same as for other classes
Example :
$talentIcons["Hunter"][1][1][2] = "Ability_Hunter_SilentHunter";
1st quote you have the class
2nd quote is the 1st talent tab (2 = 2nd tab and 3 = 3rd tab)
3rd quote is column number on the tab
4th quote is line number on the tab
After the equal you have name of the icon file whithout extension
So all you need to do
1 - Open the file in a text editor
2 - Open a window of the folder containing icons
3 - Open your navigator to the talents calculator page on wowhead for deathknight
4 - For each tab and each icon on talent calculator, search the icon in your icon folder.
5 - When found, create a line as this :
$talentIcons["Deathknight"][tab][column][line] = "Name of icon file whithout extension";
6 - Remove alle unnecessary lines in the file, save it and upload it on your webserver at same location as files for the other classes.
Last edited by
borisj on Fri Jan 30, 2009 6:04 pm, edited 1 time in total.