Modcraft - The community dedicated to quality WoW modding!

Wrath of the Lich King Modding => Miscellaneous => Topic started by: Daweo on June 19, 2014, 08:13:30 pm

Title: [QUESTION] Allow Talents under level 10
Post by: Daweo on June 19, 2014, 08:13:30 pm
Hi, Everyone
Is there way how to change level requirement for talent tab? On my server, we have only 1 to 5 level range and I want to create talents. But I cant find place, where to change this requirement. Please help...:(
Title: Re: [QUESTION] Allow Talents under level 10
Post by: stoneharry on June 19, 2014, 09:40:48 pm
Quote from: "Daweo"
Hi, Everyone
Is there way how to change level requirement for talent tab? On my server, we have only 1 to 5 level range and I want to create talents. But I cant find place, where to change this requirement. Please help...:(

Found this:

Code: [Select]
SHOW_TALENT_LEVEL = 10;
Inside FrameXMLConstants.lua

Took about 10 seconds to look for variables containing the keyword "talent", then it was obvious.
Title: Re: [QUESTION] Allow Talents under level 10
Post by: Daweo on June 19, 2014, 10:56:16 pm
If I knew that such a file exists, so I looked there...
Thank You very much... :)